ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Get Media Information with remote URL
i really need it.
Hmm isn't that already supported?
final FFmpegProbeResult probeResult = ffprobe.probe("https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4");
2021-01-21 10:20:49:429 main INFO g.RunProcessFunction - - ffprobe -v quiet -print_format json -show_error -show_format -show_streams https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-mp4-file.mp4
As already mentioned, this is supported