-
Notifications
You must be signed in to change notification settings - Fork 81
ffmpeg exited with code 1: #153
Comments
Same here on Arch Linux. ffmpeg version n4.2.3 Copyright (c) 2000-2020 the FFmpeg developers |
just gave h265ize a shot in win10x64, experiencing the same issue ... one of you has solved the issue? |
Saw this on ubuntu, I believe it is failing to escape the filenames correctly so ffmpeg exits with a |
I had the same issue. When I fixed the filenames however I could see with --debug that I was getting another error.
|
Looks the same as I reported in April. I also just tried it on a new install of windows. Exact same issue. Looks like this project is dead. |
Hi, I have error code 1 too but even with very simples filenames (I made a test with input.mp4, start.mp4) and got the same result. Anyway to solve this? `[h265ize]: Processing input.mp4...[h265ize]: [verbose] Encoding started at Fri, 10:01 AM |
I had the same problem with mp4, and i don't know if my solution can help you. |
Saw this in another issue post for the same error on this repo, this fixed it for me as well. Worth giving it a shot. If installed via npm do this. sudo npm uninstall h265ize --global |
I have just installed this on a mac osx, version 10.15.5 ( Catalina)
I am running the cmd
h265ize -v -m medium -q 20 -x --no-sao --aq-mode 3 --debug .
[h265ize]: [debug] Running Query: ffmpeg -ss 273.4892307692308 -i Video_file.mkv -y -vframes 2 -filter:v cropdetect=0.094:16:0 -map 0:0 -f null -
[h265ize]: [verbose] Mapping HE Audio streams...
[h265ize]: [verbose] Setting ffmpeg settings...
[h265ize]: [verbose] Encoding video...
[h265ize]: [debug] Running Query: ffmpeg -n 10 /usr/local/bin/ffmpeg -i Video_file.mkv -y -acodec copy -vcodec libx265 -c:s copy -pix_fmt yuv420p -map 0:0 -map 0:1 -metadata:s:a:1 title="English AC3 (5.1 Channel)" -map 0:2 -metadata:s:0:2 DISPOSITION:default=0 -preset medium -x265-params crf=20: /var/folders/cq/xmdc6bbs30sdv_1vm_8423zr0000gp/T/h265ize/Video_file.encoding-in-progress.mkv
[h265ize]: [debug] Error: ffmpeg exited with code 1:
at ChildProcess. (/usr/local/lib/node_modules/h265ize/node_modules/fluent-ffmpeg/lib/processor.js:182:22)
at ChildProcess.emit (events.js:315:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
[h265ize]: ffmpeg exited with code 1:
[h265ize]: [verbose] Finished encoding at Wed, 10:38 PM (a few seconds)
[h265ize]: [debug] Finished encoding in 1.15 seconds.
The text was updated successfully, but these errors were encountered: