We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when ran code of [ExampleShowProgress]
ffmpeg -i ./sample_data/in1.mp4 -c:v libx264 -preset veryslow ./sample_data/out2.mp4 -progress unix:///tmp/1083739594875586747_sock -y exit status 1 goroutine 1 [running]: main.ExampleShowProgress({0x91ca1c, 0x15}, {0x91d489, 0x16}) /home/ubuntu/Downloads/grpc-video-stream/ffmpeg_examples/main.go:71 +0x3cb main.main() /home/ubuntu/Downloads/grpc-video-stream/ffmpeg_examples/main.go:29 +0x6f exit status 2
can you figure out this issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when ran code of [ExampleShowProgress]
ffmpeg -i ./sample_data/in1.mp4 -c:v libx264 -preset veryslow ./sample_data/out2.mp4 -progress unix:///tmp/1083739594875586747_sock -y
exit status 1
goroutine 1 [running]:
main.ExampleShowProgress({0x91ca1c, 0x15}, {0x91d489, 0x16})
/home/ubuntu/Downloads/grpc-video-stream/ffmpeg_examples/main.go:71 +0x3cb
main.main()
/home/ubuntu/Downloads/grpc-video-stream/ffmpeg_examples/main.go:29 +0x6f
exit status 2
can you figure out this issue
The text was updated successfully, but these errors were encountered: