Open a terminal and execute the following command
$ ffmpeg -i myVideo.vob myvideo.avi
Possible errors:
1 "ffmpeg: symbol lookup error: ffmpeg: undefined symbol: avcodec_channel_layout_num_channels"
Solution:
$ export LD_LIBRARY_PATH=/usr/local/lib/ && ffmpeg -i myVideo.vob myvideo.avi
If this doesnt solve the problem then retry that after installing the libavcodec52 and libavutil49 packages:
$ sudo apt-get install libavcodec52 libavutil49
7 comments:
Dude, I have been trying to use ffmpeg for a while so I am collecting all the info I can. I hope you do not mind if I follow your blog, adding your rss to my client. :D
For some body else who read this I made an ffmpeg entry on my blog: http://pookito.wordpress.com/2009/12/15/ffmpeg-and-linux/
It is pretty much the same but I like to use free and open source videos like theora/vorbis
Great job!!!
I am always using ffmpeg to convert my video files.
Peter, see also converting vob files to avi format for mac
ffmpeg is a great tool for converting videos between mang formats. I have been using it for convert vob files for long time. it works well
Thanks for sharing this post. I'm very interested in this topic. https://onlineconvertfree.com/convert-format/vob-to-avi/ Check out this awesome useful online file converter that can come handy for use.
Hey Man! I really like you work, So if you need any online converter for your files then use this;
Files Converter Online
That has supported several formats like those;
M4v to Jpg
3gp file to Jpeg
3gp to Mp3
3gp to Wav
3gp to Jpeg
Post a Comment