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> )
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