trek-view / gopro2gsv

Processes .jpg images and .mp4/.360 videos shot on GoPro MAX or Fusion cameras and uploads to Google Street View.
Apache License 2.0
4 stars 0 forks source link

For modes 2/3/4 add following to ffmpeg command #56

Closed himynamesdave closed 9 months ago

himynamesdave commented 9 months ago
-pix_fmt yuv420p10le -c:v libx265 -preset slow -tune stillimage -crf 28
fqrious commented 9 months ago

image

if you remove -tune stillimage, it works

fqrious commented 9 months ago

I think stillimage is only supported by libx264 and not libx265