I'm exporting 4k 60 fps from Premiere Pro through Advanced frame server "RGB24" and avisynth plus "ConvertToYV24(matrix="rec709")". ffmpeg -i "" -c:v libx264 -preset slow -crf 14 -maxrate 30000k -bufsize 30000k -profile:v high444 -pix_fmt yuv444p -x264opts colorprim=bt709:transfer=bt709:colormatrix=bt709:k eyint=30:min-keyint=15 ""
Exported 7 seconds clip becomes 2 frames shorter than its original. Addition -vsync 0 doesn't change anything. What is wrong?
+ Reply to Thread
Results 1 to 7 of 7
-
-
afs is known to be buggy in many ways
Check your script in vdub or avspmod to determine if afs or pp is dropping the frames. If the frames are there in the script, then it's ffmpeg dropping frames. Check that the framerates match in PP, export settings, avisynth and ffmpeg - that can cause dropped frames
Or you can try voukoder, a new plugin for PP in development to export directly
https://github.com/Vouk/voukoder -
debugmode frameserver, but it is known to have problems as well for many people . There is no stable frameserver for PP since about CS4/CS5 . Very buggy since then. Other issues besides dropped as well, corrupt frames, audio glitches
If you didn't need avs for other processing, voukoder can export using libx264/libx265 directly -
I'd like to use nvenc encoder 265, nvenc lossless encoder with PP. Is there any way to do that?
-
I'd never frameserve out of Premiere.
Just encode a lossless intermediary before the next software/script use.Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Similar Threads
-
Export AVCHD frame specific metadata to subtitles
By HD65 in forum SubtitleReplies: 130Last Post: 8th May 2024, 08:41 -
cannot load frame server avi into Vapoursynth
By _Al_ in forum EditingReplies: 50Last Post: 21st Jan 2019, 16:15 -
Advanced Frame Rate Conversion: After Effects AVISynth VideoEnhancer Plugin
By Tom4 in forum EditingReplies: 24Last Post: 8th Nov 2017, 23:18 -
Edit and join AVC and MPEG-2 files, export to MKV with AviSynth, MeGUI
By svenssonsven8 in forum Video ConversionReplies: 5Last Post: 30th Oct 2015, 12:09 -
Premiere Pro: Import/Export XviD & Frame Size Issues
By Cube11 in forum EditingReplies: 11Last Post: 6th Feb 2015, 20:43