LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Mencoder Help (https://www.linuxquestions.org/questions/ubuntu-63/mencoder-help-668171/)

FlamingChainsaws 09-07-2008 01:21 PM

Mencoder Help
 
I have two problems with Mencoder. One, I can't convert swf files. Two, I use a Creative Zen Vision:M, and when I convert flv videos for it, the sound is strange. It sounds like harsh electronic static. I'm using this for converting:
Code:

mencoder file1.flv -o test1.avi -vf scale=320:240 -oac mp3lame -ovc xvid -xvidencopts bitrate=800
It's weird, because other file types usually work. Is there something I'm doing wrong?

jschiwal 09-08-2008 06:32 AM

Try "-ovc lavc -lavcopts acodec=libmp3lame" and/or increase the video bitrate to 900 or 1000.

keefaz 09-08-2008 06:50 AM

Why not use " -aoc copy " as the sound in file1.flv is surely already encoded in mp3, no need to re-encode it another time

FlamingChainsaws 09-09-2008 04:45 PM

Quote:

Originally Posted by keefaz (Post 3273199)
Why not use " -aoc copy " as the sound in file1.flv is surely already encoded in mp3, no need to re-encode it another time

You are a genius, thanks.


All times are GMT -5. The time now is 06:24 PM.