Skip to content
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

Open
spider853 opened this issue Apr 2, 2024 · 4 comments
Open

graph2dot error on Windows #120

spider853 opened this issue Apr 2, 2024 · 4 comments

Comments

@spider853
Copy link

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]"

@GyanD
Copy link
Owner

GyanD commented Apr 3, 2024

Your syntax is wrong. Run graph2dot -h

@spider853
Copy link
Author

I see, thanks, are filters are missing?

graph2dot -i filter.txt -o output.txt
[AVFilterGraph @ 00000214d50a8000] No such filter: 'aevalsrc'
Failed to parse the graph description


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]

@GyanD
Copy link
Owner

GyanD commented Apr 4, 2024

I'll check this in a few days.

@Santoshpatel112
Copy link

i want to solve this issue pls assign me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants