phaux/node-ffmpeg-stream

Get converted video's stats

dushyantbangal opened this issue · 2 comments

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?

phaux commented

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.