Advertisement
Guest User

Untitled

a guest
Jun 14th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. $ ffmpeg -ss 5 -t 10 -i IronMan.mkv -f wav -ar 44100 somefile.wav
  2. ffmpeg version N-41550-gddece75 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jun 14 2012 09:56:58 with gcc 4.7.0 20120505 (prerelease)
  4. configuration: --prefix=/usr --enable-gpl --enable-libfaac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libutvideo --enable-libvo_aacenc --enable-libvorbis --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab
  5. libavutil 51. 58.100 / 51. 58.100
  6. libavcodec 54. 25.100 / 54. 25.100
  7. libavformat 54. 6.101 / 54. 6.101
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 79.100 / 2. 79.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 15.100 / 0. 15.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, matroska,webm, from 'IronMan.mkv':
  14. Metadata:
  15. creation_time : 2008-10-22 06:43:30
  16. Duration: 00:01:48.50, start: 0.000000, bitrate: 4141 kb/s
  17. Stream #0:0: Video: h264 (High), yuv420p, 1280x720, SAR 115:87 DAR 1840:783, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
  18. Stream #0:1: Audio: aac, 48000 Hz, stereo, s16 (default)
  19. File 'somefile.wav' already exists. Overwrite ? [y/N] y
  20. auto-inserting filter 'auto-inserted resampler 0' between the filter 'Parsed_anull_0' and the filter 'aformat'
  21. [auto-inserted resampler 0 @ 0x2ac3e00] chl:stereo fmt:s16 r:48000Hz -> chl:stereo fmt:s16 r:44100Hz
  22. Output #0, wav, to 'somefile.wav':
  23. Metadata:
  24. creation_time : 2008-10-22 06:43:30
  25. encoder : Lavf54.6.101
  26. Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s (default)
  27. Stream mapping:
  28. Stream #0:1 -> #0:0 (aac -> pcm_s16le)
  29. Press [q] to stop, [?] for help
  30. [matroska,webm @ 0x2ac6120] File is broken, keyframes not correctly marked!
  31. size= 1918kB time=00:00:10.01 bitrate=1568.8kbits/s
  32. video:0kB audio:1918kB global headers:0kB muxing overhead 0.002342%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement