It appears according to info that the footage i have is avi, but wheb trying to convert to mpeg so i can put it on cd tmpge andmnero freeze at 34% of this file. If i play it on windows media there is a quick glitch at that point, but keeps playing. I really want to put it on cd but having a hard time trying everything to do it?
I have an apparant avi van halen concert footage but need help?
Collapse
X
-
So you don't lose frames, use AVISynth instead.
A tad trickier to configure.
Because it plays fine in media player, the following should work.
First install AVISynth.
Then in notepad type the following:
Directshowsource("c:\temp\my_movie.avi")
Changing the file location.
Save it but name the file with a avs extension (test.avs)
Open in TMPGEnc and encode as usual.
PS
If TMPGEnc does not open the AVS file, add the following to the script:
Directshowsource("c:\temp\my_movie.avi" ,fps=25)
fps=frames per second so make sure you change the above to match the source video.
Also, VirtualDub will not output mpeg files.
EdgeComment
-
Comment
Comment