auto-subtitle icon indicating copy to clipboard operation
auto-subtitle copied to clipboard

ffmpeg error

Open VasilyBakshaev opened this issue 1 year ago • 4 comments

Hi! I've got ffmpeg error

(base) vasily@Vasilys-MacBook-Pro ~ % auto_subtitle /Users/vasily/video_77.mp4 -o subtitled/
100%|████████████████████████████████████████| 461M/461M [15:25<00:00, 523kiB/s]
Extracting audio from video_77...
Generating subtitles for video_77... This might take a while.
Detected language: Nynorsk
 99%|███████████████████████████████████▌| 282718/285718 [08:43<00:05, 540.21frames/s]
Adding subtitles to video_77...
Traceback (most recent call last):
  File "/Users/vasily/miniconda3/bin/auto_subtitle", line 8, in <module>
    sys.exit(main())
  File "/Users/vasily/miniconda3/lib/python3.10/site-packages/auto_subtitle/cli.py", line 58, in main
    ffmpeg.concat(
  File "/Users/vasily/miniconda3/lib/python3.10/site-packages/ffmpeg/_run.py", line 325, in run
    raise Error('ffmpeg', out, err)
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)

I've successfully installed ffmpeg via brew install ffmpeg.

Do you have any ideas how I can fix it?

VasilyBakshaev avatar May 02 '23 17:05 VasilyBakshaev

I am having this same error.

levfo avatar May 15 '23 03:05 levfo

same

Huhnicorn avatar May 31 '23 04:05 Huhnicorn

I fixed it by fixing the path, I had /videos/video.mp4 changed it to videos/video.mp4

Kavan27 avatar Jun 08 '23 02:06 Kavan27

I fixed it by fixing the path, I had /videos/video.mp4 changed it to videos/video.mp4

It did works, thx!!!guy!!

326037785 avatar Mar 04 '24 09:03 326037785