HI Leute,
hab mir vor ca. 2 Wochen am Disney Channel High School Musical aufgenommen, leider sendet mein Receiver immer interlace Material zum Recorder, meine Frage, wie kann ich aus diesem Material ein XVID erzeugen, welches gut aussieht. Zeit spielt keine Rolle, und Dateigröße auch nicht.
http://rapidshare.com/files/33063684/Sample.mpg.html
Bevor ichs vergesse mit diesem Script hab ichs schon probiert (war aber nicht das gelbe vom ei):
#LoadPLugin("C:\DGIndex\DGDecode.dll")
LoadPlugin("D:\DVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Avis\mpasource.dll")
LoadPlugin("C:\Avis\asharp.dll")
LoadPlugin("C:\Avis\Deen.dll")
LoadPlugin("C:\Avis\FluxSmooth.dll")
LoadPlugin("C:\Avis\undot.dll")
LoadPlugin("C:\Avis\unfilter.dll")
LoadPlugin("C:\Avis\peachsmoother.dll")
LoadPlugin("C:\Avis\DeGrainMedian.dll")
LoadPlugin("C:\Avis\Tdeint.dll")
LoadPlugin("C:\Avis\Decomb.dll")
LoadPlugin("C:\Avis\KernelDeint140.dll")
#
#
#
#
#
# Programm
#
A = MPEG2Source("\Videos\School\School.d2v",idct=7,cpu=4)
B = MPASource("\Videos\School\School0ms.mpa",normalize = false)
AudioDub(A, B)
FadeIn(50)
FadeOut(50)
TDeint(type=3)
Crop(0,0,-20,0)
GaussResize(512,384,0,p=70)
Display More
lg Oneboy1979