docs: Fixed Error in README.md

This commit is contained in:
2025-12-29 14:55:00 -05:00
parent a9264aa2f0
commit bd3b07ddbf
3 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ use ../ffprobe;
def main [] {
print "# Return a table from ffprobe"
print "> ffprobe https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4"
ffprobe $'($env.FILE_PWD)/videos/sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4'
ffprobe $'($env.FILE_PWD)/videos/sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4' | table -e
}