Advertisement
Guest User

Untitled

a guest
Feb 25th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. nofew@NoClock ~/VIDEO $ ./ffmpeg -i MushVis_RAW.flv -vcodec libx265 -x265-params crf=22 -preset medium -movflags faststart -pix_fmt yuv420p -vf scale=640:-1 -acodec copy OU265.mkv
  2. ffmpeg version 2.1.3- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jan 22 2014 19:50:14 with gcc 4.8 (Debian 4.8.2-14)
  4. configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
  5. libavutil 52. 48.101 / 52. 48.101
  6. libavcodec 55. 39.101 / 55. 39.101
  7. libavformat 55. 19.104 / 55. 19.104
  8. libavdevice 55. 5.100 / 55. 5.100
  9. libavfilter 3. 90.100 / 3. 90.100
  10. libswscale 2. 5.101 / 2. 5.101
  11. libswresample 0. 17.104 / 0. 17.104
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Unrecognized option 'x265-params'.
  14. Error splitting the argument list: Option not found
  15. nofew@NoClock ~/VIDEO $ ./ffmpeg -i MushVis_RAW.flv -vcodec libx265 -preset medium -movflags faststart -pix_fmt yuv420p -vf scale=640:-1 -acodec copy OU265.mkv
  16. ffmpeg version 2.1.3- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2013 the FFmpeg developers
  17. built on Jan 22 2014 19:50:14 with gcc 4.8 (Debian 4.8.2-14)
  18. configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --disable-ffserver
  19. libavutil 52. 48.101 / 52. 48.101
  20. libavcodec 55. 39.101 / 55. 39.101
  21. libavformat 55. 19.104 / 55. 19.104
  22. libavdevice 55. 5.100 / 55. 5.100
  23. libavfilter 3. 90.100 / 3. 90.100
  24. libswscale 2. 5.101 / 2. 5.101
  25. libswresample 0. 17.104 / 0. 17.104
  26. libpostproc 52. 3.100 / 52. 3.100
  27. Input #0, flv, from 'MushVis_RAW.flv':
  28. Metadata:
  29. fileSize : 22554014483
  30. audiochannels : 2
  31. encoder : Open Broadcaster Software v0.592b
  32. Duration: 00:07:09.00, start: 0.000000, bitrate: 420587 kb/s
  33. Stream #0:0: Video: h264 (High 4:4:4 Predictive), yuv420p(tv, bt709), 1920x1080, 204800 kb/s, 60 tbr, 1k tbn, 2k tbc
  34. Stream #0:1: Audio: mp3, 44100 Hz, stereo, s16p, 262 kb/s
  35. Unknown encoder 'libx265'
  36. nofew@NoClock ~/VIDEO $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement