I'm trying to do a conversion from vc-1 1080p bluray to h265.
The output file has the same fps. But some frames of the input are skipped while others duplicated. The result is a very uneven motion (jitter) in the video.
Here is a the log:
The output file has the same fps. But some frames of the input are skipped while others duplicated. The result is a very uneven motion (jitter) in the video.
Here is a the log:
Code:
0m 00.09s: info, try to open file F:/DVDFab/Journey to the Center of the Earth (2008).mkv 0m 00.12s: warning: audio info: index 1, codec_id 86019, channels 6, bitrate 640000, sample_rate 48000, format 8, bit_per_sample 0, frame_size 0 0m 00.12s: info: open successed, iformat = Matroska / WebM 0m 00.12s: info: create config(videoconvert) 0m 00.12s: info: crop value after clone: left = 0 right= 0 top=0 bottom=0 enable=0 mode=0 0m 00.12s: info: use profile(MP4.H265) 0m 00.12s: info: file (.mkv) 0m 00.12s: info: 3D working_mode(disable), 3D format(sbs_lef_right) 0m 00.13s: info: stream input@ Video(0)[codec(vc1) size(1920*1080) fps(24000/1001) interlace(0) duration(5554)sec opcode(compress)] 1360m 38.30s: UILog:MsgWork:WorkStatus_Start 0m 00.13s: info: perset file config OK ! 0m 00.13s: info: set output video frame_rate(24000/1001) 0m 00.13s: info: recommand= 0, Shrink support= 0, enable= 0, cuda_cap= 0 , cpu_count= 8 0m 00.13s: info: stream output Video(0)[codec(hevc) size(1920*1080) fps(24000/1001) interlace(0) bitrate(2486) duration(5554)sec] 0m 00.14s: info: stream input@ Audio(1)[codec(ac3) channels(6) sample(48000) bitrate(640000) bitdepth(0) opcode(compress)] 0m 00.14s: info: stream output Audio(1)[codec(aac) channels(6) sample(48000) bitrate(448000) bitdepth(16) opcode(compress)] 0m 00.14s: info: SubMode(Render) -- Display Only forced Subtitle(false) 0m 00.15s: info: enable multi-thread software decoder, thread count = 8 1360m 38.33s: UILog:MsgWork:WorkStatus_Start 0m 00.22s: info: h264_encode: encode param profile(1) level(40) bitrate(2486) crf(-1) 278m 02.56s: info: audio_decode finish job 278m 02.57s: audio_encode finish job 278m 33.27s:
Comment