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

[SUGGESTION] Image sequence as source #115

Closed
MarcoRavich opened this issue Nov 2, 2020 · 3 comments
Closed

[SUGGESTION] Image sequence as source #115

MarcoRavich opened this issue Nov 2, 2020 · 3 comments
Labels
feature request New idea for project

Comments

@MarcoRavich
Copy link

Hi there, this is a really great piece of software !

I have a set of 10000+ HDR images (or, better, frames 'cause it's a time lapse) shotted with my camera that i want to encode into x265 HDR.

It would be very useful (and quite unique, at least between open projects: afaik only AnotherGUI - which is free but closed source - have this feature) to input a set of images (frames) to encode.

Here's some - maybe - interesting links to implement it:

Hope that inspires !

@cdgriffith cdgriffith added the feature request New idea for project label Nov 2, 2020
@cdgriffith
Copy link
Owner

Definitely not a use case I imagined, but is something that would be very cool to add.

A few different ways to implement this would be:

  • Separate panel that would be a list of files (importable by folder) that can be reordered. Then auto-create / use concat.txt file (most work, probably most user friendly)
  • Support glob / pattern matching for source input, as well as setting frame rate
  • Take a concat.txt file as input, and automatically add the concat type when detected. Then need some way to set frame rate. Could also have a "generate concat.txt by folder" option in menu. (easiest, but less user friendly)

@L0Lock
Copy link

L0Lock commented Jan 15, 2021

I'm 100% on this request!

I'm a CG animator, whenever I render an animation it's 99% of the time as an image sequence, and I use custom windows batch scripts to convert them as video files (see L0Lock/FFmpeg-bat-collection).

And there are a lot of animators (pretty much all of them), or globally any kind of graphics artists, in need of a fast and friendly too to convert image sequences to videos. I happen to be nerdy enough to dive into CLI tools, but you can guess most graphics people can't do that.
Adding this feature to Fastflix would make a lot of people's like easier. And my repo useless, but that's not a big loss.

cdgriffith added a commit that referenced this issue Oct 2, 2021
* Adding #267 new themes (thanks to Joey Catt | Onyx Studios)
* Adding #115 ability to provide concat file (thanks to Marco Ravich)
* Adding concatenation builder tool
* Adding support for brightness, contrast and saturation filters
cdgriffith added a commit that referenced this issue Oct 15, 2021
* Adding #267 new onyx theme with custom icons (thanks to Joey Catt | Onyx Studios)
* Adding signing of Windows executables
* Adding new light and dark theme using BreezeStyles
* Adding #115 ability to provide concat file (thanks to Marco Ravich)
* Adding support for brightness, contrast and saturation filters
* Adding PySide6 as main GUI provider, now MIT licensed frontend!
@cdgriffith
Copy link
Owner

Hey @forart and @L0Lock finally added the ability to concatenate with FastFlix! Can either use your own concatenation text file, or build one from the new Tools > Concatenation Builder

Going to close this as the feature is added, but please feel free to add feedback / suggestion here or in new ticket if you have any!

https://github.com/cdgriffith/FastFlix/releases/tag/4.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New idea for project
Projects
None yet
Development

No branches or pull requests

3 participants