When I activate CUDA h264 decode acceleration, the output video in mp4(h265) have out of sync audio. The output file is also slightly longer.
The source file is mp4(h264) with variable framerate. The average is about 24.202.
The source file is mp4(h264) with variable framerate. The average is about 24.202.
Code:
0m 00.12s: info, try to open file C:/Users/Frédéric/Downloads/DVDFab/Stargate SG-1 - S6E17 - Disclosure.m4v 0m 00.17s: info: open successed, iformat = QuickTime / MOV 0m 00.17s: info: create config(videoconvert) 0m 00.18s: info: crop value after clone: left = 0 right= 0 top=0 bottom=0 enable=0 mode=0 0m 00.18s: info: use profile(MP4.H265) 0m 00.18s: info: file (.m4v) 0m 00.18s: info: 3D working_mode(disable), 3D format(sbs_lef_right) 0m 00.19s: info: stream input@ Video(1)[codec(h264) size(720*480) fps(24000/1001) interlace(1) duration(2624)sec opcode(compress)] 2052m 16.97s: UILog:MsgWork:WorkStatus_Start 0m 00.19s: info: perset file config OK ! 0m 00.19s: info: set output video frame_rate(24000/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(852*480) fps(24000/1001) interlace(1) bitrate(1393) duration(2624)sec] 0m 00.20s: info: stream input@ Audio(2)[codec(aac) channels(6) sample(48000) bitrate(447998) bitdepth(16) opcode(copy)] 0m 00.20s: info: stream output Audio(2)[codec(aac) channels(6) sample(48000) bitrate(447998) bitdepth(16) opcode(copy)] 0m 00.20s: info: SubMode(Render) -- Display Only forced Subtitle(false) 2052m 17.00s: UILog:MsgWork:WorkStatus_Start 0m 00.32s: CUDA GPU acceleration for video decoding enabled 0m 00.55s: info: h264_encode: encode param profile(1) level(30) bitrate(1393) crf(-1) 595m 20.32s:
Comment