feat: Filters can now be added as new chains, or appending the previous chain.

This commit is contained in:
Spencer Brower
2024-01-18 12:04:02 -05:00
parent aaf7665728
commit 705f3ba85f
5 changed files with 340 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
# Multimedia stream analyzer.
export def main [
...input_files: path
...input_files: string
]: nothing -> table {
$input_files | each {
^ffprobe -v quiet -print_format json -show_format -show_streams $in | from json