When I try to encode a large file, the encoding process crashes about 8 or 9GB leaving the following exception std_exception(bad allocation).
Looks like it hits the limit of what a 32 bit process can do in this case.
Looks like it hits the limit of what a 32 bit process can do in this case.
------ process working ------
0m 00.09s: info, try to open file C:/Users/Frédéric/Downloads/DVDFab/Into the Universe - S1E3 - The Story of Everything.m4v
0m 00.19s: info: open successed, iformat = QuickTime / MOV
0m 00.19s: info: create config(videoconvert)
0m 00.19s: info: crop value after clone: left = 0 right= 0 top=0 bottom=0 enable=0 mode=0
0m 00.19s: info: use profile(MP4.H265)
0m 00.19s: info: file (.m4v)
0m 00.19s: info: 3D working_mode(disable), 3D format(sbs_lef_right)
28m 34.85s: UILog:MsgWork:WorkStatus_Start
0m 00.20s: info: stream input@ Video(1)[codec(h264) size(1920*1080) fps(30000/1001) interlace(1) duration(5206)sec opcode(compress)]
0m 00.20s: info: perset file config OK !
0m 00.20s: info: set output video frame_rate(30000/1001)
0m 00.20s: info: recommand= 0, Shrink support= 0, enable= 0, cuda_cap= 0 , cpu_count= 8
0m 00.20s: info: stream output Video(1)[codec(hevc) size(1920*1080) fps(30000/1001) interlace(1) bitrate(13362) duration(5206)sec]
0m 00.21s: info: stream input@ Audio(2)[codec(aac) channels(6) sample(48000) bitrate(186460) bitdepth(16) opcode(copy)]
0m 00.21s: info: stream output Audio(2)[codec(aac) channels(6) sample(48000) bitrate(186460) bitdepth(16) opcode(copy)]
0m 00.21s: info: SubMode(Render) -- Display Only forced Subtitle(false)
0m 00.21s: info: enable multi-thread software decoder, thread count = 8
28m 34.86s: UILog:MsgWork:WorkStatus_Start
0m 00.36s: info: h264_encode: encode param profile(1) level(40) bitrate(13362) crf(-1)
264m 50.74s: UILog:OnMsgToolbar_Pause
269m 23.74s: opening drive H
269m 23.74s: DriveX msg: media open(false) failed in driveX H.
269m 29.46s: DriveX msg: remove media in driveX H.
269m 29.47s: DriveX msg: remove driveX H.
269m 29.51s: Source managerpen source flag:1,0,1,1
269m 29.52s: Source managerpen source flag:1,0,1,1
282m 56.35s: UILog:OnMsgToolbar_Continue
658m 59.22s: error: filter name(native_mux), type(128), id(12), get std_exception(bad allocation)
0m 00.09s: info, try to open file C:/Users/Frédéric/Downloads/DVDFab/Into the Universe - S1E3 - The Story of Everything.m4v
0m 00.19s: info: open successed, iformat = QuickTime / MOV
0m 00.19s: info: create config(videoconvert)
0m 00.19s: info: crop value after clone: left = 0 right= 0 top=0 bottom=0 enable=0 mode=0
0m 00.19s: info: use profile(MP4.H265)
0m 00.19s: info: file (.m4v)
0m 00.19s: info: 3D working_mode(disable), 3D format(sbs_lef_right)
28m 34.85s: UILog:MsgWork:WorkStatus_Start
0m 00.20s: info: stream input@ Video(1)[codec(h264) size(1920*1080) fps(30000/1001) interlace(1) duration(5206)sec opcode(compress)]
0m 00.20s: info: perset file config OK !
0m 00.20s: info: set output video frame_rate(30000/1001)
0m 00.20s: info: recommand= 0, Shrink support= 0, enable= 0, cuda_cap= 0 , cpu_count= 8
0m 00.20s: info: stream output Video(1)[codec(hevc) size(1920*1080) fps(30000/1001) interlace(1) bitrate(13362) duration(5206)sec]
0m 00.21s: info: stream input@ Audio(2)[codec(aac) channels(6) sample(48000) bitrate(186460) bitdepth(16) opcode(copy)]
0m 00.21s: info: stream output Audio(2)[codec(aac) channels(6) sample(48000) bitrate(186460) bitdepth(16) opcode(copy)]
0m 00.21s: info: SubMode(Render) -- Display Only forced Subtitle(false)
0m 00.21s: info: enable multi-thread software decoder, thread count = 8
28m 34.86s: UILog:MsgWork:WorkStatus_Start
0m 00.36s: info: h264_encode: encode param profile(1) level(40) bitrate(13362) crf(-1)
264m 50.74s: UILog:OnMsgToolbar_Pause
269m 23.74s: opening drive H
269m 23.74s: DriveX msg: media open(false) failed in driveX H.
269m 29.46s: DriveX msg: remove media in driveX H.
269m 29.47s: DriveX msg: remove driveX H.
269m 29.51s: Source managerpen source flag:1,0,1,1
269m 29.52s: Source managerpen source flag:1,0,1,1
282m 56.35s: UILog:OnMsgToolbar_Continue
658m 59.22s: error: filter name(native_mux), type(128), id(12), get std_exception(bad allocation)
Comment