Guest User

Unrecognized option 'x264opts'

a guest
Jun 29th, 2017
378
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -hide_banner -i Helicopter.mp4 -threads 0 -vf "scale=426:240" -c:v libx264 -preset slow -profile:v main -level 4 -g 60 -keyint_min 60 -x264-params "keyint=60:min-keyint=60:no-scenecut" -b:v 300k -maxrate 300k -bufsize 600k -r:v 30 -an -y -f mp4 Helicopter_240p_300.mp4
  2.  
  3. Unrecognized option 'x264-params'.
  4. Error splitting the argument list: Option not found
  5.  
  6. These are the enabled library of ffmpeg, but in my ffmpeg_build directory I have also x264 executable.
  7. ffmpeg version N-86654-gd2ef9e6 Copyright (c) 2000-2017 the FFmpeg developers
  8.   built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
  9.   configuration: --disable-x86asm
  10.   libavutil      55. 67.100 / 55. 67.100
  11.   libavcodec     57.100.102 / 57.100.102
  12.   libavformat    57. 75.100 / 57. 75.100
  13.   libavdevice    57.  7.100 / 57.  7.100
  14.   libavfilter     6. 94.100 /  6. 94.100
  15.   libswscale      4.  7.101 /  4.  7.101
  16.   libswresample   2.  8.100 /  2.  8.100
  17.  
  18.  I have followed the step by step guide of ffmpeg.org : https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
  19.  
  20. Could the problem be the configuration --disable-x86asm ?
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×