dmvr
dmvr copied to clipboard
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
what is version of ffmpeg-python
I have been struggling with the same error. Any updates?
Update on my end: I managed to fix the issue by downloading the binary files and adding them to my system path.
Any Idea how to solve this error in linux?
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
Thanks, @youssefHosni. The path file need to be correct
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
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