-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix #425 enable -no for global options
Showing
14 changed files
with
31 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...al_node_with_args_overwrite[set n is False with global args][compile with overwrite].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[ | ||
"ffmpeg", | ||
"-non", | ||
"-y", | ||
"-i", | ||
"tmp1.mp4", | ||
|
2 changes: 1 addition & 1 deletion
2
.../test_global_node_with_args_overwrite[set n is False with global args][compile-line].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"ffmpeg -i tmp1.mp4 -i tmp2.mp4 -filter_complex '[0:v][1:v]concat=n=2[s0]' -map '[s0]' output.mp4" | ||
"ffmpeg -non -i tmp1.mp4 -i tmp2.mp4 -filter_complex '[0:v][1:v]concat=n=2[s0]' -map '[s0]' output.mp4" |
1 change: 1 addition & 0 deletions
1
...nodes/test_global_node_with_args_overwrite[set n is False with global args][compile].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[ | ||
"ffmpeg", | ||
"-non", | ||
"-i", | ||
"tmp1.mp4", | ||
"-i", | ||
|
4 changes: 3 additions & 1 deletion
4
...odes/test_global_node_with_args_overwrite[set n is False with global args][get-args].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
[] | ||
[ | ||
"-non" | ||
] |
Binary file modified
BIN
+373 Bytes
(100%)
...est_global_node_with_args_overwrite[set n is False with global args][graph].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...node_with_args_overwrite[set y is True with global args1][compile without overwrite].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[ | ||
"ffmpeg", | ||
"-noy", | ||
"-n", | ||
"-i", | ||
"tmp1.mp4", | ||
|
2 changes: 1 addition & 1 deletion
2
.../test_global_node_with_args_overwrite[set y is True with global args1][compile-line].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"ffmpeg -i tmp1.mp4 -i tmp2.mp4 -filter_complex '[0:v][1:v]concat=n=2[s0]' -map '[s0]' output.mp4" | ||
"ffmpeg -noy -i tmp1.mp4 -i tmp2.mp4 -filter_complex '[0:v][1:v]concat=n=2[s0]' -map '[s0]' output.mp4" |
1 change: 1 addition & 0 deletions
1
...nodes/test_global_node_with_args_overwrite[set y is True with global args1][compile].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[ | ||
"ffmpeg", | ||
"-noy", | ||
"-i", | ||
"tmp1.mp4", | ||
"-i", | ||
|
4 changes: 3 additions & 1 deletion
4
...odes/test_global_node_with_args_overwrite[set y is True with global args1][get-args].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
[] | ||
[ | ||
"-noy" | ||
] |
Binary file modified
BIN
+610 Bytes
(110%)
...est_global_node_with_args_overwrite[set y is True with global args1][graph].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+378 Bytes
(110%)
...fmpeg/dag/tests/__snapshots__/test_nodes/test_node_prop[global-node][graph].png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters