[vlc] Re: using video filters while transcoding

Philip Edelbrock phil at Ren.netroedge.com
Sun Sep 28 00:18:14 CEST 2003



Ah!  It's as simple as that!  This works:

vlc -v \
v4l:/dev/video0:norm=ntsc:channel=2:size=480x480:adev=/dev/dsp:audio=0 \
--desync 115 --sout  \
'#transcode{vcodec=mp4v,acodec=mpga,cropleft=20,cropright=20,croptop=20,cropbottom=20,width=400,height=400,deinterlace}:std{access=udp,mux=ts,url=10.0.1.101}' \
--ttl 3

Thanks!


Phil



On Sun, 28 Sep 2003, Benjamin PRACHT wrote:

> Well,  video  filters  are...  video   filters.  That  means  that  thay
> are   only   applied  on   the   video-ouput,   and   so  not   on   the
> transcoded  stream.   To  do  what   you're  trying  to  do,   you  need
> to  ave  the  encodinf  module  (ffmpeg   here)  do  it.  Just  add  the
> cropright=...,cropleft=...,croptop=...,cropbottom=...  in the  transcode
> part of the stream output syntax...
> 
> The width  and heigh parametters  allows you to  modify the size  of the
> resulting video, if it interests you ;-)
> 
> -- 
> $(echo "BigBen")
> 
> Oui je quote, et alors ?
> 
> -- 
> This is the vlc mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/support/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>
> 

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list