blob: 8fd0e26462b1552467f149f2b0f76d41b1d3ae15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
tosvcd takes one or more recorded vdr files and transcodes them to a SVCD
image file ready for cdrdao to burn.
Some functions:
* synchronises Video/Audio
* tries to repair demaged streams
* split output(with help of mpeg2enc)
* invoke yuvscaler, if input is not 480x576
* invoke noise filter on request
* predicts finish time
* predicts final output size
* restarts if output size exceeds CD's capacity to enable full automatic
operation
* invoke mplex and vcdimager
WWW: http://muse.seh.de/tosvcd/
|