8 Test case pipe based producer for video and audio.
12 'file' - produce a/v from file
13 v4l - produce a/v from video4linux and dsp device
15 Initialisation Properties
17 string video_type - "file" or "v4l"
18 string video_file - file or v4l device
19 string video_size - WxH of video to produce (default: "")
20 int video_loop - loop video until audio exhausted (default: 0)
21 string audio_type - "file" or "dsp"
22 string audio_file - file or dsp device
23 int audio_rate - audio frequency (default: 48000)
24 int audio_channels - audio channels (default: 2)
25 int audio_track - audio track to use (default: 0)
26 int audio_loop - loop audio until video exhausted (default: 0)
27 timecode in - in point
28 timecode out - out point
29 double fps - output frames per second (default: 25)
30 double aspect_ratio - aspect ratio of video
34 end_of_clip - holds 1 when input is exhausted
42 in/out point setting is broken.
44 Implementation does not allow fast random access.
50 libdv based decoder for video and audio.
54 'file' - produce a/v from file
56 Initialisation Properties
58 string file - file location
59 timecode in - in point
60 timecode out - out point
64 double fps - output frames per second
65 double aspect_ratio - aspect ratio of video
73 'file' is not populated on properties?
79 Mainconcept based dv decoder for video and audio.
83 'file' - produce a/v from file
85 Initialisation Properties
87 string file - file location
88 timecode in - in point
89 timecode out - out point
93 double fps - output frames per second
94 double aspect_ratio - aspect ratio of video
98 mainconcept dv sdk and libdv.
102 'file' is not populated on properties?
108 Mainconcept based mpeg decoder for video and audio.
110 Constructor argument:
112 'file' - produce a/v from file
114 Initialisation Properties
116 string file - file location
117 timecode in - in point
118 timecode out - out point
122 double fps - output frames per second
123 double aspect_ratio - aspect ratio of video
127 mainconcept mpeg sdk.
131 'file' is not populated on properties?