Skip to content

Conversation

@elliots
Copy link

@elliots elliots commented Jun 1, 2023

Used command for i in *.mp4; do ffmpeg -i "$i" -c:v libx264 -pix_fmt yuv420p -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" "out/${i%.*}.mp4"; done

fixes #2

demo: https://elliots.github.io/celery-man/

Used command `for i in *.mp4; do ffmpeg -i "$i" -c:v libx264 -pix_fmt yuv420p -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"  "out/${i%.*}.mp4"; done`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Firefox cannot decode mp4 files

1 participant