Selur's Little Message Board
x264 encoding error. - 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: x264 encoding error. (/thread-2995.html)



x264 encoding error. - StormMaster - 20.12.2022

Hello dear support, please help.
Can't encode this file to x264 mp4 container with base setting ane restriction to 7.9 mb - https://www.mediafire.com/file/d8ufpmdkdn1i7lo/nalim.mp4/file 
Getting error during source analysis - https://www.mediafire.com/view/v9dv35sjloixuhd/nalimerror.png/file 
I'm adjusting the audio setting from opus to mp3 to avoid audio error for this container.

X264 settings:
 
x264 --preset veryfast --pass 1 --bitrate 258 --profile high --level 4.1 --direct auto --b-adapt 0 --sync-lookahead 24 --qcomp 0.50 --rc-lookahead 40 --qpmax 51 --aq-mode 0 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --stats "C:\Users\Евгений\AppData\Local\Temp\Nalim2.stats" --demuxer raw --input-res 640x352 --input-csp i420 --input-range tv --input-depth 8 --fps 24/1 --output-depth 8 --output NUL -

x264 --preset veryfast --pass 2 --bitrate 258 --profile high --level 4.1 --ref 3 --direct auto --b-adapt 0 --sync-lookahead 24 --qcomp 0.50 --rc-lookahead 40 --qpmax 51 --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --aq-mode 0 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile GENERATED_QP_FILE --non-deterministic --range tv --colormatrix bt470bg --stats "C:\Users\Евгений\AppData\Local\Temp\Nalim2.stats" --demuxer raw --input-res 640x352 --input-csp i420 --input-range tv --input-depth 8 --fps 24/1 --output-depth 8 --output "C:\Users\Евгений\AppData\Local\Temp\Nalim2.264" -



Getting errors like this

Helper(1) finished with exitCode: -1073741819 and exitStatus: 1
-> 2022-12-20@04_54_51_8910_01_video crashed: Helper1, exitCode: -1073741819
Aborting '2022-12-20@04_54_51_8910_01_video' due to: Helper1, exitCode: -1073741819
I'm


RE: x264 encoding error. - Selur - 20.12.2022

Since the file gets analyzed here without issues.
a. create a debug output of the analysis (read sticky on how-to) and share it.
b. try whether moving the source into a folder with only ASCII characters help. (save for output&temp folder)

If you already got an error during the analysis, I'm not surprised there are issues with the decoding of the source.

Cu Selur