wrybread
4th March 2011, 00:01
I'm using AVISynth to make a grids of videos, going from 1 video to 4 videos to 9 videos to 16 videos. I'm using VirtualDub to render the videos, so they don't have to play well in real time.
My source media is H264, avc1, 640x480, 60fps, with sound. I'm wondering what the best way to import those clips is? Importing as DirectShowSource works well until I reach 16 clips, and then VirtualDub runs out of memory and can't finish rendering. Using FFmpegSource2 works, but it seems much slower than DirectShowSource, and the resulting files seem corrupt (won't play in VLC, though they will in Zoom Player).
Anyway, before banging my head against this wall much longer I thought I'd see if anyone has any optimization tips for working with H264 sources.
My source media is H264, avc1, 640x480, 60fps, with sound. I'm wondering what the best way to import those clips is? Importing as DirectShowSource works well until I reach 16 clips, and then VirtualDub runs out of memory and can't finish rendering. Using FFmpegSource2 works, but it seems much slower than DirectShowSource, and the resulting files seem corrupt (won't play in VLC, though they will in Zoom Player).
Anyway, before banging my head against this wall much longer I thought I'd see if anyone has any optimization tips for working with H264 sources.