Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. [root@localhost photo2]# /usr/bin/ffmpeg -i /media/fotos/mona/1-2jaar/video/augustus\ 2011/DVCI0056.MP4 -g 0 -vf scale=80:-1 -b:v 2M -f ogg -acodec libvorbis file.ogg
  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. File 'file.ogg' already exists. Overwrite ? [y/N] y
  29. w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
  30. [scale @ 0x219aa60] w:1280 h:720 fmt:yuv420p -> w:80 h:45 fmt:yuv420p flags:0x4
  31. Output #0, ogg, to 'file.ogg':
  32. Metadata:
  33. major_brand : avc1
  34. minor_version : 0
  35. compatible_brands: avc1isom
  36. creation_time : 2011-08-07 09:17:25
  37. encoder : Lavf53.32.100
  38. Stream #0:0(eng): Video: theora, yuv420p, 80x45 [SAR 1:1 DAR 16:9], q=2-31, 2000 kb/s, 59.94 tbn, 59.94 tbc
  39. Metadata:
  40. creation_time : 2011-08-07 09:17:25
  41. handler_name : Ambarella AVC
  42. Stream #0:1(eng): Audio: vorbis, 48000 Hz, stereo, s16
  43. Metadata:
  44. creation_time : 2011-08-07 09:17:25
  45. handler_name : Ambarella AAC
  46. Stream mapping:
  47. Stream #0:0 -> #0:0 (h264 -> libtheora)
  48. Stream #0:1 -> #0:1 (aac -> libvorbis)
  49. Press [q] to stop, [?] for help
  50. frame= 2862 fps= 53 q=0.0 Lsize= 5272kB time=00:00:47.74 bitrate= 904.5kbits/s
  51. video:4712kB audio:528kB global headers:7kB muxing overhead 0.474826%
  52. [root@localhost photo2]# /usr/bin/ffmpeg -i file.ogg
  53. ffmpeg version 0.10.6 Copyright (c) 2000-2012 the FFmpeg developers
  54. built on Nov 13 2012 16:03:45 with gcc 4.6.3
  55. 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
  56. libavutil 51. 35.100 / 51. 35.100
  57. libavcodec 53. 61.100 / 53. 61.100
  58. libavformat 53. 32.100 / 53. 32.100
  59. libavdevice 53. 4.100 / 53. 4.100
  60. libavfilter 2. 61.100 / 2. 61.100
  61. libswscale 2. 1.100 / 2. 1.100
  62. libswresample 0. 6.100 / 0. 6.100
  63. libpostproc 52. 0.100 / 52. 0.100
  64. Input #0, ogg, from 'file.ogg':
  65. Duration: 00:00:47.74, start: 0.000000, bitrate: 904 kb/s
  66. Stream #0:0: Video: theora, yuv420p, 80x45 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 59.94 tbn, 59.94 tbc
  67. Stream #0:1: Audio: vorbis, 48000 Hz, stereo, s16, 112 kb/s
  68. Metadata:
  69. MAJOR_BRAND : avc1
  70. MINOR_VERSION : 0
  71. COMPATIBLE_BRANDS: avc1isom
  72. CREATION_TIME : 2011-08-07 09:17:25
  73. ENCODER : Lavf53.32.100
  74. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement