LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Getting VLC to transcode a WMV video (https://www.linuxquestions.org/questions/linux-software-2/getting-vlc-to-transcode-a-wmv-video-614402/)

jroyce 01-17-2008 10:20 PM

Getting VLC to transcode a WMV video
 
I'm trying to get VLC to transcode a video from WMV to MPEG-2 format. Here's my command and the VLC output:

Code:

vlc mms://qstream-wm.qbrick.com/00928/rapport/080117rapport1930.wmv :sout='#transcode{vcodec=mp2v,vb=5800,width=480,height=480,acodec=mp2a,ab=128,channels=2}:std{access=file,mux=ps,url="/home/rapport.mpg"}'
VLC responds with the following:
Code:

stream_out_transcode private error: cannot find encoder ((null))
stream_out_transcode private error: cannot create audio chain
main_packetizer_error: cannot create packetizer output (wma2)

I know my syntax is simply wrong somehow, because if I use the GUI I can get the Wizard to transcode like I want.

Any help?

jroyce 01-18-2008 08:30 AM

I've got to stop playing with Linux in the middle of the night....
 
I found the error this morning. My acodec syntax was wrong. I needed...

Quote:

vlc mms://qstream-wm.qbrick.com/00928/rapport/080117rapport1930.wmv :sout='#transcode{vcodec=mp2v,vb=5800,width=480,height=480,acodec=mpga...

f10-next 06-17-2012 04:43 PM

Transcoding with GUI
 
So and so the theme is transcoding, I have some problems when doing this.
Does anyone know how to transcode the video when opened with the VLC through the GUI?
This morning I transcoded a .FLV video to .AVI with ffmpeg from the command line (with the default values), but the quality 'went south' a little bit. How can I synchronise the frame size when transcoding the video, or what can I do to preserve the quality?
One more question: How can I mix-up ready made .mp3 audio with .mp4 video of one and the same size?


All times are GMT -5. The time now is 08:40 AM.