-loglevel quiet didn't give me errors. But it didn't give me any output either. I took out that part of the command. Looked like this:
ffprobe -print_format json -show_format -show_streams file.mp4 Then i get a different error: Unrecognized option 'print_format' ffprobe: failed to set value 'json' for option 'print_format' Not sure why it says Unrecognized option. Its in the documentation https://ffmpeg.org/ffprobe.html#json On Mon, May 23, 2016 at 1:27 PM, Reto Kromer <[email protected]> wrote: > Keith Reilly wrote: > > >input: > >ffprobe -v quiet -print_format json -show_format > >-show_streams file.mp4 > >output: > >ffprobe: failed to set value 'quiet' for option 'v' > > You may use: -loglevel quiet > > Hope this helps! Reto > > > AV Preservation by reto.ch > chemin du Suchet 5 | 1024 Ecublens | Switzerland > Web: https://reto.ch | Twitter: @retoch > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
