I would like to apply one rotate vfilter and one croppadd vfilters in my following sout:
Code: Select all
vlc -I dummy -vvv 3.mp4 --sout=#transcode{vcodec=h264,vfilter=croppadd{croptop=400,cropbottom=500}:vfilter=rotate{angle=45}}:standard{access=file,mux=ts,dst=33.mp4}
Thanks!
Alex