Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ffprobe [2019/06/29 04:40] – created beandog | ffprobe [2019/07/09 07:23] (current) – beandog | ||
---|---|---|---|
Line 7: | Line 7: | ||
< | < | ||
dvd_copy -o - | ffprobe -probesize 67108864 -analyzeduration 60000000 - | dvd_copy -o - | ffprobe -probesize 67108864 -analyzeduration 60000000 - | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Input #0, mpeg, from ' | ||
+ | Duration: N/A, start: 0.045500, bitrate: N/A | ||
+ | Stream # | ||
+ | Stream # | ||
+ | Stream #0:2[0x82]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s | ||
+ | Stream #0:3[0x81]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s | ||
+ | Stream #0:4[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s | ||
+ | Stream #0:5[0x21]: Subtitle: dvd_subtitle | ||
+ | Stream #0:6[0x20]: Subtitle: dvd_subtitle | ||
+ | Stream #0:7[0x23]: Subtitle: dvd_subtitle | ||
+ | Stream #0:8[0x22]: Subtitle: dvd_subtitle | ||
+ | </ | ||
+ | |||
+ | Display stream information in JSON: | ||
+ | |||
+ | < | ||
+ | ffprobe -hide_banner -probesize 67108864 -analyzeduration 60000000 -i dvd_copy.mpg -show_format -of json -show_streams 2> /dev/null | ||
</ | </ |