diff --git a/examples/README.md b/examples/README.md index bd6d712..ee8b1bc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # Examples -## [Get video info](https://github.com/kkroening/ffmpeg-python/blob/master/examples/video_info.py#L15) +## [Get video info (ffprobe)](https://github.com/kkroening/ffmpeg-python/blob/master/examples/video_info.py#L15) ```python probe = ffmpeg.probe(args.in_filename)