node-ytdl-core
node-ytdl-core copied to clipboard
Video Duration
I have downloaded video using ffmpeg-static and ytdl. But the total duration of the video is not showing in my phone. Video is fully downloaded and playable.
most phone apps only go by the fine appendix (e.g. .mp4) to choose the decoder
so make sure you didn't e.g. name a matroska file xxx.mp4
you can use ffprobe from the ffmpeg suite to easily check this 😉
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.