Php-ffmpeg: Get execute command(final)

Created on 30 Aug 2017  路  4Comments  路  Source: PHP-FFMpeg/PHP-FFMpeg

Hi
I want to get final command to execute on other server
how I can after set all parameter get the command?
thanks

Feature

Most helpful comment

It's not possible, but it would be quite useful for debugging purposes... will have a look as soon as possible...

All 4 comments

It's not possible, but it would be quite useful for debugging purposes... will have a look as soon as possible...

thanks a lot

That would be a very useful feature - verbose or dry run. Currently my method is to set an additional parameter that I know will cause an error, and see the output in console. For example:
$format->setAdditionalParameters(array('stupidflag', 'iknowthiswontwork'));

@adriangoris
please share more about your solution?

Was this page helpful?
0 / 5 - 0 ratings