I am using CCE Basic to encode a bunch of AVI files frameserved through AviSynth (2-pass VBR, elementary stream). The problem is that when I open the resulting mpv file in any player (VLC, Nero ShowTime, Windows Media Player) the clip time is about half of what the clip actually is.
For example, a 50 second clip will be reported as 24 seconds in the player. The video plays correctly but the player slider stops at 24 seconds even though the video keeps playing for a full 50 seconds.
This is causing a problem in my authoring tool because it thinks the clip is only 24 seconds in the layout.
Encoding at CBR/System Stream works just fine but I would like to use VBR.
I read up on "dropped frame" timecoding and other timecode related articles but I still can't seem to get the timing right on encode. Any ideas?
+ Reply to Thread
Results 1 to 9 of 9
-
-
CCE is not the best audio encoder.
One option is to use the CBR/system, demux to get .mpv, and encode your audio separately with proper audio software.
The other possibility is that your AVI file has an error in it. Do all your AVI files end up with the same result?
Perhaps you could post your avisynth script? -
The problem isn't with the audio encoding. The issue exists even when I don't encode the audio.
The issue is with the resulting .mpv video file. The length information in the .mpv file is incorrect.
My AviSynth script is extremely simple due to testing...
Code:AVISource("tape8raw.08-01-19_17-59.00.avi") Trim(16000,17500)
The framerate on the AVI and resulting MPEG file is 29.97fps -
Yep framecount is the same everywhere (29.97fps).
The conversion works fine when outputting CBR/System stream... It is just the VBR/elementary streams that has the problem. I think it is a timecode setting that I am not using correctly. -
Originally Posted by binister
AVISource("movie.avi")
Trim(xxx,yyy)
Info()
when playing in WMP, frames Y is the total frames of the clip to be converted, and CCE must recognize it.....but it varies from CCE versions.....CCE SP2 makes Y*passes -
Originally Posted by binister
What is wrong, is your authoring tool. This should report the proper 50 seconds. Try another authoring tool like e.g. DVDLab or a better free one.
Chris
Similar Threads
-
corrupt .mts file (incorrect length)
By sandergoorden in forum Video ConversionReplies: 55Last Post: 30th Apr 2015, 09:56 -
Video after encoding doubles in length
By lindylex in forum Video ConversionReplies: 3Last Post: 5th Jan 2011, 02:18 -
Video file time length is incorrect after converting to M2TS
By Alterego in forum Video ConversionReplies: 0Last Post: 18th Oct 2008, 11:54 -
Encoding 16:9 Widescreen MKV using CCCP pack and CCE results in 4:3 MPEG 2
By octagon69 in forum Video ConversionReplies: 21Last Post: 17th Oct 2008, 21:52 -
CCE SP avi video wrong length
By skipadipadoo in forum Video ConversionReplies: 4Last Post: 7th Nov 2007, 12:14