Skip to content

Comments

fix mp4s to work in firefox#3

Open
elliots wants to merge 1 commit intoskluck:masterfrom
elliots:fix-mp4s
Open

fix mp4s to work in firefox#3
elliots wants to merge 1 commit intoskluck:masterfrom
elliots:fix-mp4s

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