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

How to know what the error is ? #115

Closed
jenniferSun27 opened this issue Aug 23, 2018 · 2 comments
Closed

How to know what the error is ? #115

jenniferSun27 opened this issue Aug 23, 2018 · 2 comments

Comments

@jenniferSun27
Copy link

@jenniferSun27 jenniferSun27 commented Aug 23, 2018

I run this:

        stream = ffmpeg.input(vFullFilename)
        stream = stream.hflip()
        stream = stream.output(aFullFilename)
        x = stream.get_args()
        print(x)
        stream = stream.run()

It shows:
image
There's garbled in the output, how to know what's wrong with the code?

Thanks.

@kkroening
Copy link
Owner

@kkroening kkroening commented Aug 26, 2018

What's your OS, language/locale, and python version?

@kkroening
Copy link
Owner

@kkroening kkroening commented Sep 1, 2018

Is this still an issue? If not I'm closing it.

@kkroening kkroening closed this Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants