How to apply two more vfilters in sout

About encoding, codec settings, muxers and filter usage
alexmajin
New Cone
New Cone
Posts: 2
Joined: 27 May 2018 10:04

How to apply two more vfilters in sout

Postby alexmajin » 27 May 2018 10:07

Hi,

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}
I have tried different combination and none of them work. What is the correct syntax here?

Thanks!
Alex

Rémi Denis-Courmont
Developer
Developer
Posts: 15336
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: How to apply two more vfilters in sout

Postby Rémi Denis-Courmont » 27 May 2018 18:00

Like normal, f1:f2:f3...
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

alexmajin
New Cone
New Cone
Posts: 2
Joined: 27 May 2018 10:04

Re: How to apply two more vfilters in sout

Postby alexmajin » 28 May 2018 07:08

Thanks! This is how it worked!

vlc.exe -I dummy -vvv 3.mp4 --sout=#transcode{vcodec=h264,vfilter={rotate{angle=45}:croppadd{cropleft=600}}}:standard{access=file,mux=ts,dst=34.mp4}


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 7 guests