PROBLEM: THE RECORDING LOCKS UP
Use the patched version of bttv.c at heroine.linuxbox.com/bcast2000.html to defeat most of the bttv lockups. Overwrite the copy of bttv.c in /usr/src/linux/drivers/char and recompile the kernel.WHY DON'T YOU BOTHER SUPPORTING MULTIPLE SOUNDCARDS
Because there's no way to synchronize them and 4 channel soundcards are already becoming ubiquitous.RECORDING SPITS OUT FRAMES AND THEN PAUSES AND THEN SPITS OUT FRAMES
Your computer is too slow. Lower the frame rate or compression quality or use a less demanding codec. Another method is to defeat certain operating system features which were designed for web serving. The following script automatically flushes the operating system's cache every second, ensuring more consistant hard drive performance.RECORDING 29.97fps DROPS FRAMES IN LINUX BUT WORKS FINE IN WIN95
#!/bin/sh while : ; do sync sleep 1 done
The recording engine uses the Video4Linux 1 driver, which only allows 2 frames of buffering. While an alternative driver, Video4Linux 2 supports unlimited buffering on paper, Video4Linux 2 only supports a tiny number of cards.THE FRAMES LOOK COMPRESSED VERTICALLY OR HORIZONTALLY
Set the aspect ratio in video->resize to what the movie should be viewed in.YOUR FSCKING SYNTHESIZER PLUGIN DOESN'T WORK!
Deselect "Disable tracks when no edits" in preferences->playback and select a region on the timeline to play back.PLAYBACK JUST FREEZES UP AND DOESN'T STOP
You've got a plugin attached and configured to run impossibly slow. You should save the project, ctrl-C it on the command line, and reconfigure the plugin.REVERSING VIDEO OR PLAYING VIDEO BACKWARDS PRODUCES GARBAGE
Some file formats like MPEG require previous information to render frames, which isn't available when the file is read backward. Render the movie forward as Quicktime before reversing it.