Support and General Use > Plugins/Viewers

VLC error message while converting .avi to .mpg

<< < (2/3) > >>

Hp_Zouil:
When I try without sync :


--- Code: ---me@my-laptop:~$ vlc ~/Desktop/myMovie.avi --sout=#transcode{vcodec=mp2v,vb=600,width=320,height=240,acodec=mp3,ab=128,samplerate=44100}:std{access=file,mux=ps,url=myMovie.mpg}
VLC media player 0.8.6 Janus
[00000292] main private error: no sout stream module matched "transcodesamplerate=44100"
[00000291] main stream output error: stream chain failed for `transcodesamplerate=44100:stdurl=myMovie.mpg'
[00000289] main input error: cannot start stream output instance, aborting
[00000280] main playlist: nothing to play
--- End code ---

And how I'm supposed to change the FPS ?
Sorry to ask that but I'm a complete noob in transcoding  :-[

gnu:
A quick search with google suggests that you can't use "=" in Linux. so your command line should/could/may be

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}

LambdaCalculus:
After height=240, add fps=29.97 to the line.

AlexP:
Or not if as gnu say's you can't use = in linux!  :D

LambdaCalculus:
I brain farted, sorry!  :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version