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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with image and video settings #61

Closed
akralj opened this issue Jan 25, 2018 · 2 comments
Closed

Help with image and video settings #61

akralj opened this issue Jan 25, 2018 · 2 comments

Comments

@akralj
Copy link

akralj commented Jan 25, 2018

Hi, thanks for this great library.
Not knowing much about video processing, I would need some advice how to create videos with a lot of images (around 1000) and a video length of 60 seconds.
i use this settings and it takes forever till the images are copied into the tmp folder.

fps: 25,
loop: 0.06 ,
transition: false,
videoBitrate: 1024,
videoCodec: "libx264",
size: "100%",
format: "mp4",
pixelFormat: "yuv420p"

I get the images from a camera as jpegs, where I can choose the resolution.
If someone could be so kind to post a feasible image size + video settings, so the process does not take like 1/2 hour.
Thanks a lot

@michaelwschultz
Copy link
Contributor

@akralj just combing through the issues here and thought I'd try and answer your question. I know it's two years late, but maybe you're still curious... if not, maybe just close this issue.

I'm wondering how big your photos are in size? Are you taking the photos from a DSLR camera or your webcam? My thought is that you may want to compress the images before running videoshow on them. This should speed up the conversion process. This could also depend on your hardware. Hope that helps.

@akralj akralj closed this as completed Oct 19, 2020
@akralj
Copy link
Author

akralj commented Oct 19, 2020

Thanks for your comment. I solved it by using fffmpeg directly.

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