On Wed, Oct 21, 2015 at 20:36:21 +0200, Reindl Harald wrote: > [harry@srv-rhsoft:/downloads]$ ffmpeg -i test
Or explicitly: $ ffprobe -hide_banner -show_format -show_streams inputfile | grep -E "(format|codec)_(|long_)name" At the end of the output (which has the details formatted as Harald's approach presented them), you would get a summary like this: codec_name=h264 codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 codec_name=aac codec_long_name=AAC (Advanced Audio Coding) format_name=mov,mp4,m4a,3gp,3g2,mj2 format_long_name=QuickTime / MOV Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
