dmvr icon indicating copy to clipboard operation
dmvr copied to clipboard

ffmpeg._run.Error: ffmpeg error (see stderr output for detail)

Open hillaric opened this issue 2 years ago • 6 comments

what is version of ffmpeg-python

hillaric avatar Feb 28 '22 02:02 hillaric

I have been struggling with the same error. Any updates?

Nada-Baili avatar Mar 14 '22 20:03 Nada-Baili

Update on my end: I managed to fix the issue by downloading the binary files and adding them to my system path.

Nada-Baili avatar Mar 15 '22 14:03 Nada-Baili

Any Idea how to solve this error in linux?

youssefHosni avatar May 31 '22 15:05 youssefHosni

So the problem was that the path of the files was wrong so make sure that the paths of the files you are trying to read are correct

youssefHosni avatar May 31 '22 22:05 youssefHosni

Thanks, @youssefHosni. The path file need to be correct

Josiah-code avatar Mar 02 '23 20:03 Josiah-code

Got same error on colab

cmd - > !python examples/generate_from_file.py --csv_path=/content/dmvr/input.csv --output_path=/content/drive/MyDrive/Raw/generated_dataset --decode_audio=True

image

paths provided in input.csv for video '/content/drive/MyDrive/Raw/`

i assume audio gonna be decoded from video file ?

edit:

for single video there is no error - so maybe colab environment runtime end occur

pretbc avatar Sep 21 '23 14:09 pretbc