logo Sign In

Post #270257

Author
DVD-BOY
Parent topic
Howard The Duck - special edition (Released)
Link to post in topic
https://originaltrilogy.com/post/id/270257/action/topic#270257
Date created
7-Feb-2007, 7:43 AM
Originally posted by: Moth3r

Two suggestions:
Use AVC2AVI to put the H264 stream into an AVI container, and use AVISource(), as described on the previous page.
or
Assuming you are using the latest AVISynth version 2.5.7, use the new framecount parameter to force the correct length, e.g. DirectShowSource( "filename", framecount=<no. of frames> )


I had tried opening the AVI produced by AVC2AVI into MainConcept, but no dice - haven't tried via the AVISynth script.

What's the best way to get the framecount of the ts file - does something like TSEditor list it?

Cheers