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

2022-05-10 Thread Paul B Mahol
On Tue, May 10, 2022 at 9:54 AM Alexander Winnig via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > 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| > | > > The

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

2022-05-10 Thread Alexander Winnig via ffmpeg-user
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