Broken crop filter
Posted: 16 Aug 2005 02:44
Streaming TV over mmsh, wanted to add crop filter because TV card outputs some black edges, added all parameters but insted of getting cropped picture I get resized one eg 312x232 with those black borders but smaller overall size of picture. Am I doing right or wrong?
Code: Select all
/usr/bin/vlc -I http --http-host :1119 v4l:/dev/video0:norm=pal:frequency=479250:size=320x240:channel=0:adev=/dev/dsp:audio=1 -vvv --vout-filter=crop --sout '#transcode{croptop=4,cropbottom=4,cropleft=4,cropright=4,venc=ffmpeg{hurry-up},vcodec=WMV2,vb=384,hq,acodec=mp3,ab=64,channels=2}:std{access=mmsh,mux=asfh,url=:80}'