-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add converting mp4s to pngs #2361
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
Comments
lossless is not possible. but for lossy pngs you can use the extract frames as images function (segment list) |
I thought they were lossless but whether lossy or not could you still add this feature, you could add this as an image format when selecting output format or you can add it into tools or something. |
|
Apologies for the long response but I found the extract frames as images function (segment list) button but now there's another issue, when selecting the last option "Capture every single frame as an image" it only does the first frame. Hope this can be fixed unless I'm using it wrong |
Yes that's a bug in the newest version. see #2365 (comment) |
Okay thank you, love your app btw |
The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
Description
Add a way to simply convert an mp4 file to png to make each frame a lossless png, the code to do it is "ffmpeg -i input output.png". Please add this somewhere as its niche but useful.
The text was updated successfully, but these errors were encountered: