Advertisement
Guest User

swkide_segmenter

a guest
Jun 12th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. Command:
  2. ffmpeg -v debug -i $input -c copy -map 0 -f segment -segment_time 10 -segment_list out.list out%03d
  3.  
  4. Output:
  5. ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
  6. built on Jun 12 2012 09:35:42 with gcc 4.4.6 20110731 (Red Hat 4.4.6-3)
  7. configuration: --enable-version3 --enable-gpl --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-shared --enable-libmp3lame --enable-decoder=WMV3 --enable-pthreads --enable-libx264 --enable-libxvid --enable-libfaac --enable-nonfree --enable-libvpx --prefix=/root/ffmpeg/encpack/usr/local --extra-ldflags=-L/root/ffmpeg/encpack/usr/local/lib --extra-cflags=-I/root/ffmpeg/encpack/usr/local/include
  8. libavutil 51. 54.100 / 51. 56.100
  9. libavcodec 54. 23.100 / 54. 25.100
  10. libavformat 54. 6.100 / 54. 6.101
  11. libavdevice 54. 0.100 / 54. 0.100
  12. libavfilter 2. 77.100 / 2. 78.100
  13. libswscale 2. 1.100 / 2. 1.100
  14. libswresample 0. 15.100 / 0. 15.100
  15. libpostproc 52. 0.100 / 52. 0.100
  16. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb100] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
  17. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb100] ISO: File Type Major Brand: isom
  18. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb100] File position before avformat_find_stream_info() is 32681
  19. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb100] All info found
  20. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x21bb100] File position after avformat_find_stream_info() is 34100
  21. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '../transcoder/trunk/8425259_a224p.mp4':
  22. Metadata:
  23. major_brand : isom
  24. minor_version : 512
  25. compatible_brands: isomiso2avc1mp41
  26. encoder : Lavf54.6.101
  27. Duration: 00:00:34.59, start: 0.000000, bitrate: 180 kb/s
  28. Stream #0:0(und), 1, 1/25: Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 432x224 [SAR 2061:2104 DAR 55647:29456], 1/50, 123 kb/s, SAR 10976:11205 DAR 784:415, 25 fps, 25 tbr, 25 tbn, 50 tbc
  29. Metadata:
  30. handler_name : VideoHandler
  31. Stream #0:1(und), 1, 1/44100: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 50 kb/s
  32. Metadata:
  33. handler_name : SoundHandler
  34. Output #0, segment, to 'out%03d':
  35. Metadata:
  36. major_brand : isom
  37. minor_version : 512
  38. compatible_brands: isomiso2avc1mp41
  39. encoder : Lavf54.6.101
  40. Stream #0:0(und), 0, 1/90000: Video: h264 (avc1 / 0x31637661), yuv420p, 432x224 [SAR 10976:11205 DAR 784:415], 1/25, q=2-31, 123 kb/s, 25 fps, 90k tbn, 25 tbc
  41. Metadata:
  42. handler_name : VideoHandler
  43. Stream #0:1(und), 0, 1/90000: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, 50 kb/s
  44. Metadata:
  45. handler_name : SoundHandler
  46. Stream mapping:
  47. Stream #0:0 -> #0:0 (copy)
  48. Stream #0:1 -> #0:1 (copy)
  49. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement