Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CarlFK/voctomix-outcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Dec 24, 2018
2 parents a722d90 + 733b02b commit ee50058
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ def mk_video_src(args, videocaps):
videoconvert !
"""

elif args.video_source == 'file':
video_src = """
multifilesrc {attribs} !
decodebin !
videoscale !
{monitor}
videoconvert !
"""

elif args.video_source == 'test':

# things to render as text ontop of test video
Expand Down

0 comments on commit ee50058

Please sign in to comment.