How can I get a video duration and print it out as an php output,
like echo $duration.
So far I used this command:
ffprobe -i C:\FFMpeg\bunny.mp4 -show_format | findstr duration
to looks for the video duration.
I got some output plus this:
...
Unsupported codec with id 0 for input stream 2
Unsupported codec with id 0 for input stream 3
duration=60.095000
I do not know how to get that duration and print in down.