mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
docs: Added *more* examples to README.md.
This commit is contained in:
10
examples/streams-video.nu
Executable file
10
examples/streams-video.nu
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env nu
|
||||
|
||||
use ../ffprobe ["main" "streams video"];
|
||||
|
||||
# Extract the video streams from a video
|
||||
def main [] {
|
||||
echo "> ffprobe https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4 | streams video"
|
||||
ffprobe $'($env.FILE_PWD)/videos/sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4'
|
||||
| streams video
|
||||
}
|
||||
Reference in New Issue
Block a user