FFmpeg Merges DVD-Video Demuxer

Written by Michael Larabel in Multimedia on 3 March 2024 at 06:24 AM EST. 6 Comments
MULTIMEDIA
Better late than never, merged yesterday into the FFmpeg Git codebase is a DVD-Video demuxer.

Powered by libdvdnav and libdvdread, merged on Saturday into FFmpeg is a DVD video demuxer.

FFmpeg DVD demuxer merged


The new documentation on this demuxer explains:
DVD-Video demuxer, powered by libdvdnav and libdvdread.

Can directly ingest DVD titles, specifically sequential PGCs, into a conversion pipeline. Menus and seeking are not supported at this time.

Block devices (DVD drives), ISO files, and directory structures are accepted. Activate with "-f dvdvideo" in front of one of these inputs.

Underlying playback is handled by libdvdnav, and structure parsing by libdvdread. FFmpeg must be built with GPL library support available as well as the configure switches "--enable-libdvdnav" and "--enable-libdvdread".

More details for those interested in this DVD video demuxer in FFmpeg via this commit.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week