Advertisement
Guest User

ffmpeg extract images from the start

a guest
May 26th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. matu@matu-ThinkPad-X201:~/bin/ffmpeg-linux64-20130526$ ./ffmpeg -version
  2. ffmpeg version N-39939-gc8e9c92
  3. built on May 26 2013 12:29:28 with gcc 4.7 (Debian 4.7.3-4)
  4. configuration: --extra-cflags=-I../static/include --extra-ldflags='-L../static/lib -static' --enable-gpl --enable-version3 --enable-static --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
  5. libavutil 52. 34.100 / 52. 34.100
  6. libavcodec 55. 12.100 / 55. 12.100
  7. libavformat 55. 7.100 / 55. 7.100
  8. libavdevice 55. 1.101 / 55. 1.101
  9. libavfilter 3. 70.101 / 3. 70.101
  10. libswscale 2. 3.100 / 2. 3.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 3.100 / 52. 3.100
  13. matu@matu-ThinkPad-X201:~/bin/ffmpeg-linux64-20130526$ ./ffmpeg -version^C
  14. matu@matu-ThinkPad-X201:~/bin/ffmpeg-linux64-20130526$ ./ffmpeg -ss 00:08:24 -t 00:08:27 -i s01e03_love_academie_fr_V0_9zVZo.mp4 image-%d.jpeg
  15. ffmpeg version N-39939-gc8e9c92 Copyright (c) 2000-2013 the FFmpeg developers
  16. built on May 26 2013 12:29:28 with gcc 4.7 (Debian 4.7.3-4)
  17. configuration: --extra-cflags=-I../static/include --extra-ldflags='-L../static/lib -static' --enable-gpl --enable-version3 --enable-static --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
  18. libavutil 52. 34.100 / 52. 34.100
  19. libavcodec 55. 12.100 / 55. 12.100
  20. libavformat 55. 7.100 / 55. 7.100
  21. libavdevice 55. 1.101 / 55. 1.101
  22. libavfilter 3. 70.101 / 3. 70.101
  23. libswscale 2. 3.100 / 2. 3.100
  24. libswresample 0. 17.102 / 0. 17.102
  25. libpostproc 52. 3.100 / 52. 3.100
  26. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 's01e03_love_academie_fr_V0_9zVZo.mp4':
  27. Metadata:
  28. major_brand : isom
  29. minor_version : 512
  30. compatible_brands: isomiso2avc1mp41
  31. creation_time : 1970-01-01 00:00:00
  32. encoder : Lavf52.64.2
  33. Duration: 00:22:40.83, start: 0.000000, bitrate: 935 kb/s
  34. Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1230x680 [SAR 1:1 DAR 123:68], 801 kb/s, 23.98 fps, 23.98 tbr, 48k tbn, 47.95 tbc
  35. Metadata:
  36. creation_time : 1970-01-01 00:00:00
  37. handler_name : VideoHandler
  38. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s
  39. Metadata:
  40. creation_time : 1970-01-01 00:00:00
  41. handler_name : SoundHandler
  42. -t is not an input option, keeping it for the next output; consider fixing your command line.
  43. Output #0, image2, to 'image-%d.jpeg':
  44. Metadata:
  45. major_brand : isom
  46. minor_version : 512
  47. compatible_brands: isomiso2avc1mp41
  48. encoder : Lavf55.7.100
  49. Stream #0:0(eng): Video: mjpeg, yuvj420p, 1230x680 [SAR 1:1 DAR 123:68], q=2-31, 200 kb/s, 90k tbn, 23.98 tbc
  50. Metadata:
  51. creation_time : 1970-01-01 00:00:00
  52. handler_name : VideoHandler
  53. Stream mapping:
  54. Stream #0:0 -> #0:0 (h264 -> mjpeg)
  55. Press [q] to stop, [?] for help
  56. frame= 410 fps=118 q=0.0 Lsize=N/A time=00:00:17.10 bitrate=N/A dup=0 drop=29
  57. video:12015kB audio:0kB subtitle:0 global headers:0kB muxing overhead -100.000179%
  58. Received signal 2: terminating.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement