Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. $ ffmpeg -hwaccel vaapi -i DSC_8575.MOV -c:v libx264 -c:a mp3 test.avi
  2. ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.8.2 (GCC)
  4. configuration: --prefix=/usr/local --enable-gpl --enable-nonfree --enable-pthreads --enable-libmp3lame --enable-libx264 --enable-vaapi --enable-hwaccel=h263_vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=mpeg2_vaapi --enable-hwaccel=mpeg4_vaapi --enable-hwaccel=vc1_vaapi --enable-hwaccel=wmv3_vaapi
  5. libavutil 54. 20.100 / 54. 20.100
  6. libavcodec 56. 26.100 / 56. 26.100
  7. libavformat 56. 25.101 / 56. 25.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 11.102 / 5. 11.102
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Unrecognized hwaccel: vaapi.
  14. Supported hwaccels:
  15. $ ffmpeg -hwaccel h264_vaapi -i DSC_8575.MOV -c:v libx264 -c:a mp3 test.avi
  16. ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
  17. built with gcc 4.8.2 (GCC)
  18. configuration: --prefix=/usr/local --enable-gpl --enable-nonfree --enable-pthreads --enable-libmp3lame --enable-libx264 --enable-vaapi --enable-hwaccel=h263_vaapi --enable-hwaccel=h264_vaapi --enable-hwaccel=mpeg2_vaapi --enable-hwaccel=mpeg4_vaapi --enable-hwaccel=vc1_vaapi --enable-hwaccel=wmv3_vaapi
  19. libavutil 54. 20.100 / 54. 20.100
  20. libavcodec 56. 26.100 / 56. 26.100
  21. libavformat 56. 25.101 / 56. 25.101
  22. libavdevice 56. 4.100 / 56. 4.100
  23. libavfilter 5. 11.102 / 5. 11.102
  24. libswscale 3. 1.101 / 3. 1.101
  25. libswresample 1. 1.100 / 1. 1.100
  26. libpostproc 53. 3.100 / 53. 3.100
  27. Unrecognized hwaccel: h264_vaapi.
  28. Supported hwaccels:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement