2016-12-05 13:51 GMT+01:00 Archer Chang <[email protected]>:
> I use the VAAPI HW ACCEL to transcode file to the FLV format that the
> command as follows.
>
> ffmpeg -vaapi_device /dev/dri/renderD128 -hwaccel vaapi
> -hwaccel_output_format vaapi -hwaccel_lax_profile_check
> -i infile.mkv  -vf "format=nv12|vaapi,hwupload" -c:v h264_vaapi
> -c:a aac -ac 2 -ar 44100 *outfile1.flv*

Does it work if you use libx264 instead?
Please (test current FFmpeg git head and) provide the failing command line
together with the complete, uncut console output.

Carl Eugen
_______________________________________________
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".

Reply via email to