Open soheer opened 1 year ago
Hello,
we are trying to convert .360 video into mp4 using this command
ffmpeg -hwaccel opencl -v verbose -filter_complex '[0:0]format=yuv420p,hwupload[a] , [0:5]format=yuv420p,hwupload[b], [a][b]gopromax_opencl, hwdownload,format=yuv420p' -i GS018421.360 -c:v libx264 -pix_fmt yuv420p -map_metadata 0 -map 0:a -map 0:3 GS018421-stitched.mp4
we want to resize the resulted stitched video using scale=4096:1344, the problem is that the output video color becomes pink. How we can scale it in a correct way?
Thanks in advance.
sorry no idea but maybe you should search in this blog Lots of works and feedback on ffmpeg and gopro https://www.trekview.org/blog/
Hello,
we are trying to convert .360 video into mp4 using this command
we want to resize the resulted stitched video using scale=4096:1344, the problem is that the output video color becomes pink. How we can scale it in a correct way?
Thanks in advance.