Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [root@localhost photo2]# /usr/bin/ffmpeg -re -i /media/fotos/mona/1-2jaar/video/augustus\ 2011/DVCI0056.MP4 -g 0 -vf scale=80:-1 -b:v 2M -r 30 -f ogg -acodec libvorbis - > /dev/null
  2. ffmpeg version 0.10.6 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Nov 13 2012 16:03:45 with gcc 4.6.3
  4. configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libspeex --enable-libfreetype --enable-libnut --enable-libgsm --enable-libcelt --enable-libopencv --enable-libopenjpeg --enable-libxavs --enable-frei0r --enable-libmodplug --enable-libass --enable-gnutls --enable-libcdio --enable-libpulse --enable-libdirac --enable-libv4l2 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libxvid
  5. libavutil 51. 35.100 / 51. 35.100
  6. libavcodec 53. 61.100 / 53. 61.100
  7. libavformat 53. 32.100 / 53. 32.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/fotos/mona/1-2jaar/video/augustus 2011/DVCI0056.MP4':
  14. Metadata:
  15. major_brand : avc1
  16. minor_version : 0
  17. compatible_brands: avc1isom
  18. creation_time : 2011-08-07 09:17:25
  19. Duration: 00:00:47.74, start: 0.000000, bitrate: 10170 kb/s
  20. Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 10025 kb/s, 59.94 fps, 59.94 tbr, 90k tbn, 119.88 tbc
  21. Metadata:
  22. creation_time : 2011-08-07 09:17:25
  23. handler_name : Ambarella AVC
  24. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 128 kb/s
  25. Metadata:
  26. creation_time : 2011-08-07 09:17:25
  27. handler_name : Ambarella AAC
  28. [buffer @ 0x21fca80] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
  29. [scale @ 0x21f1a80] w:1280 h:720 fmt:yuv420p -> w:80 h:45 fmt:yuv420p flags:0x4
  30. Output #0, ogg, to 'pipe:':
  31. Metadata:
  32. major_brand : avc1
  33. minor_version : 0
  34. compatible_brands: avc1isom
  35. creation_time : 2011-08-07 09:17:25
  36. encoder : Lavf53.32.100
  37. Stream #0:0(eng): Video: theora, yuv420p, 80x45 [SAR 1:1 DAR 16:9], q=2-31, 2000 kb/s, 30 tbn, 30 tbc
  38. Metadata:
  39. creation_time : 2011-08-07 09:17:25
  40. handler_name : Ambarella AVC
  41. Stream #0:1(eng): Audio: vorbis, 48000 Hz, stereo, s16
  42. Metadata:
  43. creation_time : 2011-08-07 09:17:25
  44. handler_name : Ambarella AAC
  45. Stream mapping:
  46. Stream #0:0 -> #0:0 (h264 -> libtheora)
  47. Stream #0:1 -> #0:1 (aac -> libvorbis)
  48. Press [q] to stop, [?] for help
  49. frame= 1434 fps= 27 q=0.0 Lsize= 2910kB time=00:00:47.74 bitrate= 499.2kbits/s dup=0 drop=1428
  50. video:2361kB audio:528kB global headers:7kB muxing overhead 0.480200%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement