Advertisement
Guest User

FFMPEG conversion MP4 -> OGV

a guest
Jun 10th, 2015
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [g-------@localhost 0609]$ ~/Téléchargements/ffmpeg-2.7-64bit-static/ffmpeg -i Video20150609_185820.mp4 Video20150609_185820.ogv -qscale 0
  2. ffmpeg version 2.7- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.9.2 (Debian 4.9.2-20)
  4. configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --cc=gcc-4.9
  5. libavutil 54. 27.100 / 54. 27.100
  6. libavcodec 56. 41.100 / 56. 41.100
  7. libavformat 56. 36.100 / 56. 36.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 16.101 / 5. 16.101
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 2.100 / 1. 2.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Trailing options were found on the commandline.
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Video20150609_185820.mp4':
  15. Metadata:
  16. major_brand : isom
  17. minor_version : 0
  18. compatible_brands: isom3gp4
  19. creation_time : 2015-06-09 16:59:38
  20. Duration: 00:01:13.15, start: 0.000000, bitrate: 17159 kb/s
  21. Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 17032 kb/s, 30.05 fps, 30 tbr, 90k tbn, 180k tbc (default)
  22. Metadata:
  23. creation_time : 2015-06-09 16:59:38
  24. handler_name : VideoHandle
  25. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
  26. Metadata:
  27. creation_time : 2015-06-09 16:59:38
  28. handler_name : SoundHandle
  29. Output #0, ogg, to 'Video20150609_185820.ogv':
  30. Metadata:
  31. major_brand : isom
  32. minor_version : 0
  33. compatible_brands: isom3gp4
  34. encoder : Lavf56.36.100
  35. Stream #0:0(eng): Video: theora (libtheora), yuv420p, 1920x1080, q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc (default)
  36. Metadata:
  37. creation_time : 2015-06-09 16:59:38
  38. handler_name : VideoHandle
  39. encoder : Lavc56.41.100 libtheora
  40. major_brand : isom
  41. minor_version : 0
  42. compatible_brands: isom3gp4
  43. Stream #0:1(eng): Audio: vorbis (libvorbis), 48000 Hz, stereo, fltp (default)
  44. Metadata:
  45. creation_time : 2015-06-09 16:59:38
  46. handler_name : SoundHandle
  47. encoder : Lavc56.41.100 libvorbis
  48. major_brand : isom
  49. minor_version : 0
  50. compatible_brands: isom3gp4
  51. Stream mapping:
  52. Stream #0:0 -> #0:0 (h264 (native) -> theora (libtheora))
  53. Stream #0:1 -> #0:1 (aac (native) -> vorbis (libvorbis))
  54. Press [q] to stop, [?] for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement