[FFmpeg-devel] [PATCH] Adds DVD protocol

Michael Niedermayer michael at niedermayer.cc
Wed Jan 5 14:02:58 EET 2022


On Tue, Jan 04, 2022 at 10:37:46PM +0900, Lucien Murray-Pitts wrote:
> Copies the Bluray protocol but uses libdvdnav to add simple DVD protocol
> support.    Since title selection is mandatory, ffprobe cant provide
> information for the complete disk but a single title only.  Chapter
> information for probe will also be missing.
> 
> To see a complete disk catalog the tools/dvd2concat perl script should be
> used
> 
> Signed-off-by: Lucien Murray-Pitts <lucien.murraypitts at gmail.com>
> ---
>  configure               |   4 +
>  libavformat/Makefile    |   1 +
>  libavformat/dvd.c       | 268 ++++++++++++++++++++++++++++++++++++++++
>  libavformat/protocols.c |   1 +
>  4 files changed, 274 insertions(+)
>  create mode 100644 libavformat/dvd.c
> 
> diff --git a/configure b/configure
> index 6ad70b9f7b..46216ea785 100755
> --- a/configure
> +++ b/configure
> @@ -230,6 +230,7 @@ External library support:
>    --enable-libdavs2        enable AVS2 decoding via libdavs2 [no]
>    --enable-libdc1394       enable IIDC-1394 grabbing using libdc1394
>                             and libraw1394 [no]
> +  --enable-libdvdnav       enable DVD reading using libdvdnav [no]
> --enable-libfdk-aac      enable AAC de/encoding via libfdk-aac [no]
>    --enable-libflite        enable flite (voice synthesis) support via
> libflite [no]
>    --enable-libfontconfig   enable libfontconfig, useful for drawtext filter
> [no]

error: corrupt patch at line 20

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Those who are best at talking, realize last or never when they are wrong.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220105/86151ec4/attachment.sig>


More information about the ffmpeg-devel mailing list