notklaatu / stopgo

Stop-motion animation software. This is a publish-only repository mirroring Gitlab.
http://makerbox.org.nz/stopgo
Other
17 stars 5 forks source link

mac quicktime mp4 problem #46

Closed notklaatu closed 7 years ago

notklaatu commented 7 years ago

Quicktime can't play, apparently, any mp4 that isn't x264.

Solution:

$ ffmpeg -i foo.mp4 -an -b:v 21000k -pix_fmt yuv420p foo.mov

In future, stopgo, I guess, should have an option to export 'mac compatible' mp4. Sigh.

notklaatu commented 7 years ago

added new preference option: 'mp4' or 'mov' mov ensures mac compat. it's annoying that mac refuses to load a standard mp4, but anyway this fixes it.

notklaatu commented 7 years ago

6ab1bd351c71fe2feb94a422fd3a8f1f2b54a254