-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph2dot error on Windows #120
Comments
Your syntax is wrong. Run |
I see, thanks, are filters are missing? graph2dot -i filter.txt -o output.txt filter.txt: aevalsrc=0|0:d=2[a0];aevalsrc=0|0:d=2[ax];[1:a]atrim=start=1:end=2,asetpts=PTS-STARTPTS[a1];[a0][a1]concat=n=2:v=0:a=1[tmpcut];[tmpcut][ax]concat=n=2:v=0:a=1[aout1];aevalsrc=0|0:d=4[b0];[1:a]atrim=start=0.5:end=1.5,asetpts=PTS-STARTPTS[b1];[b0][b1]concat=n=2:v=0:a=1[aout2];[aout1][aout2]amix[afinal] |
I'll check this in a few days. |
i want to solve this issue pls assign me |
Hi,
When running graph2dot on Windows I get this: "Failed to open input file '/dev/stdin': No such file or directory"
full command: graph2dot "aevalsrc=0|0:d=2[a0];aevalsrc=0|0:d=2[ax];[1:a]atrim=start=1:end=2,asetpts=PTS-STARTPTS[a1];[a0][a1]concat=n=2:v=0:a=1[tmpcut];[tmpcut][ax]concat=n=2:v=0:a=1[aout1];aevalsrc=0|0:d=4[b0];[1:a]atrim=start=0.5:end=1.5,asetpts=PTS-STARTPTS[b1];[b0][b1]concat=n=2:v=0:a=1[aout2];[aout1][aout2]amix[afinal]"
The text was updated successfully, but these errors were encountered: