ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Get Media Information with remote URL

Open vergilw opened this issue 4 years ago • 1 comments

i really need it.

vergilw avatar Aug 05 '20 08:08 vergilw

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

barnettj avatar Jan 20 '21 23:01 barnettj

As already mentioned, this is supported

Euklios avatar Mar 11 '24 20:03 Euklios