mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
fix: Updated nushell version.
This commit is contained in:
2
ffprobe
2
ffprobe
@@ -31,6 +31,6 @@ export def "streams audio" []: table<streams: table, format: record> -> table {
|
||||
}
|
||||
|
||||
# Get the dimensions of a video stream
|
||||
export def "dimensions" []: table<streams: table, format: record> -> record<width: int, height: int> {
|
||||
export def "dimensions" []: record<width: int, height: int> -> record<width: int, height: int> {
|
||||
$in | select width height
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user