When I try to convert a *.ogg video to wathever other type of video via VLC it either does nothing, or gives an error that the encoder could not be opened.
The command that VLC generates when I select the MPEG-2 profile:
:sout=#transcode{vcodec=mp2v,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst=fff.mpg}}
Then I get an error message that encoder could not be opened. The error I get in terminal:
[00000444] dc1394 demux error: Bad MRL, please check the option line (MRL was: /home/****/out.ogg)
[00000463] avcodec encoder error: cannot open encoder
[00000433] stream_out_transcode stream out error: cannot find video encoder (module:any fourcc:mp2v)
[00000433] stream_out_transcode stream out error: cannot create video chain
[00000461] main packetizer error: cannot create packetizer output (I420)
When I select Ipod profile the command generated is:
:sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst=test.mp4}}
Then nothing happens. The error in terminal is:
[00000503] dc1394 demux error: Bad MRL, please check the option line (MRL was: /home/***/out.ogg)