PsyDonia
10th September 2010, 15:56
ok I have not use mencoder that much and I know about allot of good GUIs.
But I want to learn mencoder and have some questions to start with and hope that some have the answer for me.
I want to have like this.
Those different line I need.
Want to have those with 2pass also how to do that.
Like this. is those line right.
1.Video codec xvid and audio copy.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac copy
2. Video codec xvid and audio converted to AC3 6Channel.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac lavc -lavcopts acodec=ac3:abitrate=480 -channels 6
3. Like number 1 but with Subtitle hardcoded.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac copy -sub subfile.srt -subfont-text-scale 3
4. Like number 2 but with subtitle.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac lavc -lavcopts acodec=ac3:abitrate=480 -channels 6 -sub subfile.srt -subfont-text-scale 3
And how do I make those 2pass.
Edit:
Ohh I forgot I also want if possible to make it change resolution.
Lets say I have a 1080P "1920 x XXX". and want to change the size to 720P "1280 x XXX" something Depends on how wide the file is.
So I only have to specify the Width and then keep Aspect ratio.
But I want to learn mencoder and have some questions to start with and hope that some have the answer for me.
I want to have like this.
Those different line I need.
Want to have those with 2pass also how to do that.
Like this. is those line right.
1.Video codec xvid and audio copy.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac copy
2. Video codec xvid and audio converted to AC3 6Channel.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac lavc -lavcopts acodec=ac3:abitrate=480 -channels 6
3. Like number 1 but with Subtitle hardcoded.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac copy -sub subfile.srt -subfont-text-scale 3
4. Like number 2 but with subtitle.
mencoder input.avi -o output.avi -ovc xvid -xvidencopts pass=1:bitrate=2000:quant_type=mpeg -oac lavc -lavcopts acodec=ac3:abitrate=480 -channels 6 -sub subfile.srt -subfont-text-scale 3
And how do I make those 2pass.
Edit:
Ohh I forgot I also want if possible to make it change resolution.
Lets say I have a 1080P "1920 x XXX". and want to change the size to 720P "1280 x XXX" something Depends on how wide the file is.
So I only have to specify the Width and then keep Aspect ratio.