User Tools

Site Tools


ffprobe:todo

This is an old revision of the document!


ffprobe - todo

ffmpeg -i "input.mkv" -vn -acodec copy audio.mp3
ffmpeg -i "input.mkv" -vn -map 0:a -acodec copy audio.mp3
ffprobe -v quiet -print_format json -show_format -show_streams "audio.aac"
ffprobe -v error -select_streams a:0 -show_entries format=bit_rate -of default=noprint_wrappers=1:nokey=1 "audio.aac" | uniq
ffprobe -v quiet -print_format json -show_format -show_formats "input.mkv"
ffprobe -v error -hide_banner -select_streams v:0 -show_frames "input.mkv"
ffmpeg -i "input.mkv" -c copy -map 0:a -f null -
ffprobe/todo.1741460569.txt.gz · Last modified: 2025/03/08 19:02 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki