Jerky Playback Question
Hi Forum, I just had a question about a video that I have converted from AVI to MPV using CCE. It seems like the video has intermittent jerky playback about every 5-7 seconds. I have changed specific settings in CCE (which I will discuss later) and pretty much got the same result.
My CCE Settings are based on the guide below:
https://forum.videohelp.com/viewtopic.php?t=222898
The first time I converted my file:
Output top field first Stream was CHECKED
Offsetline was ZERO
The second time I converted my file:
Output top field first stream was NOT CHECKED
Offset line was ZERO
The third time I converted my file:
Output top field first stream was CHECKED
Offset line was ONE
Each time I got pretty much the same result, which is an intermittent jerky file. Is there any other settings in CCE that I could manipulate to fix the problem.
Note:I looked at the original AVI file and there doesn't appear to be any jerky play in it, so I know the problem is occurring during the conversion process.
Also, here is some file information from GSpot:
Container:
File Length Correct
DivX Style "packed bitstream" AVI
AVI v1.0
Interleave: 1 vid frame (42 ms), preload=504
Audio frames: Aligned on interleaves
Video: 197 MB (88.43%)
Audio: 23.5 MB (10.53%)
AVI Overhead: 2.32 MB (1.04%)
CODEC
DX50
Name DivX 5.0.3
+ Reply to Thread
Results 1 to 12 of 12
-
-
not enough info on source and dest. but a guess is that you are trying to go from 25fps avi to ntsc mpg. the jerkiness is from the extra frames that are inserted to make up the difference. not much you can do about it other than trying to get a hold of the source in ntsc.
--
"a lot of people are better dead" - prisoner KSC2-303 -
Originally Posted by mickgreen58
IMO both source and destination 23.976 don't need pulldown.
Chris. -
If the target is for DVD then you do need pulldown for authoring. My experience is that CCE does a pretty good job with pulldown, however if you aren't sure then encode without it, and use DGPulldown to add it afterwards.
I also never (ever) load a raw avi file into CCE. I always load via an avisynth script. I never let CCE resize for me or do any processing other than encoding.Read my blog here.
-
Thanks for responding fellas.
Yes, this video was converted to MPV and placed on a DVD, so I have to use a pulldown or TmpGenc will complain. Also, I failed to mention, yes I always use AviSynth Script. Just for grins, I will provide the script, but I have used this script for thousands of conversion and never had this problem. Also, before anyway says anything, I know burning the sub into the movie degrades the quality but I have done it alot of times and I know it doesn't cause jerkiness. Also, the border is big because I want it to be widescreen.
LoadPlugin("C:\Program Files\DirectVobSub\VSFilter.dll")
AVISource("C:\movie.avi")
LanczosResize(656,336)
AddBorders(32,72,32,72)
TextSub("C:\movie.srt")
ConvertToYUY2()
I am going to re-encode without pulldown (maybe this avi is the one exception where CCE can't handle it) and use DGPulldown. Will let you all know, may have to just live with the jerkiness. -
are you sure it's ntsc? most divx avis are 25fps. i've seen a lot of dixv and never come across a 24fps one.
--
"a lot of people are better dead" - prisoner KSC2-303 -
Well, the DGPulldown Option didn't work, got the same result.
aedipuss, what other methods could I use to check the FPS.
Also, I failed to mention this avi file was originally in enclosed in an OGM file. I used mencoder to "copy" (not encode) the avi file and the sub out of it. But remember, the copied avi file doesn't have any jerkiness, so mencoder copied it fine.
When I look in GSpot, drag the OGM and the copied avi file into Mplayer, each time it says 23.976 FPS.
Also, I am pretty positive that it is 23.976 FPS because the Subs I burned into the avi is in-sync with the audio. If it was really 25 FPS and I encoded it as 23.976 FPS, the audio, video and subs would be out of sync.
- Mike G. -
Many of the avis I have seen/converted are 23.976 fps.
Process of elimination comes next.
1. Check carefully the original avi files post OGM extraction to make sure they are 100% smooth.
1a. Put an AssumeFPS(23.976) after the Load statement in your avs scipt and encode with CCE.
2. Use the same avisynth script and convert with HCEnc. Throw a Trim(0,2500) at the end to make the tests shorter.
3. Use the same avs script with DVD Flick (or use ffmpeg from the commandline if you are game) and see what results you get.Read my blog here.
-
Originally Posted by mickgreen58
I tried it with DVDLab with a 23.976 fps source and it offered me to convert it with pulldown.
But then when I look at the properties of the resulted conversion it says 29.970 fps.
Does the output of CCE also says 29.970 when you select 23.976 together with 2:3 pulldown?
Chris. -
Does the output of CCE also says 29.970 when you select 23.976 together with 2:3 pulldown?
-
Thanks for the responses.
I figured out what my problem was.
I used VirtualDubMod to play the AviSynth Script and also the original AVI file and both were jerky. So Mencoder was the culprit. I have used Mencoder to copy several OGM files and it always worked fine, I guess this file was an exception. Anyway, I went back and used OGMDemuxer and the result was no jerkiness in the copied AVI file. I placed it on a DVD and it was fine as well.
Thanks for the help
- Mike G.
Similar Threads
-
Jerky playback
By hi2shy in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 30th Nov 2010, 16:44 -
Jerky Playback
By electrowiz in forum Video ConversionReplies: 1Last Post: 25th Aug 2010, 16:16 -
jerky playback
By VOYAGER2009 in forum Video ConversionReplies: 19Last Post: 22nd Feb 2010, 05:27 -
jerky playback of mpg
By dave1892 in forum Video ConversionReplies: 6Last Post: 13th Aug 2009, 11:18 -
Jerky playback on TV from PC using TV Out
By digidude in forum Software PlayingReplies: 0Last Post: 30th Dec 2008, 17:26