Advertisement
Guest User

Untitled

a guest
Jun 6th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. ~/church/World_Hunger_2013$ ffmpeg -i the_sbc_world_hunger_fund_1280x720.mov -acodec vorbis -vcodec libtheora -strict experimental world_hunger_fund.ogv
  2. ffmpeg version 0.11.2 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Sep 28 2012 09:19:33 with gcc 4.7.1
  4. configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/man --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --enable-libass --enable-libdc1394 --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-amrwbenc --enable-libvpx --enable-libx264 --enable-runtime-cpudetect --enable-vaapi --disable-vdpau --enable-memalign-hack --enable-pthreads --enable-x11grab --enable-bzlib --enable-zlib --enable-shared --enable-static --disable-debug --extra-cflags='-I/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/include -DRUNTIME_CPUDETECT' --extra-ldflags='-L/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/lib -ldl -lssl -lcrypto -lz -lusb'
  5. libavutil 51. 54.100 / 51. 54.100
  6. libavcodec 54. 23.100 / 54. 23.100
  7. libavformat 54. 6.100 / 54. 6.100
  8. libavdevice 54. 0.100 / 54. 0.100
  9. libavfilter 2. 77.100 / 2. 77.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, mov,mp4,m4a,3gp,3g2,mj2, from 'the_sbc_world_hunger_fund_1280x720.mov':
  14. Metadata:
  15. major_brand : qt
  16. minor_version : 537199360
  17. compatible_brands: qt
  18. creation_time : 2011-10-01 05:16:02
  19. Duration: 00:01:43.03, start: 0.000000, bitrate: 2669 kb/s
  20. Stream #0:0(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, stereo, s16, 1536 kb/s
  21. Metadata:
  22. creation_time : 2011-10-01 05:16:02
  23. handler_name : Apple Alias Data Handler
  24. Stream #0:1(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720, 1130 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 60k tbc
  25. Metadata:
  26. creation_time : 2011-10-01 05:16:02
  27. handler_name : Apple Alias Data Handler
  28. [buffer @ 0x8350e80] w:1280 h:720 pixfmt:yuv420p tb:1/30000 sar:0/1 sws_param:flags=2
  29. [buffersink @ 0x8351160] No opaque field provided
  30. Output #0, ogg, to 'world_hunger_fund.ogv':
  31. Metadata:
  32. major_brand : qt
  33. minor_version : 537199360
  34. compatible_brands: qt
  35. creation_time : 2011-10-01 05:16:02
  36. encoder : Lavf54.6.100
  37. Stream #0:0(eng): Video: theora, yuv420p, 1280x720, q=2-31, 200 kb/s, 29.97 tbn, 29.97 tbc
  38. Metadata:
  39. creation_time : 2011-10-01 05:16:02
  40. handler_name : Apple Alias Data Handler
  41. Stream #0:1(eng): Audio: vorbis, 48000 Hz, stereo, s16, 128 kb/s
  42. Metadata:
  43. creation_time : 2011-10-01 05:16:02
  44. handler_name : Apple Alias Data Handler
  45. Stream mapping:
  46. Stream #0:1 -> #0:0 (h264 -> libtheora)
  47. Stream #0:0 -> #0:1 (pcm_s16le -> vorbis)
  48. Press [q] to stop, [?] for help
  49. Encoder did not produce proper pts, making some up.1:42.90 bitrate= 323.9kbits/s dup=1 drop=0
  50. frame= 3088 fps= 11 q=0.0 Lsize= 4174kB time=00:01:43.03 bitrate= 331.9kbits/s dup=1 drop=0
  51. video:2527kB audio:1604kB global headers:6kB muxing overhead 0.882752%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement