gmat / goproMax-ffmpeg-v5

Other
17 stars 9 forks source link

GoPro MAX .360's into Equirectangular Projections Scaling Problem #4

Open soheer opened 1 year ago

soheer commented 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.

gmat commented 1 year ago

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/