Re: [FFmpeg-user] Trimming a MOV creating out-of-sync, under-length result

2017-12-23 Thread Stuart Bruce
On 23 December 2017 at 11:14, Gyan Doshi wrote: > > Add -x264opts b_pyramid=0 i.e. > > -i "OutputTests_24p_v2.mov" -ss 00:00:04.041 -t 00:00:02.720 -r 24 > -x264opts b_pyramid=0 "AR003_H264-FF_v20.mov" > > See https://superuser.com/q/1119072/114058 > Thanks very much Gyan for the pro

Re: [FFmpeg-user] Trimming a MOV creating out-of-sync, under-length result

2017-12-23 Thread Gyan Doshi
On 12/23/2017 4:09 PM, Stuart Bruce wrote: Hello I'm trying to use FFmpeg for a relatively simple task of trimming a 24fps .MOV file to make a shorter .MOV. - The audio is perfectly in sync to the source video, but the video track is 2 frames early- so where I would expect to see frame 100,

[FFmpeg-user] Trimming a MOV creating out-of-sync, under-length result

2017-12-23 Thread Stuart Bruce
Hello I'm trying to use FFmpeg for a relatively simple task of trimming a 24fps .MOV file to make a shorter .MOV. The source has been exported from Avid Media Composer. Programatically I know the in point and out point to trim to, and the arguments I'm passing to FFmpeg look like they ought to be