Thread: Converting video to WMV - audio and video out of sync (ffmpeg and mencoder)
guys,
have avi video. need convert wmv.
googled "convert wmv linux" , got few results suggesting ffmpeg , mencoder.
in both cases, seem generate identical file, audio goes out of synch few seconds.
have advice on how resolve issue?
if recall correctly, ffmpeg command used didn't have special options besides input , output files... should mencoder command ran:
mencoder -oac copy -ovc lavc -of mpeg -o output_file.wmv your_file.avi
thank in advance help!
-walter
what here [for worth] turn avi mkv handbrake , stable file [avi not mkv is]
sudo add-apt-repository ppa:stebbins/handbrake-releasessudo apt-get update && sudo apt-get install handbrake lame
to install; then example [adapt wishes]
insert -w , -l number -w 640 -l 320 if wish control width , height of vidhandbrakecli -i ~/videos/yourvid.avi -o ~/desktop/yourvid.mkv -e ffmpeg2 -b 1500 -e lame -b 96 -r 25
find settingsor use guihandbrakecli -h
then run mkv wmv way said
ffmpeg -i yourvid.mkv -acodec copy -vcodec copy yourvid.wmv
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubuntu] Converting video to WMV - audio and video out of sync (ffmpeg and mencoder)
Ubuntu
Comments
Post a Comment