node-ffmpeg-stream
node-ffmpeg-stream copied to clipboard
Get converted video's stats
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?
You can use ffprobe command for now. It might be implemented in the library, though. Should I tag the issue as feature request?
@phaux please do. might help someone else as well if implemented.