mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
docs: Moved examples to bottom of README.md.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
use ../ffprobe ["main" "dimensions" "streams video"];
|
||||
|
||||
# Extract the dimensions of a video stream
|
||||
def main [] {
|
||||
echo "# Extract the dimensions of a video stream"
|
||||
echo "> ffprobe https://sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4 | streams video | first | dimensions"
|
||||
ffprobe $'($env.FILE_PWD)/videos/sample-videos.com/video321/mp4/720/big_buck_bunny_720p_1mb.mp4'
|
||||
| streams video | first | dimensions
|
||||
|
||||
Reference in New Issue
Block a user