Advertisement
Guest User

Untitled

a guest
May 24th, 2016
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. $ ffmpeg -i DSCN5008.AVI -acodec copy -vn -y a.aac
  2. FFmpeg version SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  3. configuration: --extra-version=4:0.5.9-0ubuntu0.10.04.3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  4. libavutil 49.15. 0 / 49.15. 0
  5. libavcodec 52.20. 1 / 52.20. 1
  6. libavformat 52.31. 0 / 52.31. 0
  7. libavdevice 52. 1. 0 / 52. 1. 0
  8. libavfilter 0. 4. 0 / 0. 4. 0
  9. libswscale 0. 7. 1 / 0. 7. 1
  10. libpostproc 51. 2. 0 / 51. 2. 0
  11. built on Jan 24 2013 19:42:21, gcc: 4.4.3
  12. Input #0, avi, from 'DSCN5008.AVI':
  13. Duration: 00:00:21.43, start: 0.000000, bitrate: 32094 kb/s
  14. Stream #0.0: Video: mjpeg, yuvj422p, 1280x720, 30 tbr, 30 tbn, 30 tbc
  15. Stream #0.1: Audio: pcm_s16le, 22050 Hz, mono, s16, 352 kb/s
  16. Output #0, adts, to 'a.aac':
  17. Stream #0.0: Audio: pcm_s16le, 22050 Hz, mono, s16, 352 kb/s
  18. Stream mapping:
  19. Stream #0.1 -> #0.0
  20. Press [q] to stop encoding
  21. size= 923kB time=21.42 bitrate= 352.8kbits/s
  22. video:0kB audio:923kB global headers:0kB muxing overhead 0.000000%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement