On Thu, Mar 22, 2018 at 09:22:24 +0800, Kai Hendry wrote:
> https://s.natalian.org/2018-03-22/1521681432.mp4.log
> I'm getting hwupload,scale_vaapi=format=nv12: Invalid argument
>
> Did I miss something?
Yes, the lines before that one. This hints that your command line is
misinterpreted:
> Opening an output file: hwupload,scale_vaapi=format=nv12.
This is where it goes wrong:
> Applying option vf (set video filters) with argument -vf.
Which points to the obvious:
> [...] -movflags +faststart -vf -vf "hwupload,scale_vaapi=format=nv12" [...]
^^^^^^^
One "-vf" too many. :-)
Moritz
P.S.: That log was definitely short enough (by far) to post/attach it
here directly.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".