Skip to content
/ dvpause Public

Pause videos while feeding them to dvsource-file for DVSwitch

License

Notifications You must be signed in to change notification settings

Jeija/dvpause

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVPause

Utility for DVSwitch that allows you to pause videos while feeding them to dvsource-file through a pipe. This also provides you a nice selection of different locally saved movies. It is supposed to be used for events that require live feeding and pausing with all kinds of locally stored videos. However, yet only PAL is tested. NTSC is supported, but you will propably have to change

#define SEQUENCES 12 // PAL

to

#define SEQUENCES 10 // NTSC

Dependencies:

GTK+ (Tested with GTK 3.10, propably 3.6+ supported) dvsource-file (for make run)

Installation:

Compile it with make and you're done! You can start the program with ./main. I recommend to edit the Makefile to use make run if you're doing development. make run will compile DVPause + start piping output to dvsource-file, however, you must change dvsource's port + host.

Configuration:

The configuration is in the "config" file, this is what all the movies must be added to. Two sample scenes are provided.

About

Pause videos while feeding them to dvsource-file for DVSwitch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages