Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFMPEG mp4 encode incompatible with Instagram #1

Closed
jonobr1 opened this issue Nov 1, 2018 · 5 comments
Closed

FFMPEG mp4 encode incompatible with Instagram #1

jonobr1 opened this issue Nov 1, 2018 · 5 comments

Comments

@jonobr1
Copy link

jonobr1 commented Nov 1, 2018

For some reason when I try to upload the mp4 into Instagram I get a "It is not possible to use this video". Works fine for Twitter though 馃 Maybe there's some additional meta data that needs to be added?

@mattdesl
Copy link
Owner

mattdesl commented Nov 1, 2018

Hmm that鈥檚 odd - what OS and ffmpeg version? Are you using the canvas-sketch-mp4 command? In my case I haven鈥檛 run into any issues uploading to Instagram so far through the iOS app.

@jonobr1
Copy link
Author

jonobr1 commented Nov 1, 2018

Ah, maybe it's Android then. I uploaded to Instagram with Android, but built with the canvas-sketch-mp4 command. I think my ffmpeg is up-to-date:

screen shot 2018-11-01 at 11 00 41 am

@mattdesl
Copy link
Owner

mattdesl commented Nov 1, 2018

Is max dimension under 1080? If so maybe there is some bitrate or FPS requirement on Android. Did you try the --fps=24 flag of the CLI? (You should re export frame sequence with matching canvas sketch setting as well)

@jonobr1
Copy link
Author

jonobr1 commented Nov 1, 2018

Ah got it, got it. Yeah that must be it. I exported at 30FPS. Thanks! I'm going to make some slight modifications to Two.js so it plays a bit nicer with canvas-sketch and then I'll add a PR for a Two.js example. Awesome stuff dude!

@jonobr1 jonobr1 closed this as completed Nov 1, 2018
@mattdesl
Copy link
Owner

mattdesl commented Nov 1, 2018

Sounds cool! Make sure to give the hot reloading a spin as well... 馃槃 it might be a bit buggy with regular libs if you do any side effects on creation.

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

No branches or pull requests

2 participants