From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id E335E42E42 for ; Sat, 9 Jul 2022 17:19:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 358E968B90D; Sat, 9 Jul 2022 20:19:53 +0300 (EEST) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 952EB68B81E for ; Sat, 9 Jul 2022 20:19:46 +0300 (EEST) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 81B88E7537 for ; Sat, 9 Jul 2022 19:19:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J0UQM-Biftk3 for ; Sat, 9 Jul 2022 19:19:15 +0200 (CEST) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id 972B4E49BC for ; Sat, 9 Jul 2022 19:19:15 +0200 (CEST) Date: Sat, 9 Jul 2022 19:19:15 +0200 (CEST) From: Marton Balint To: FFmpeg development discussions and patches In-Reply-To: Message-ID: <55116597-f549-fdf5-705e-58c7f386e4ea@passwd.hu> References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] avformat/isom: support 16:9 DV in QuickTime X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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 missing. PAL uses 'p' in place of > the ' ' space character of NTSC in both versions, but I have no PAL sample > files. > > Confirmed to work on real NTSC files; PAL not tested. Thanks, will apply. Regards, Marton _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".