mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2026-08-26 11:03:33 -04:00
fix: Updated nushell version.
This commit is contained in:
@@ -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