Re: [FFmpeg-devel] [PATCH 2/3] avformat/dvdvideodec: add menu demuxing support

2024-03-06 Thread Marth64
Thank you Stefano for the review on the whole set. I will take the feedback and come back with a better organized set in the next 2 or so days. On Wed, Mar 6, 2024 at 09:42 Stefano Sabatini wrote: > On date Wednesday 2024-03-06 01:19:12 -0600, Marth64 wrote: > > Many DVDs have valuable assets in

Re: [FFmpeg-devel] [PATCH 2/3] avformat/dvdvideodec: add menu demuxing support

2024-03-06 Thread Stefano Sabatini
On date Wednesday 2024-03-06 01:19:12 -0600, Marth64 wrote: > Many DVDs have valuable assets in their menu structures, including background > video or music. Some discs also abuse the menu feature to include actual > feature footage that needs to change aspect ratio (in order to trick the DVD > pl

[FFmpeg-devel] [PATCH 2/3] avformat/dvdvideodec: add menu demuxing support

2024-03-05 Thread Marth64
Many DVDs have valuable assets in their menu structures, including background video or music. Some discs also abuse the menu feature to include actual feature footage that needs to change aspect ratio (in order to trick the DVD player). This patch allows extraction and archival of these assets, b