I'm trying to convert some video taken with a camcorder so it will play in the HD Video MP3 player device.
VLC shows the original video as:
Video = H264-MPEG-4 AVC (part10)(h264),1440x1080, frame rate = 59.94, Decoded format = Planar 4:2:0 YUV
Audio = A52 Audio (aka AC3) 48kHz sample rate, 256kb/s bitrate
I needed to 'disable all GPU codecs' to get it to generate any video at all, and I selected the DVDFab player in the Video Converter selection.
During the conversion process (which took 0:1:20), the progress bar went smoothly from 0 to 50% over 40 seconds and then seemed to hang there. After another 40 seconds the conversion said it completed successfully (without the progress bar getting past 50%).
The problem is the converted video is playing at twice the expected rate, while the audio is playing normally.
VLC shows the converted file as:
Video = H264 - MPEG-4 AVC (part 10)(avc1), 800x450, frame rate = 59.94, decoded format = Planar 4:2:0 YUV
Audio = MPEG AAC audio (mp4a), Stereo, sample rate = 48kHz.
I notice that Profile has a Frame Rate pull-down for the video format that maxes out at 30fps, and the internal log shows it setting the video frame rate to (30/1).
Is there some frame-rate setting that I'm missing to get this to convert properly?
Here is the internal log file:
Thanks,
Chris
VLC shows the original video as:
Video = H264-MPEG-4 AVC (part10)(h264),1440x1080, frame rate = 59.94, Decoded format = Planar 4:2:0 YUV
Audio = A52 Audio (aka AC3) 48kHz sample rate, 256kb/s bitrate
I needed to 'disable all GPU codecs' to get it to generate any video at all, and I selected the DVDFab player in the Video Converter selection.
During the conversion process (which took 0:1:20), the progress bar went smoothly from 0 to 50% over 40 seconds and then seemed to hang there. After another 40 seconds the conversion said it completed successfully (without the progress bar getting past 50%).
The problem is the converted video is playing at twice the expected rate, while the audio is playing normally.
VLC shows the converted file as:
Video = H264 - MPEG-4 AVC (part 10)(avc1), 800x450, frame rate = 59.94, decoded format = Planar 4:2:0 YUV
Audio = MPEG AAC audio (mp4a), Stereo, sample rate = 48kHz.
I notice that Profile has a Frame Rate pull-down for the video format that maxes out at 30fps, and the internal log shows it setting the video frame rate to (30/1).
Is there some frame-rate setting that I'm missing to get this to convert properly?
Here is the internal log file:
Code:
DVDFab 8.1.7.8 (2012/05/17 00:22:32) 0m 01.76s: GPUAccelerate: 451 0m 01.76s: CUDA cap: 0 0m 01.76s: Support coreavc decode: 0 0m 01.76s: Graphics info: ATI Radeon HD 5800 Series : : 0m 01.76s: Qt Translator file load success 0m 01.80s: Load config successful. 0m 01.91s: Init profile data driver sucessful. 0m 04.02s: Init GPU settings sucessful. 0m 04.02s: option dvd2dvd 1 dvd2mobile 1 bluray2bluray 1 bd2mobile 1 bd23d 1 bd2dvd 1 file2dvd 1 file2bluray 1 file2mobile 1 filemover 1 0m 04.02s: dvd2dvd:dvd2mobile:blu-ray2blu-ray:blu-ray2mobile:blu-ray23d:blu-ray2dvd:file2mobile:file2dvd:file2bluray: 0m 04.30s: Config ExBar successful. 0m 04.30s: dvd2dvd have 8 elements. 0m 04.44s: dvd2mobile have 29 elements. 0m 05.33s: blu-ray2blu-ray have 4 elements. 0m 05.36s: blu-ray2mobile have 18 elements. 0m 05.91s: blu-ray23d have 7 elements. 0m 06.09s: blu-ray2dvd have 1 elements. 0m 06.13s: file2mobile have 28 elements. 0m 06.98s: file2dvd have 1 elements. 0m 07.00s: file2bluray have 1 elements. 0m 07.34s: Config work ui controls successful. 0m 07.51s: Init burn engine successful. 0m 07.58s: StartNotify successful. 0m 14.43s: info, try to open file C:/Users/chris/Pictures/import/2012-05-07 vixia/Nick Wrestling/vixia017.MTS 0m 14.56s: info: open successed, iformat = MPEG-2 transport stream format 0m 31.23s: ------ begin mobile work(1/1) ------ 0m 31.23s: info: create config(3) 0m 31.23s: info: convert profile(DVDFab.HDvideoMp3.mp4.h264.aac) 0m 31.23s: info: file (.MTS),3D(0) 0m 31.23s: info: streams((0.2)(1.2)) 0m 34.26s: info: set output video frame_rate(30/1) 0m 34.26s: info: enable multi-thread software decoder 0m 35.27s: info: h264_encode: encode param profile(1) level(31) bitrate(1620) 0m 44.72s: ------ finish mobile work ------
Chris
Comment