mirror of
https://github.com/u2takey/ffmpeg-go.git
synced 2025-10-04 07:36:28 +08:00
fix merge output; support error to stdout
This commit is contained in:
2
node.go
2
node.go
@@ -260,7 +260,7 @@ func (n *Node) GetFilter(outgoingEdges []DagEdge) string {
|
||||
if n.name == "split" || n.name == "asplit" {
|
||||
args = []string{fmt.Sprintf("%d", len(outgoingEdges))}
|
||||
}
|
||||
args = Args(args).EscapeWith("\\'=:")
|
||||
// args = Args(args).EscapeWith("\\'=:")
|
||||
for _, k := range kwargs.EscapeWith("\\'=:").SortedKeys() {
|
||||
v := getString(kwargs[k])
|
||||
if v != "" {
|
||||
|
Reference in New Issue
Block a user