Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. sudo ./ffmpeg -i INPUT -map 0:v:0 -map 0:a:0 -map 0:s -c:v:0 libx264 -preset veryslow -profile:v:0 high -level 4.1 -filter:v:0 "tonemap_opencl=t=bt709:tonemap=hable:format=p010" -vframes 500 -c:a copy -c:s copy OUTPUT
  2.  
  3. Impossible to convert between the formats supported by the filter 'graph 0 input from stream 0:0' and the filter 'auto_scaler_0'
  4. Error reinitializing filters!
  5. Failed to inject frame into filter network: Function not implemented
  6. Error while processing the decoded data for stream #0:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement