Crashed encoding video to UT using FFMPEG - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Crashed encoding video to UT using FFMPEG (/thread-332.html) |
Crashed encoding video to UT using FFMPEG - kingcrimsonster - 13.03.2018 Crashed encoding video to UT using FFMPEG RE: Crashed encoding video to UT using FFMPEG - Selur - 13.03.2018 Quote:FFmpeg output: E:\Temp\encodingTempSynthSkript_19_42_40_3110.avs: Unknown error occurredSeems like ffmpeg doesn't like the avisynth script,... Script itself: SetMemoryMax(768) Do you see any additional error messages when you call this? "C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -threads 4 -i "E:\Temp\encodingTempSynthSkript_19_42_40_3110.avs" -an -sn -vsync 0 -pix_fmt yuv420p -vcodec utvideo -pred left -slices 0 -pix_fmt yuv420p "E:\Temp\wc29full-2_19_42_40_3110_06.avi" Does the avisynth preview work? Cu Selur Ps.: will look into it tomorrow (really busy today) RE: Crashed encoding video to UT using FFMPEG - kingcrimsonster - 13.03.2018 Quote:Do you see any additional error messages when you call this?No Quote:Does the avisynth preview work?Yes RE: Crashed encoding video to UT using FFMPEG - Selur - 14.03.2018 No = it still crashes and you do not see any additional errors, or it doesn't crash? RE: Crashed encoding video to UT using FFMPEG - kingcrimsonster - 14.03.2018 Quote:No = it still crashes and you do not see any additional errors, or it doesn't crash?I did not understand you: this command should be entered in the tab "Avisynth" - "Custom" ? In this case Avisynth preview not working Quote:Avisynth preview error: Avisynth error E:\Temp\tempPreviewAvisynthFile04_38_36_873_tmp.avs: RE: Crashed encoding video to UT using FFMPEG - Selur - 14.03.2018 No, the question was whether the call crashes inside when you call it inside a Windows Command Prompt. RE: Crashed encoding video to UT using FFMPEG - Selur - 14.03.2018 Found the cause of the problem. Hybrid tried to use the 64bit version of FFmpeg instead of the 32bit to open the avs file. -> will fix. Cu Selur RE: Crashed encoding video to UT using FFMPEG - kingcrimsonster - 15.03.2018 Again Crashed encoding video *.wmv to x64. Quote:set absolute paths crashed RE: Crashed encoding video to UT using FFMPEG - Selur - 15.03.2018 Ah I see, will fix. -> send you a link to a version which might fix that Cu Selur |