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 string resource - file or "v4l"
35 int end_of_clip - holds 1 when input is exhausted
43 in point setting is broken.
45 Implementation does not allow fast random access.
51 libdv based decoder for video and audio.
55 'file' - produce a/v from file
57 Initialisation Properties
59 timecode in - in point
60 timecode out - out point
64 string resource - file location
65 double fps - output frames per second
66 double aspect_ratio - aspect ratio of video
80 Mainconcept based dv decoder for video and audio.
84 'file' - produce a/v from file
86 Initialisation Properties
88 timecode in - in point
89 timecode out - out point
93 string resource - file location
94 double fps - output frames per second
95 double aspect_ratio - aspect ratio of video
99 mainconcept dv sdk and libdv.
103 Can be problematic with source NTSC DV files?
109 Mainconcept based mpeg decoder for video and audio.
111 Constructor argument:
113 'file' - produce a/v from file
115 Initialisation Properties
117 timecode in - in point
118 timecode out - out point
122 string resource - file location
123 double fps - output frames per second
124 double aspect_ratio - aspect ratio of video
128 mainconcept mpeg sdk.