Support and General Use > Plugins/Viewers
VLC error message while converting .avi to .mpg
Hp_Zouil:
Hi all,
I don't know if my problem was already discussed here but I did a quick search and I found nothing ...
I have an iPod video 30g
I tried to convert a .avi to .mpg using VLC with the command line that I found at http://www.rockbox.org/twiki/bin/view/Main/PluginMpegplayer#Encoding
--- Code: ---vlc ~/Desktop/myMovie.avi --sout=#transcode{vcodec=mp2v,vb=600,width=320,height=240,acodec=mp3,ab=128,samplerate=44100,audio-sync}:std{access=file,mux=ps,url=myMovie.mpg}
--- End code ---
When I do that it displays some errors :
--- Code: ---VLC media player 0.8.6 Janus
[00000292] main private error: no sout stream module matched "transcodeaudio-sync"
[00000291] main stream output error: stream chain failed for `transcodeaudio-sync:stdurl=myMovie.mpg'
[00000289] main input error: cannot start stream output instance, aborting
[00000280] main playlist: nothing to play
--- End code ---
I don't understand what's wrong with my command line ???
Any help would be appreciated ;)
LambdaCalculus:
Have you tried using the batch file that's provided? Or are you typing it in yourself?
Hp_Zouil:
I'm typing it myself. The batch file is for Windows and I'm on Linux
gnu:
It seems VLC has problems with the "audio-sync" bit. What happens if you omit it?
LambdaCalculus:
Actually, try adding in the fps bit as 29.97.
Navigation
[0] Message Index
[#] Next page
Go to full version