Search code examples
ffmpegffprobe

Passing options to ffprobe


I'm having problem with the ffprobe syntax, getting print format to output default with no keys. There is a nokey option, so I pass in something like this

ffprobe -print_format default nokey

but I get nothing back, not even an error. Is there something wrong with my syntax?


Solution

  • The answer is

    -printformat default=nokey=1

    Multiple options can be passed in

    -print_format default=nokey=1:noprint_wrappers=1