FFprobe & Utilitaires divers
Collection de commandes utilitaires : vérifier l'installation de FFmpeg, lister les codecs et analyser les médias avec FFprobe.
Show Streams Info
List all video, audio, and subtitle streams.
ffprobe -show_streams -i input.mp4
Note:Displays detailed information about each stream found in the file (codec, resolution, bitrate, etc.).
Show Format Info
Show container format details.
ffprobe -show_format -i input.mp4
Note:Shows file-level metadata like duration, size, bit_rate, and tags.
Output as JSON
Get metadata in JSON format for parsing.
ffprobe -v quiet -print_format json -show_format -show_streams input.mp4
Note:Ideal for scripts.
-v quiet suppresses logs, outputting only valid JSON data.VIDEO API
Découvrez pourquoi Hunt est le fournisseur d'API préféré des développeurs.