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
Is there any way I can get Video File Size and Duration of the converted video?
If not, is there any other way? I know I can get file size using fs.stat(), but how do I get the Video Duration?
fs.stat()
The text was updated successfully, but these errors were encountered:
You can use ffprobe command for now. It might be implemented in the library, though. Should I tag the issue as feature request?
ffprobe
Sorry, something went wrong.
@phaux please do. might help someone else as well if implemented.
No branches or pull requests
Is there any way I can get Video File Size and Duration of the converted video?
If not, is there any other way? I know I can get file size using
fs.stat()
, but how do I get the Video Duration?The text was updated successfully, but these errors were encountered: