Hugo Cruz

Results 5 comments of Hugo Cruz

I was having the same issue when my script file was called ffprobe.py. Check your filename.

Do you have any file in your project called ffprobe.py? If you have, rename it with some other name. I had a file in my project with this name, and...

My file has a SIDE_DATA tag which is not expected in the code. I update the code and added some logic to ignore the SIDE_DATA for now. p = subprocess.Popen(cmd,...

You are right. My logic is wrong. All the data after the SIDE_DATA will be ignored. In my case it worked as I was only using data that was "before"...

https://github.com/hugomcruz/ffprobe-python I did a fork where I fixed some of those issues about 2 years ago when I created a programme to process my iphone videos.