Hello.
i tried to convert an uncompressed video to compressed x264 avi video with this FFmpeg command:
this was converted the video to what i want but there is a problem with dropped frames in sony vegas.
it is happen only in vegas and i noticed that it is happen when there is a dropped frame..
this is what happen:
Attachment 16892
i know that it is happen on dropped frames because i tried to convert this also with the normal x264vfw encoder in VirtualDub.
and i sow that this problem not happen but i see that there is a dropped frame/s..
i don't know why it is happening...
Please help me!
Thanks for helpers!
i tried to convert an uncompressed video to compressed x264 avi video with this FFmpeg command:
Code:
ffmpeg.exe -i test.avi -c:v libx264 -preset medium -crf 15 -c:a copy output_test.avi
it is happen only in vegas and i noticed that it is happen when there is a dropped frame..
this is what happen:
Attachment 16892
i know that it is happen on dropped frames because i tried to convert this also with the normal x264vfw encoder in VirtualDub.
and i sow that this problem not happen but i see that there is a dropped frame/s..
i don't know why it is happening...
Please help me!
Thanks for helpers!