Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Help with yadif filter multiple outs #750

Open
@ctaity

Description

@ctaity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions