We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use thumbnails on my website. I need to get the width and height of Grid image. Is this possible? Export metadata?
The text was updated successfully, but these errors were encountered:
vcsi currently does not have an option to export metadata, but it could be implemented.
vcsi
To do so, I would need to understand which image you are referring to. What is this "Grid image"?
I can image that you may want to export the size (width and height) of these 3 images:
Is there a specific one you are interested in?
Sorry, something went wrong.
Hey, thank you for your reply.
This is an example.
vcsi test.mp4 \ -t \ -w 1600 \ -g 5x0 \ --grid-horizontal-spacing 0 \ --grid-vertical-spacing 0 \ --interval '20 sec' \ --end-delay-percent 20 \ -o output.png \ --metadata-position hidden \
I'm not familiar with Python.
I found these from the code and print
vcsi/vcsi/vcsi.py
Line 633 in c904a99
Line 1707 in c904a99
Line 1724 in c904a99
I want grid_desired_size((320, 180)),args.num_samples(8),args.grid(5x2) and MediaInfo and is exported as an array for future use
grid_desired_size
args.num_samples
args.grid
MediaInfo
If you have a plan to export this metadata, that would be great.
Wish you a good day
No branches or pull requests
I want to use thumbnails on my website. I need to get the width and height of Grid image. Is this possible? Export metadata?
The text was updated successfully, but these errors were encountered: