This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

"Crashed with exit status 0" on every format on any video.
#1
Hello,

I'm getting " Crashed with exit status 0 " on every format for any video.

For any video, when I go to export it just crashes during encoding.

[Image: LvNevJp.jpg]

Sample : https://mega.nz/file/sEtXBA5I#B_4gpkk3k_...SAs2u_qg-M

Debug Output : https://pastebin.com/raw/xQA7Sz9h
Reply
#2
I see the problem looking at the encoder call generation:
vspipe GENERATED_SYNTHINPUTSCRIPT - --y4m  |
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 4 -f yuv4mpegpipe -i - -an -sn -vf unsharp=3:3:1.50:3:3:1.50,zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f rawvideo - |
x264 --preset fast --crf 18.00 --profile high --level 5.2 --direct auto --b-adapt 0 --sync-lookahead 6 --qcomp 0.5 --rc-lookahead 40 --qpmax 81 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --aq-mode 0 --vbv-maxrate 300000 --vbv-bufsize 300000 --sar 1:1 --non-deterministic --range tv --colormatrix bt709 --demuxer y4m  --input-range tv --fps 60000/1001 --output-depth 8 --output "C:\Users\User\AppData\Local\Temp\N4-upscale.264" -
Problem lies with ffmpeg call in the middle which uses 'rawvideo', which is wrong.
As a side note: I would not recommend mixing FFmpeg and Vapoursynth (or Avisynth) filtering like you do, but I'll fix this since it should work (even when it's usually a bad idea).
-> just checked, and my current dev version should already fix this.
Will send you a link via PM.

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)