On Thu, 22 Oct 2015 16:36:48 +0200
Moritz Barsnick <[email protected]> wrote:

> Or explicitly:
> 
> $ ffprobe -hide_banner -show_format -show_streams inputfile | grep -E 
> "(format|codec)_(|long_)name"

No need for grep:

ffprobe -v error -show_entries 
stream=codec_name,codec_long_name:format=format_name,format_long_name input
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to