Author Archives: veejayhq

veejay’s caching

Veejay has a caching mechanism that loads (compressed) images from disk into RAM. Frames furthest away from the currently played position will be discarded first when the cache size limit is reached. By default, this limit is set to 30% … Continue reading

Posted in documentation | Leave a comment

Veejay’s sound output: jackd

Veejay plays audio through Jack You must start the jack server prior to starting Veejay: $ jackd $ veejay video-file.avi If the audio samplerate differs (Jack plays 48Khz, veejay plays 44.1Khz), you need to setup jack in the proper samplerate. … Continue reading

Posted in documentation | Leave a comment

How to use MIDI

Reloaded 1.0 supports MIDI devices through ALSA To use your MIDI device with Reloaded, you need to use aconnect or aconnectgui to connect the MIDI device to Reloaded. To see all input devices (your MIDI devices) $ aconnect -i And … Continue reading

Posted in documentation | Leave a comment