Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dvd_trip [2019/03/12 00:27] – beandog | dvd_trip [2023/12/26 08:50] (current) – removed beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== dvd_trip ====== | ||
- | '' | ||
- | |||
- | I originally wrote it as a proof-of-concept and a way to use libmpv' | ||
- | |||
- | What it does: | ||
- | |||
- | * rips the video track plus one audio track | ||
- | * can select audio track by language or track id | ||
- | * one fixed output based on output filename extension | ||
- | * .mkv - H.265 (x265) AAC (fdk-aac) | ||
- | * .mp4 - H.264 (x264) AAC (fdk-aac) | ||
- | * .webm - VPX9 Opus | ||
- | * .ogv - Theora Vorbis | ||
- | * sets output frames per second and color settings based on source (PAL / NTSC) | ||
- | * deinterlacing | ||
- | * detelecining | ||
- | * requires no arguments, will rip the longest track to a MKV file by default | ||
- | |||
- | What it does not do: | ||
- | * subtitles | ||
- | * multiple audio streams | ||
- | * auto-cropping | ||
- | * add specific codec parameters | ||
- | * pass video or audio through | ||
- | |||
- | I recommend using something like [[HandBrake]] for more advanced options. |