Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2012 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3859359 to your computer and use it in GitHub Desktop.
Save anonymous/3859359 to your computer and use it in GitHub Desktop.
stdin
$ ffmpeg -v debug -i in.iso out.mp4
ffmpeg version git-2012-10-09-238e904 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 9 2012 13:01:13 with gcc 4.7.1 (GCC) 20120721 (prerelease)
configuration: --prefix=/usr --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libass --enable-libfdk-aac --enable-nonfree --enable-x11grab
libavutil 51. 74.100 / 51. 74.100
libavcodec 54. 65.100 / 54. 65.100
libavformat 54. 31.100 / 54. 31.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 19.102 / 3. 19.102
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 16.100 / 0. 16.100
libpostproc 52. 1.100 / 52. 1.100
[mpeg @ 0x1742240] Format mpeg probed with size=1048576 and score=52
[mpeg @ 0x1742240] File position before avformat_find_stream_info() is 0
[mpeg @ 0x1742240] probing stream 0 pp:2500
[mpeg @ 0x1742240] Probe with size=2012, packets=1 detected mpegvideo with score=25
[mpeg @ 0x1742240] probing stream 0 pp:2499
[mpeg @ 0x1742240] Probe with size=4037, packets=2 detected mpegvideo with score=25
[mpeg @ 0x1742240] probing stream 0 pp:2498
[mpeg @ 0x1742240] Probe with size=6062, packets=3 detected mpegvideo with score=25
[mpeg @ 0x1742240] probing stream 0 pp:2497
[mpeg @ 0x1742240] probing stream 0 pp:2496
[mpeg @ 0x1742240] Probe with size=10112, packets=5 detected mpegvideo with score=51
[mpeg @ 0x1742240] probed stream 0
[mpeg @ 0x1742240] first_dts 22254 not matching first dts 25257 in que
[mpeg @ 0x1742240] max_analyze_duration 5000000 reached at 5005000
Truncating packet of size 61436 to 2032
[mpeg @ 0x1742240] File position after avformat_find_stream_info() is 0
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, mpeg, from 'in.iso':
Duration: 00:49:19.58, start: 0.280633, bitrate: 20198 kb/s
Stream #0:0[0x1e0], 152, 1/90000: Video: mpeg2video (Main), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 1001/60000, 9800 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Stream #0:1[0xa0], 0, 1/90000: Audio: pcm_s16be, 48000 Hz, stereo, 1536 kb/s
Stream #0:2[0x1d7], 0, 1/90000: Audio: mp2, 0 channels
[buffer @ 0x17477c0] Setting entry with key 'video_size' to value '720x480'
[buffer @ 0x17477c0] Setting entry with key 'pix_fmt' to value '0'
[buffer @ 0x17477c0] Setting entry with key 'time_base' to value '1/90000'
[buffer @ 0x17477c0] Setting entry with key 'pixel_aspect' to value '32/27'
[buffer @ 0x17477c0] Setting entry with key 'sws_param' to value 'flags=2'
[buffer @ 0x17477c0] Setting entry with key 'frame_rate' to value '30000/1001'
[graph 0 input from stream 0:0 @ 0x1747c40] w:720 h:480 pixfmt:yuv420p tb:1/90000 fr:30000/1001 sar:32/27 sws_param:flags=2
[abuffer @ 0x1744620] Setting entry with key 'time_base' to value '1/48000'
[abuffer @ 0x1744620] Setting entry with key 'sample_rate' to value '48000'
[abuffer @ 0x1744620] Setting entry with key 'sample_fmt' to value '(null)'
[abuffer @ 0x1744620] Setting entry with key 'channel_layout' to value '0x3'
[graph 1 input from stream 0:1 @ 0x17485e0] Invalid sample format '(null)'
Error opening filters!
Statistics: 3526800 bytes read, 3 seeks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment