u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.66k stars 167 forks source link

I got issue with running ExampleShowProgress code #74

Open sridharchary opened 1 year ago

sridharchary commented 1 year ago

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