Anakunda
14th May 2010, 09:32
Greetings,
got this problem:
I have encoded a video by ffmpeg and copied to cell phone, and the phone can't keep the video speed, ie. it raises delay behind audio.
this is the used commandline I used:
ffmpeg.exe -threads 2 -i test.avs -y -sn -vcodec mpeg4 -qscale 7 test.mp4
the video plays normally on PC so this is performance problem.
So the question is can I use some additional optimization or switches to unburden the portable hardware by decoding the video?
About a year ago I did encode videos with a 5years old version of ffmpeg and the video could be played without performqance problems so I guess there must be a faster MPEG4 implemenation.
Moreover, if I encode with ffmpeg, it only uses one core, even if I use the -threads 2 switch. Any ideas?
got this problem:
I have encoded a video by ffmpeg and copied to cell phone, and the phone can't keep the video speed, ie. it raises delay behind audio.
this is the used commandline I used:
ffmpeg.exe -threads 2 -i test.avs -y -sn -vcodec mpeg4 -qscale 7 test.mp4
the video plays normally on PC so this is performance problem.
So the question is can I use some additional optimization or switches to unburden the portable hardware by decoding the video?
About a year ago I did encode videos with a 5years old version of ffmpeg and the video could be played without performqance problems so I guess there must be a faster MPEG4 implemenation.
Moreover, if I encode with ffmpeg, it only uses one core, even if I use the -threads 2 switch. Any ideas?