Ffmpeg-python: get ffmpeg command

Created on 10 Apr 2019  路  1Comment  路  Source: kkroening/ffmpeg-python

Hi,

I can't have ffmpeg do what I want, and I'd like to know how to get the command generated by these bindings, so I can tinker with it directly.

Thanks <3

question

Most helpful comment

You can use ffmpeg.get_args(stream) to get the arguments that would be passed to the ffmpeg tool.

>All comments

You can use ffmpeg.get_args(stream) to get the arguments that would be passed to the ffmpeg tool.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

reformstudios picture reformstudios  路  3Comments

monokal picture monokal  路  3Comments

nathanaelneveux picture nathanaelneveux  路  4Comments

roman-ku picture roman-ku  路  4Comments

cbitterfield picture cbitterfield  路  4Comments