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

question cli v0.9.0 | output image not video [enhancement] #223

Open
abcnorio opened this issue Nov 2, 2024 · 0 comments
Open

question cli v0.9.0 | output image not video [enhancement] #223

abcnorio opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@abcnorio
Copy link

abcnorio commented Nov 2, 2024

Thanks for the cli interface, pretty cool!

Question:

Is it possible to have the "save frame" option from the GUI also in the cli? At the moment it can be achieved by using:

./target/release/ntsc-rs-cli -i demo.jpg -p settings.json  -o OUT.mp4 --fps 30 --duration 00:00.10 --overwrite
ffmpeg -i OUT.mp4 -vf "select=eq(n\,1)" -vframes 1 OUT-ntsc-rs.png

Reason is that I have to convert a lot of images (not videos) to prepare them for a fine-tuning of some real-ersgan model for SVHS upscaling and this tool here is invaluable to get the SVHS outlook. So the output of the rendering should be an image and not a video. Of course the procedure above works fine (tested it) but a direct image output would speed it up for a lot of images.

Thanks!

@valadaptive valadaptive added the enhancement New feature or request label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants