i have a problem with TMPGEnc freezing up on me.
sometimes, i would get errors loading avi's, whenever that happens i would raise the priority of directshow multimedia file reader under environmental settings and that would enable TMPGEnc to load the avi. whenever the directshow multimedia file reader is on high priority, TMPGEnc doesn't start encoding right away, it would do something else before it starts to encode, at the bottom left corner it says "Processing inverse telecine" and to the right of it gives the status in percentage. this is when TMPGEnc would freeze up on me, it appears as if it happens randomly, like one attempt, it would freeze on 21%, next attempt 48%, another attempt 67%, and another attempt it would work just fine on through the encoding.
so it's like i'm shooting dice whenever TMPGEnc is processing inverse telecine, sometimes it works and sometimes it doesn't, usually it would freeze up about 3 or 4 times before it would work. but the video i'm working on now has been freezing up everytime i tried.
any ideas as to solve this problem?
thx
+ Reply to Thread
Results 1 to 16 of 16
-
-
My typical method for that is to Frameserve the video
from Avisynth or VirtualDub. It sort of hides errors from
TMPGenc -
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
decomb plugin for AVISynth:
Telceline()
Decimate()Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
TMPGEnc, does an IVTC when your source is NTSC(film) 23.976 fps.
-
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
Actually its Telecine.
-
sorry for being a noob but i still don't quite understand what to do
i d/l avisynth and decomb and installed avisynth but there's no .exe file for me to run
i did a forum search and google but all the post and webpages are all technical, i don't quite get the jargon.
can you dumb it down for me please. -
I think if you will go to Program Files\Avisynth2.5\Docs
and click on index.html you will learn lots. -
ok
i'm beginning to understand it somewhat
but i'm stuck
here's what in the script i made:
DirectShowSource("E:\Converted Wave Files\movies\jack.avi")
LoadPlugin("decomb.dll")
AVISource("jack.avi")
Telecide()
Decimate()
here's what i did so far:
i opened up TMPGEnc with direct show reader on high priority
the vid is 23.976 fps btw
using the wizard, i selected NTSC Film under VCD and clicked next
loaded the .avs file i just created for video and loaded the converted wav file for audio and clicked next
didn't mess with anything else, just started encoding after that
in the preview screen while it's encoding, it says:
DirectShowSource: I can't determine the framerate of the video; you must use the "fps" parameter
(e:\Converted Wave Files\movies\jack.avs, line1)
is the script right? do i need to add or subract anything? -
Looks to me you have the same source loaded 2 differnt ways.
I think the directshow thing can't do audio - try skipping that
also you can check your avs easily by opening it with
Virtual Dub instead TMPGenc , after it's all fixed then
you open it with TMPGene
and for doing the IVTC ... I'll have to look that up -
remove the DirectShowSource line.
Ejoc's CVD Page:
DVDDecrypter -> DVD2AVI -> Vobsub -> AVISynth -> TMPGEnc -> VCDEasy
DVD:
DVDShrink -> RecordNow DX
Capture:
VirualDub -> AVISynth -> QuEnc -> ffmpeggui -> TMPGEnc DVD Author -
ok i removed it and now the script looks exactly like this:
LoadPlugin("C:\Program Files\Media\AviSynth2\plugins\decomb.dll")
AVISource("E:\Converted Wave Files\movies\jack.avi")
Telecide()
Decimate(cycle=5)
now the preview screen says this:
ACM failed to suggest a compatible PCM format
(E:\Converted Wave Files\movies\jack.avs, line 2)
does this have anything to do with the sound of the avi? it's in ac3
Similar Threads
-
(How to) Inverse Telecine
By Cherbette in forum RestorationReplies: 16Last Post: 17th Nov 2011, 13:24 -
Inverse Telecine Anime (Death Note)
By Corpsecreate in forum Video ConversionReplies: 16Last Post: 7th Oct 2011, 02:55 -
Frasier DVD to iPod Inverse Telecine Help
By jmsajdak in forum DVD RippingReplies: 1Last Post: 4th Sep 2008, 09:16 -
PAL Inverse Telecine?
By Anakin in forum Video ConversionReplies: 6Last Post: 18th Aug 2008, 07:34 -
Inverse Telecine, IVTC
By kitty in forum GlossaryReplies: 1Last Post: 10th Jan 2008, 21:40