View Single Post
Old 24th November 2020, 08:49   #2225  |  Link
Mister XY
Registered User
 
Join Date: Jun 2014
Posts: 82
A small question, is it possible that i can use my own compiled ffmpeg version to encode videos? If i change the folder for ffmpeg, ffmpeg crashed with error message.
Quote:
Error Video encoding x265 (2.1.4.8)

Video encoding x265 returned error exit code: 1 (0x1)

It's unclear what the exit code means, in case it's a Windows system error then it possibly means:

Unzulässige Funktion


------------------------- Video encoding x265 -------------------------

ffmpeg 4.3.1

"C:\Program Files\FFmpeg 4.3\ffmpeg.exe" -i "E:\BluRay\Temp\Movie_t01_temp\ffmpegMovie_t01.avs" -c:v libx265 -crf 20 -pix_fmt yuv420p10le -x265-params profile=main10 -an -y -hide_banner "E:\BluRay\Temp\Movie_t01_temp\ffmpegMovie_t01_out.h265"

[avs2 @ 00000221323e8940] Format avs2 detected only with low score of 1, misdetection possible!
[davs2 info]: davs2: 1.6.205 b06d7585620f4e90.8, 2020-11-20 05:32:11
[davs2 info]: CPU Capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[davs2 info]: Manager 221323fbe20: using 1 thread(s): 1(frame/AEC)+0(pool/REC), 2 tasks
[davs2 error]: Manager 221323fbe20: Invalid input Byte-Stream, not start code: 416464
[libdavs2 @ 00000221323f2780] Decoder error: can't read packet
[avs2 @ 00000221323e8940] decoding for stream 0 failed
[avs2 @ 00000221323e8940] Could not find codec parameters for stream 0 (Video: avs2 (libdavs2), none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, avs2, from 'E:\BluRay\Temp\Movie_t01_temp\ffmpegMovie_t01.avs':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: avs2, none, 25 tbr, 1200k tbn, 25 tbc
[davs2 info]: davs2: 1.6.205 b06d7585620f4e90.8, 2020-11-20 05:32:11
[davs2 info]: CPU Capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[davs2 warn]: Manager 22132444fc0: Max number of thread reached, forcing to be 8

[davs2 info]: Manager 22132444fc0: using 8 thread(s): 8(frame/AEC)+0(pool/REC), 9 tasks
Stream mapping:
Stream #0:0 -> #0:0 (avs2 (libdavs2) -> hevc (libx265))
Press [q] to stop, [?] for help
[davs2 error]: Manager 22132444fc0: Invalid input Byte-Stream, not start code: 416464
[libdavs2 @ 00000221323e9d00] Decoder error: can't read packet
Error while decoding stream #0:0: Generic error in an external library
Cannot determine format of input stream 0:0 after EOF
Error marking filters as finished
Conversion failed!

StaxRip.ErrorAbortException: Video encoding x265 returned error exit code: 1 (0x1)

It's unclear what the exit code means, in case it's a Windows system error then it possibly means:

Unzulässige Funktion


------------------------- Video encoding x265 -------------------------

ffmpeg 4.3.1

"C:\Program Files\FFmpeg 4.3\ffmpeg.exe" -i "E:\BluRay\Temp\Movie_t01_temp\ffmpegMovie_t01.avs" -c:v libx265 -crf 20 -pix_fmt yuv420p10le -x265-params profile=main10 -an -y -hide_banner "E:\BluRay\Temp\Movie_t01_temp\ffmpegMovie_t01_out.h265"

[avs2 @ 00000221323e8940] Format avs2 detected only with low score of 1, misdetection possible!
[davs2 info]: davs2: 1.6.205 b06d7585620f4e90.8, 2020-11-20 05:32:11
[davs2 info]: CPU Capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[davs2 info]: Manager 221323fbe20: using 1 thread(s): 1(frame/AEC)+0(pool/REC), 2 tasks
[davs2 error]: Manager 221323fbe20: Invalid input Byte-Stream, not start code: 416464
[libdavs2 @ 00000221323f2780] Decoder error: can't read packet
[avs2 @ 00000221323e8940] decoding for stream 0 failed
[avs2 @ 00000221323e8940] Could not find codec parameters for stream 0 (Video: avs2 (libdavs2), none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, avs2, from 'E:\BluRay\Temp\Movie_t01_temp\ffmpegMovie_t01.avs':
Duration: N/A, bitrate: N/A
Stream #0:0: Video: avs2, none, 25 tbr, 1200k tbn, 25 tbc
[davs2 info]: davs2: 1.6.205 b06d7585620f4e90.8, 2020-11-20 05:32:11
[davs2 info]: CPU Capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
[davs2 warn]: Manager 22132444fc0: Max number of thread reached, forcing to be 8

[davs2 info]: Manager 22132444fc0: using 8 thread(s): 8(frame/AEC)+0(pool/REC), 9 tasks
Stream mapping:
Stream #0:0 -> #0:0 (avs2 (libdavs2) -> hevc (libx265))
Press [q] to stop, [?] for help
[davs2 error]: Manager 22132444fc0: Invalid input Byte-Stream, not start code: 416464
[libdavs2 @ 00000221323e9d00] Decoder error: can't read packet
Error while decoding stream #0:0: Generic error in an external library
Cannot determine format of input stream 0:0 after EOF
Error marking filters as finished
Conversion failed!


bei StaxRip.Proc.Start() in D:\Projekte\VB\staxrip\General\Proc.vb:Zeile 399.
bei StaxRip.ffmpegEnc.Encode(String args) in D:\Projekte\VB\staxrip\Encoding\ffmpegEnc.vb:Zeile 139.
bei StaxRip.ffmpegEnc.Encode() in D:\Projekte\VB\staxrip\Encoding\ffmpegEnc.vb:Zeile 125.
bei System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.<Invoke>b__0()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei StaxRip.GlobalClass.ProcessJob(String jobPath) in D:\Projekte\VB\staxrip\General\GlobalClass.vb:Zeile 312.

Last edited by Mister XY; 24th November 2020 at 08:52.
Mister XY is offline