When I try to reencode a h265 file into h264 using 2-Pass encoding, I get the following error.
Code:
------ process working ------ 0m 00.12s: info, try to open file D:/Users/XXXXXX/DVDFab/Les Misérables (2012).mp4 0m 00.32s: info: open successed, iformat = QuickTime / MOV 0m 00.32s: info: create config(videoconvert) 0m 00.33s: info: crop value after clone: left = 0 right= 0 top=0 bottom=0 enable=0 mode=0 0m 00.33s: info: use profile(MP4) 0m 00.33s: info: file (.mp4) 0m 00.33s: info: 3D working_mode(disable), 3D format(sbs_lef_right) 24m 10.88s: UILog:MsgWork:WorkStatus_Start 0m 00.34s: info: stream input@ Video(1)[codec(hevc) size(1920*1040) fps(24000/1001) interlace(0) duration(9474)sec opcode(compress)] 0m 00.34s: info: perset file config OK ! 0m 00.34s: info: set output video frame_rate(24000/1001) 0m 00.35s: info: recommand= 0, Shrink support= 0, enable= 0, cuda_cap= 0 , cpu_count= 8 0m 00.35s: info: stream output Video(1)[codec(h264) size(1280*692) fps(24000/1001) interlace(0) bitrate(2000) duration(9474)sec] 0m 00.35s: info: stream input@ Audio(2)[codec(aac) channels(6) sample(48000) bitrate(511998) bitdepth(16) opcode(copy)] 0m 00.36s: info: stream output Audio(2)[codec(aac) channels(6) sample(48000) bitrate(511998) bitdepth(16) opcode(copy)] 0m 00.36s: info: SubMode(Render) -- Display Only forced Subtitle(false) 24m 10.91s: UILog:MsgWork:WorkStatus_Start 0m 00.50s: info: h264_encode: encode param profile(1) level(31) bitrate(2000) crf(-1) interlace(0) 0m 00.51s: --- connect filter failed(filter_h264_ex open_encoder_error 1 module_h264_encode x264 encoder open failed --profile main --pass 1 --bitrate 2000 --stats "D:\Users\XXéXéXX\Documents\DVDFab9\Temp\video.stats" --level 3.1 --keyint 24 --no-mixed-refs --no-fast-pskip --mbtree --no-cabac --partitions p8x8,b8x8,i4x4--no-8x8dct --rc-lookahead 20 --qpmin 0 --me umh --merange 12 --threads 8 --thread-input --nal-hrd none --output NUL "input" ) ---
Comment