Re: [FFmpeg-devel] [PATCH] avformat/isom: support 16:9 DV in QuickTime

2022-07-09 Thread Marton Balint
On Fri, 1 Jul 2022, Brion Vibber wrote: Attached patch adds input support for 16:9 DV video in QuickTime. I found some old files produced by Adobe Premiere and Radius SoftDV which were affected by this: 4:3 files were marked as type 'dvc ' which already worked; 16:9 files as 'dvl ' which was

[FFmpeg-devel] [PATCH] avformat/isom: support 16:9 DV in QuickTime

2022-07-01 Thread Brion Vibber
Attached patch adds input support for 16:9 DV video in QuickTime. I found some old files produced by Adobe Premiere and Radius SoftDV which were affected by this: 4:3 files were marked as type 'dvc ' which already worked; 16:9 files as 'dvl ' which was missing. PAL uses 'p' in place of the ' ' spa