earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

add common social media required pix format to all video producing files #125

Open earthbound19 opened 3 years ago

earthbound19 commented 3 years ago

Re this addition to ffmpegCrossfadeIMGsToVideo.sh:

# yuv420p is apparently required by instagram and probably facebook and others:
pixelFormat="-pix_fmt yuv420p"