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.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:
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!
+ Reply to Thread
Results 1 to 12 of 12
-
-
Please do not tell me how to work.
I want to convert it ..
Can i get help please? -
-
try it my way. see if the same problem shows up. it is not dropped frames. if you need to use an intermediate file for a slow computer use a lossless codec like lagarigth or while the original is in vegas render it out as sony yuv. h264 is a delivery format not an editing format.
--
"a lot of people are better dead" - prisoner KSC2-303 -
I do not have no problems with playing x264 compressed video in sony vegas.
yes, It is true that I had a problem in the past
https://forum.videohelp.com/threads/353739-Sony-Vegas-11-playing-very-slow-x264-videos-...44#post2223244
And you did not help me .. You told me about the same thing - that i Need a powerful computer to play compressed x264 videos in sony vegas.
But any way, I solved the problem.
by uninstall Adobe Premiere and all my codec packs and install only the codec x264vfw.. after that sony vegas playes it perfectly Without the need for a strong computer.
and this is a drooped frame.
I checked it in VirtualDub by frame by frame view..
and i see the drooped frame even in the uncompressed video in sony vegas..
so it is not because my computer is slow. it is because the reason that this is the video..
and this problem I showed the picture in not because my computer is slow. it is because of the conversion.
in is not happan with the x264vfw conversion(not by ffmpeg). when i use the x264vfw conversion, so the video play in sony vegas Exactly the same like the uncompressed video - Without stopping and with the drooped frame in the same time..
i hope that now all is clear -
Do not think I'm nervous ..
I am very happy that I knew the forum.
I solved the problem myself ..
I had to add the FPS rate to my video in my Command:
ffmpeg.exe -r 25 -i test.avi -vcodec libx264 -preset medium -crf 15 -threads 0 -c:a copy -r 25 output_test.avi
i took an example from here:
http://ffmpeg.org/ffmpeg.html#image2-2
in "2. Description" section of the guide
-
Programs often have trouble with out of order decoding in AVI files. Maybe if you disable b frames in the x264 encoder.
-
-
It seems that i have a problem with the Audio according to VLC Media Player!
i don't know why it is happen...
the audio is out of sync
in the original video is fine.
why it is happan?
this is the Command i am using:
-r 25 -i <Input> -vcodec libx264 -preset medium -crf 15 -c:a copy <Output>.avi
Similar Threads
-
Sony Vegas 11 playing very slow x264 videos format in the preview window
By gil900 in forum EditingReplies: 4Last Post: 1st Mar 2013, 11:28 -
x264 problem in Sony Vegas Pro 10
By komi123 in forum EditingReplies: 3Last Post: 28th Nov 2012, 16:59 -
MKV Conversion Problems- Sony Vegas 9 64bit
By JawsTDS in forum Video ConversionReplies: 5Last Post: 24th Apr 2012, 20:33 -
importing x264 mkv files into Sony Vegas 9
By pred in forum EditingReplies: 0Last Post: 26th Jul 2010, 13:12 -
Newbie question on sony vegas, and x264.exe
By Asday in forum Video ConversionReplies: 5Last Post: 15th Feb 2010, 14:20