This repository was archived by the owner on May 22, 2025. It is now read-only.
Help with yadif filter multiple outs #750
Open
Description
Version information
- fluent-ffmpeg version: Last
- ffmpeg version: 3.3
- OS: OSX
how i can produce this command with fluent
ffmpeg -i input -filter_complex '[0:v]yadif,split=3[out1][out2][out3]'
-map '[out1]' -s 1280x720 -acodec … -vcodec … output1
-map '[out2]' -s 640x480 -acodec … -vcodec … output2
-map '[out3]' -s 320x240 -acodec … -vcodec … output3
Thanks