[vlc] Re: encode to h264

Benjamin Pracht bigben+spam at videolan.org
Wed Oct 12 18:26:57 CEST 2005


Le mercredi 12 octobre 2005 à 17:08 +0200, Philippe De Neve a écrit :
> Hi guys,
> 
> i'm trying to encode a file to h264 using VLC - 0.8.4-test1 beta.. I'm using
> next command:
> 
> vlc "E:\sequence_RAW_1920x1072.avi" --sout
> #transcode{vcodec=h264,venc=x264,vb=8000,scale=1,keyint=21,bframes=2,cabac,l
> oopfilter,analyse,frameref=2,scenecut=-1}:duplicate{dst=std{access=file,mux=
> mp4,url="E:\sequence_x264_8Mbps_1920x1072.mp4"}}
> 
> 
> Now everything works (it starts trancoding but in my messages window I find
> :
> main warning: option keyint is unknown
> main warning: option bframes is unknown
> 
> ..and so on for all x264 parameters.

Yes, since they are options specific to the x264 vlc module.

Use venc=x264{bframes=2,cabac,loopfilter,analyse,frameref=2,scenecut=-1}

-- 
BigBen

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list