Print this page and how many following pages?

 


 

Mencoder

Encode Flip 720p50 h.264 video to PAL SD DV

mencoder -v
-noskip -mc 0
-vf scale=704:576:1,expand=720:0,tinterlace=4,harddup
-ofps 25
-ovc lavc
-lavcopts vcodec=dvvideo
-af channels=2
-srate 48000
-oac pcm
-of lavf
-lavfopts format=mov
-o output.mov
input.mp4



Encode graphics files into DV Quicktime mov at FIELD rate

This command: mencoder -v
mf://*.png
-mf fps=50:type=png
-vf tinterlace=4,harddup
-ofps 25
-ovc lavc
-lavcopts vcodec=dvvideo
-of lavf
-lavfopts format=mov
-o outout.mov


Encode random file off-the-Internet to DV Quicktime mov

This command: mencoder -v
-noskip -mc 0
-af channels=2 -srate 48000
-vf scale=720:576,harddup
-ofps 25
-oac pcm
-ovc lavc
-lavcopts vcodec=dvvideo
-of lavf
-lavfopts format=mov
-o outout.mov
video.mp4


Encode PAL DTT captured video to Apple iPod Touch format MPEG4

This command: mencoder -v
-noskip -mc 0
-aspect 1050:576 -ofps 25.00
-vfm ffmpeg
-vf kerndeint=18:0:0:1:0,crop=688:568:16:4,scale=480:272,harddup
-ovc lavc -oac lavc
-lavcopts vglobal=1:vcodec=libx264:vqscale=2:vqmin=2:level=30:mbd=2:trell:v4mv:last_pred=2:dia=-1:vmax_b_frames=0:cmp=3:subcmp=3:vrc_eq="blurCplx^(1-qComp)":autoaspect:aglobal=1:acodec=libfaac:abitrate=128
-of lavf -lavfopts format=ipod
-o output.mp4
input.mpg


This file will play on the iPod Touch and new iPod firmware because the 'ipod' format already includes all the extra headers which you used to need NicMP4Box.exe to include.

Encode DTT captured video to Creative ZenW format AVI

This command: mencoder -v
-noskip -mc 0
-aspect 1050:576 -ofps 25.00
-vfm ffmpeg
-vf softskip,format=yv12,kerndeint=18:0:0:1:0,crop=${CROP},scale=${SCALE},harddup
-ovc lavc
-lavcopts vcodec=mpeg4:vbitrate=768:mbd=2:trell=1:v4mv=1:last_pred=2:dia=-1:vmax_b_frames=2:vb_strategy=1:cmp=3:subcmp=3:subcmp=3:precmp=0:vqcomp=0.6:turbo=1:autoaspect=1
-oac mp3lame
-lameopts mode=2:cbr=1:br=192:vol=0
-ffourcc XVID
-of avi
-o output.avi
input.mpg


Encode Quantel MXF to Davina style Adobe Flash Video

This command: mencoder -v
-mc 0 -noskip
-af channels=2,resample=22050:0:0
-vc ffmpeg12
-vf crop=720:576:0:32,field=0,scale=320:240,dsize=16/9
-oac mp3lame
-lameopts abr=48000
-ovc lavc
-lavcopts vcodec=flv:vbitrate=250000
-of lavf
-lavfopts format=flv
-o output.flv
input.mxf


Encode Quantel MXF to DV Quicktime mov

This command: mencoder -v
-noskip -mc 0
-af channels=2
-vc ffmpeg12
-vf phase=t,crop=720:576:0:32,harddup
-oac pcm
-ovc lavc
-lavcopts vcodec=dvvideo
-of lavf
-lavfopts format=mov
-o outout.mov
input.mxf


Encode Quantel MXF to DVCPRO 50 Quicktime mov

This command: mencoder -v
-noskip -mc 0
-af channels=2
-vc ffmpeg12
-vf phase=t,crop=720:576:0:32,harddup
-oac pcm
-ovc lavc
-lavcopts vcodec=dvvideo:format=422P
-of lavf
-lavfopts format=mov
-o outout.mov
input.mxf

VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.