Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2013 14:33
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/52d77ac231c1240ec551 to your computer and use it in GitHub Desktop.
Save anonymous/52d77ac231c1240ec551 to your computer and use it in GitHub Desktop.
zybru@hp-6530b-bs:~/Desktop$ ffmpeg -i Sintel-Third-Open-Movie-by-Blender-Foundation-1080p.mp4 -an -vcodec copy -f segment -bsf h264_mp4toannexb -map 0 out%03d.h264
ffmpeg version N-50129-g951d39f Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 20 2013 14:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --disable-stripping --enable-debug=3 --extra-cflags=-gstabs+ --disable-optimizations
libavutil 52. 17.102 / 52. 17.102
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.100 / 54. 63.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 38.103 / 3. 38.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Sintel-Third-Open-Movie-by-Blender-Foundation-1080p.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2010-09-29 12:52:38
Duration: 00:14:48.00, start: 0.000000, bitrate: 3075 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], 2941 kb/s, 24 fps, 24 tbr, 1k tbn, 48 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s
Metadata:
creation_time : 2010-09-29 12:53:05
handler_name : (C) 2007 Google Inc. v08.13.2007.
Output #0, segment, to 'out%03d.h264':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
encoder : Lavf54.63.100
Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], q=2-31, 2941 kb/s, 24 fps, 90k tbn, 24 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
handler_name : VideoHandler
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
frame=21312 fps=2614 q=-1.0 Lsize=N/A time=00:14:47.99 bitrate=N/A
video:318907kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000007%
zybru@hp-6530b-bs:~/Desktop$ ffmpeg -i Sintel-Third-Open-Movie-by-Blender-Foundation-1080p.mp4 -vn -acodec copy audio.aac
ffmpeg version N-50129-g951d39f Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 20 2013 14:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --disable-stripping --enable-debug=3 --extra-cflags=-gstabs+ --disable-optimizations
libavutil 52. 17.102 / 52. 17.102
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.100 / 54. 63.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 38.103 / 3. 38.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Sintel-Third-Open-Movie-by-Blender-Foundation-1080p.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2010-09-29 12:52:38
Duration: 00:14:48.00, start: 0.000000, bitrate: 3075 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], 2941 kb/s, 24 fps, 24 tbr, 1k tbn, 48 tbc
Metadata:
creation_time : 1970-01-01 00:00:00
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s
Metadata:
creation_time : 2010-09-29 12:53:05
handler_name : (C) 2007 Google Inc. v08.13.2007.
Output #0, adts, to 'audio.aac':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
encoder : Lavf54.63.100
Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, 127 kb/s
Metadata:
creation_time : 2010-09-29 12:53:05
handler_name : (C) 2007 Google Inc. v08.13.2007.
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Press [q] to stop, [?] for help
size= 14136kB time=00:14:47.95 bitrate= 130.4kbits/s
video:0kB audio:13874kB subtitle:0 global headers:0kB muxing overhead 1.884181%
zybru@hp-6530b-bs:~/Desktop$ head -n 2 concat.lst; tail -n 2 concat.lst
file 'out000.h264'
file 'out001.h264'
file 'out442.h264'
file 'out443.h264'
zybru@hp-6530b-bs:~/Desktop$ ffmpeg -f concat -i concat.lst -c copy joined.h264
ffmpeg version N-50129-g951d39f Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 20 2013 14:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --disable-stripping --enable-debug=3 --extra-cflags=-gstabs+ --disable-optimizations
libavutil 52. 17.102 / 52. 17.102
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.100 / 54. 63.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 38.103 / 3. 38.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
[concat @ 0x1cd1fc0] max_analyze_duration 5000000 reached at 5030928 microseconds
[concat @ 0x1cd1fc0] Estimating duration from bitrate, this may be inaccurate
Input #0, concat, from 'concat.lst':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], 24.25 fps, 24 tbr, 1200k tbn, 48 tbc
Output #0, h264, to 'joined.h264':
Metadata:
encoder : Lavf54.63.100
Stream #0:0: Video: h264, yuv420p, 1920x818 [SAR 1:1 DAR 960:409], q=2-31, 24.25 fps, 90k tbn, 24 tbc
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Press [q] to stop, [?] for help
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.24 bitrate=1351.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.65 bitrate=1479.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.26 bitrate=1339.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.46 bitrate=1336.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.75 bitrate=1510.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.28 bitrate=1594.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.23 bitrate=1615.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.47 bitrate=1555.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.71 bitrate=1452.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 5 times
Estimating duration from bitrate, this may be inaccurate.31 bitrate=1350.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.30 bitrate=1420.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.29 bitrate=1421.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.99 bitrate=1392.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.39 bitrate=1381.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.14 bitrate=1480.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.00 bitrate=1563.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.75 bitrate=1621.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.45 bitrate=1713.6kbits/s
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Estimating duration from bitrate, this may be inaccurate.26 bitrate=1857.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.75 bitrate=1993.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.91 bitrate=2118.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.28 bitrate=2221.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.28 bitrate=2281.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.98 bitrate=2371.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.39 bitrate=2328.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.59 bitrate=2362.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.58 bitrate=2393.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.20 bitrate=2419.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.45 bitrate=2478.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.82 bitrate=2504.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.48 bitrate=2507.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.43 bitrate=2507.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.42 bitrate=2569.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.04 bitrate=2599.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.95 bitrate=2596.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.49 bitrate=2593.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.39 bitrate=2596.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.26 bitrate=2620.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.46 bitrate=2655.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.87 bitrate=2663.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.49 bitrate=2640.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.48 bitrate=2582.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.10 bitrate=2550.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.68 bitrate=2610.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.67 bitrate=2697.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.71 bitrate=2702.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.32 bitrate=2688.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.32 bitrate=2654.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.93 bitrate=2602.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.54 bitrate=2557.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.53 bitrate=2526.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.10 bitrate=2514.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.76 bitrate=2503.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.76 bitrate=2538.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.37 bitrate=2531.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 5 times
Estimating duration from bitrate, this may be inaccurate.99 bitrate=2476.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Estimating duration from bitrate, this may be inaccurate.75 bitrate=2473.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.05 bitrate=2457.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.59 bitrate=2451.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.67 bitrate=2450.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.53 bitrate=2457.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.11 bitrate=2481.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.02 bitrate=2488.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.89 bitrate=2519.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.38 bitrate=2543.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.50 bitrate=2555.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.12 bitrate=2560.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.82 bitrate=2558.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Estimating duration from bitrate, this may be inaccurate.71 bitrate=2562.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.34 bitrate=2569.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.54 bitrate=2558.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.53 bitrate=2526.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.15 bitrate=2522.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.76 bitrate=2504.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.76 bitrate=2511.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1daa160] non-existing PPS referenced
[h264 @ 0x1daa160] non-existing PPS 0 referenced
[h264 @ 0x1daa160] decode_slice_header error
[h264 @ 0x1daa160] no frame!
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Estimating duration from bitrate, this may be inaccurate.56 bitrate=2508.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 4 times
Estimating duration from bitrate, this may be inaccurate.60 bitrate=2490.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.59 bitrate=2478.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.21 bitrate=2475.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.21 bitrate=2515.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.83 bitrate=2554.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.82 bitrate=2559.4kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.44 bitrate=2562.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.43 bitrate=2561.5kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 7 times
Estimating duration from bitrate, this may be inaccurate.09 bitrate=2512.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 6 times
Estimating duration from bitrate, this may be inaccurate.74 bitrate=2480.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 3 times
Estimating duration from bitrate, this may be inaccurate.23 bitrate=2473.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.23 bitrate=2499.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.85 bitrate=2532.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.84 bitrate=2568.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.84 bitrate=2588.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
Estimating duration from bitrate, this may be inaccurate.46 bitrate=2599.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.45 bitrate=2620.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.07 bitrate=2672.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.07 bitrate=2719.3kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.06 bitrate=2759.1kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.68 bitrate=2806.0kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.68 bitrate=2849.2kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.30 bitrate=2880.6kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.29 bitrate=2922.7kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.29 bitrate=2947.9kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 1 times
Estimating duration from bitrate, this may be inaccurate.91 bitrate=2963.8kbits/s
[h264 @ 0x1cee5e0] Estimating duration from bitrate, this may be inaccurate
Last message repeated 2 times
frame=21312 fps=353 q=-1.0 Lsize= 318926kB time=00:14:44.80 bitrate=2952.8kbits/s
video:318926kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.000000%
zybru@hp-6530b-bs:~/Desktop$ ffplay joined.h264
ffplay version N-50129-g951d39f Copyright (c) 2003-2013 the FFmpeg developers
built on Feb 20 2013 14:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --disable-stripping --enable-debug=3 --extra-cflags=-gstabs+ --disable-optimizations
libavutil 52. 17.102 / 52. 17.102
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.100 / 54. 63.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 38.103 / 3. 38.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
[h264 @ 0x7f939c0008c0] max_analyze_duration 5000000 reached at 5025000 microseconds
[h264 @ 0x7f939c0008c0] Estimating duration from bitrate, this may be inaccurate
Input #0, h264, from 'joined.h264':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: h264 (High), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], 24.08 fps, 24 tbr, 1200k tbn, 48 tbc
5.27 A-V: 0.000 fd= 342 aq= 0KB vq= 42KB sq= 0B f=0/0 = 0B f=0/0
zybru@hp-6530b-bs:~/Desktop$ ffmpeg -y -i audio.aac -i joined.h264 -c copy -absf aac_adtstoasc joined.mp4
ffmpeg version N-50129-g951d39f Copyright (c) 2000-2013 the FFmpeg developers
built on Feb 20 2013 14:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --disable-stripping --enable-debug=3 --extra-cflags=-gstabs+ --disable-optimizations
libavutil 52. 17.102 / 52. 17.102
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.100 / 54. 63.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 38.103 / 3. 38.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
[aac @ 0x28a1a00] max_analyze_duration 5000000 reached at 5015510 microseconds
[aac @ 0x28a1a00] Estimating duration from bitrate, this may be inaccurate
Input #0, aac, from 'audio.aac':
Duration: 00:13:47.84, bitrate: 139 kb/s
Stream #0:0: Audio: aac, 44100 Hz, stereo, fltp, 139 kb/s
[h264 @ 0x28a8760] max_analyze_duration 5000000 reached at 5025000 microseconds
[h264 @ 0x28a8760] Estimating duration from bitrate, this may be inaccurate
Input #1, h264, from 'joined.h264':
Duration: N/A, bitrate: N/A
Stream #1:0: Video: h264 (High), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], 24.08 fps, 24 tbr, 1200k tbn, 48 tbc
Output #0, mp4, to 'joined.mp4':
Metadata:
encoder : Lavf54.63.100
Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], q=2-31, 24.08 fps, 1200k tbn, 1200k tbc
Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, 139 kb/s
Stream mapping:
Stream #1:0 -> #0:0 (copy)
Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=21312 fps=1720 q=-1.0 Lsize= 333438kB time=00:14:47.95 bitrate=3076.2kbits/s
video:318926kB audio:14136kB subtitle:0 global headers:0kB muxing overhead 0.113100%
zybru@hp-6530b-bs:~/Desktop$ ffprobe joined.mp4
ffprobe version N-50129-g951d39f Copyright (c) 2007-2013 the FFmpeg developers
built on Feb 20 2013 14:47:49 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --disable-stripping --enable-debug=3 --extra-cflags=-gstabs+ --disable-optimizations
libavutil 52. 17.102 / 52. 17.102
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.100 / 54. 63.100
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 38.103 / 3. 38.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'joined.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.63.100
Duration: 00:14:47.99, start: 0.000000, bitrate: 3076 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x818 [SAR 1:1 DAR 960:409], 2942 kb/s, 24 fps, 24.58 tbr, 1200k tbn, 48 tbc
Metadata:
handler_name : VideoHandler
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s
Metadata:
handler_name : SoundHandler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment