[FFmpeg-user] How do I accelerate fisheye to hequirect conversion with cuda?

Alexander Winnig vernehmlassung at googlemail.com
Tue May 10 10:53:59 EEST 2022


This is my command

ffmpeg -y -i in.mp4 -vf 
v360=input=sg:ih_fov=118.2:iv_fov=69.5:output=hequirect:w=2924:h=2924 
-b:v 102400k -bufsize 5000k -c:a copy out.mp4

I tried|
|

|
|

|ffmpeg -y -hwaccel cuda -hwaccel_output_format cuda -i in.mp4 -vf 
v360=input=sg:ih_fov=118.2:iv_fov=69.5:output=hequirect:w=2924:h=2924 
-c:v h264_nvenc -preset slow -b:v 102400k -bufsize 5000k -c:a copy out.mp4|
||

But this resulted in|||
|

|Impossible to convert between the formats supported by the filter 
'graph 0 input from stream 0:0' and the filter 'auto_scale_0'
Error reinitializing filters!
Failed to inject frame into filter network: Function not implemented
Error while processing the decoded data for stream #0:0|
||


More information about the ffmpeg-user mailing list