[FFmpeg-user] error with cuda for convert ts to mp4
Michele Salerno
mikysal78 at gmail.com
Mon Jan 11 01:46:46 EET 2021
Hi,
i have GPU GTX660Ti on debian buster 64bit, cpu intel core i7.
I have fresh install debian and install latest driver and cuda from
website nvidia, no repository of debian.
If convert file h264 with cpu it's ok, if use gpu i have error.
The video prova.ts is recorder from decoder sat.
The command used is:
ffmpeg -y -threads 8 -vsync 0 -hwaccel cuda -i prova.ts -r 24 -c:v
h264_nvenc -filter_complex yadif=parity=tff:deint=all,scale=1920:1080
-b:v 3M -c:a aac -b:a 192k -ar 48000 prova.mp4
This is output
https://pastebin.com/uW9knqkz
what is the error?
Thanks.
Best regards.
Michele
More information about the ffmpeg-user
mailing list