Hey everbody.
I need some help with Gopro files. I'm currently editing in Avid media composer. The problem is that I have a lot of Gopro files, and it takes weeks to import, and yes I have to import them. But if I convert the files to MXF or MOV it doesn't take that to import in Avid.
Now, I tried with:
ffmpeg -i FILES -timecode TIDSKODE -c:v mpeg2video -dc 10 -sc_threshold 1000000000 -intra_vlc 1 -non_linear_quant 1 -qmin 1 -qmax 12 -bf 2 -g 12 -pix_fmt yuv422p -color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range mpeg -b 50M -minrate 50M -maxrate 50M -bufsize 17825792 -rc_init_occupancy 17825792 -flags +cgop+ilme+ildct -acodec pcm_s24le -ar 48000 FILSTI til endfil.MXF
Does this seems correct to you or would you recommend something else? Or add something? Please let me know. Thanks.
+ Reply to Thread
Results 1 to 11 of 11
-
-
-
-
No - no quality change - this is bit stream filter - separate class of filters to match particular needs for codecs internal data organization
https://ffmpeg.org/ffmpeg-bitstream-filters.html#h264_005fmp4toannexb
Some containers (such as mpeg ts but other too) require particular data structure, data are not touched but they may be organized in a different way.
perhaps this will create more accessible file - ffmpeg -i %1 -c copy -bsf:v h264_mp4toannexb -movflags faststart %~n1_.movLast edited by pandy; 6th Apr 2016 at 13:09.
-
i've had no trouble linking (AMA linking in older versions) and transcoding GoPro files in Avid. Have you tried that?
-
-
Similar Threads
-
The problem with converting ffmpeg
By Jamaika in forum Newbie / General discussionsReplies: 2Last Post: 30th Sep 2015, 13:02 -
Having issues batch converting raw .264 cctv files with FFMPEG-
By raidecker22 in forum Video ConversionReplies: 11Last Post: 22nd Aug 2015, 14:58 -
Help converting flv1 files (Sorenson) to mp4 using ffmpeg
By chesapeake in forum Video ConversionReplies: 5Last Post: 29th Mar 2015, 01:29 -
audio AGC levels + limiter in gopro files
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 31st Oct 2014, 13:44 -
how is maxrate used in FFMPEG when converting?
By hxuanyu in forum Video ConversionReplies: 0Last Post: 8th Sep 2013, 19:20