Questions tagged [virtualdub]

18 questions
0
votes
2 answers

AviSynth Out of Memory Error (100s of image overlays)

I want to overlay multiple images on my video at different times. I have user function defined as function myFunction(clip c, int coordinateX, int from, int to) { c = c.trim(0, from-1) + c.trim(from, to).Overlay(myImage, x=coordinateX, y=667,…
svenkapudija
  • 5,128
  • 14
  • 68
  • 96
0
votes
0 answers

Save video read from VirtualDubMod to file using command line only?

I want to compile several video clips using Avisynth on a server. I generate the .avs file and let VirtualDubMod read the file. How do I save the video read from VirtualDubMod to an avi file using the command line only? If I open VirtualDubMod then…
Simon Zettervall
  • 1,764
  • 1
  • 15
  • 31
0
votes
2 answers

VirtualDub can't record audio, no inputs/sources showing up

I'm using VirtualDub version 1.9.11 to screen capture video game play on my computer. It works amazing for video; however, I can't get my audio to record. My motherboard is a Gigabyte ga-z77x-ud5h. And I have downloaded the latest audio drivers…
LampShade
  • 2,675
  • 5
  • 30
  • 60
1
2