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

[FEATURE REQUEST] Add Processing Details to Output Video Filename and/or Metadata #1264

Open
GautDlpr opened this issue Dec 17, 2024 · 2 comments
Labels
component:GUI GUI related issue state:Planned This issue is already scheduled to be worked on type:Enhancement New feature or request

Comments

@GautDlpr
Copy link

When generating the output video, it would be beneficial to include processing details such as mode, filters, scaling factor, and the model used.
These details could replace the default suffix .processed in the output filename and/or be embedded in the metadata of the video file for reference.

Benefits:

  • Improved traceability: Users can quickly identify the applied settings by looking at the filename or metadata.
  • Better organization: Avoid confusion when handling multiple processed videos.
  • Ease of debugging: The embedded metadata makes it easier to verify processing parameters post-export.

This feature could be optional and controlled via a setting in desktop version and command-line flag in CLI for users who prefer the simpler naming scheme.

@github-actions github-actions bot added the state:Backlog This issue will be worked on in the future label Dec 17, 2024
@k4yt3x k4yt3x added type:Enhancement New feature or request component:GUI GUI related issue and removed state:Backlog This issue will be worked on in the future labels Dec 19, 2024
@k4yt3x
Copy link
Owner

k4yt3x commented Dec 19, 2024

Yeah I've thought about this feature. I'm definitely going to add something that will allow you to control the output filename. It's just one of the nice-to-have things that'll be added progressively into the software.

@k4yt3x k4yt3x added the state:Planned This issue is already scheduled to be worked on label Dec 21, 2024
@k4yt3x
Copy link
Owner

k4yt3x commented Dec 21, 2024

In 6.3.0 I've already replaced .processed with the name of the processor. If necessary, we can implement a custom formatter for each processor that makes a suffix, like output.realesrgan_4x_realesr-animevideov3.mkv. Although I'm wondering if this will be too long. Perhaps we give the user a toggle and provide a field to enter custom prefix/suffixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:GUI GUI related issue state:Planned This issue is already scheduled to be worked on type:Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants