Quantcast Xvid KVCD: Bild Steht Auf Dem Kopf - digitalFAQ.com Forums [Archives]
  #1  
09-16-2003, 11:41 AM
DasToem DasToem is offline
Free Member
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hallo Leute,

ich hab grade versucht ein xvid in eine kvcd umzuwandeln, doch leider steht der Film auf dem Kopf. Wo liegt der Fehler?

Hier mein Script:

Code:
## DLL Section ##
#
LoadPlugin("D:\DVD-Ripping\avisynth\MPEG2Dec3.dll")
LoadPlugin("D:\DVD-Ripping\avisynth\GripFit_YV12.dll")
LoadPlugin("D:\DVD-Ripping\avisynth\STMedianFilter.dll")
LoadPlugin("D:\DVD-Ripping\avisynth\asharp.dll")
LoadPlugin("D:\DVD-Ripping\avisynth\unfilter.dll")
LoadPlugin("D:\DVD-Ripping\avisynth\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf =  0 # Current frame.
#
####

## Main section and static filters ###
#
AviSource("D:\dc\xvid.avi",false)
#ConvertToYUY2()

undot()
Limiter()
asharp(1, 4)
GripCrop(352, 288, overscan=2)
GripSize(resizer="BilinearResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
  return ( f1<f2 ) ? f1 : f2
}

#
####
Tom
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
09-16-2003, 12:27 PM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Schau mal Deine Codecs an. Meistens ist ein ff*-Codec für Mpeg4 daran schuld.
Deinstalliere ihn am Besten über Systemsteuerung->Software.

EDIT: In Deinem Script kann ich keinen Fehler sehen.
Reply With Quote
  #3  
09-16-2003, 05:39 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
Erst mal: ffdshow = SEHR GUTER CODEC

Das ändert jetzt zwar nich die Ursache, aber die symptome:

für ein:
FlipVertical()
in dein script ein
Reply With Quote
  #4  
09-17-2003, 02:39 AM
Krassi Krassi is offline
Free Member
 
Join Date: Mar 2003
Location: Germany
Posts: 390
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Razorblade2000
Erst mal: ffdshow = SEHR GUTER CODEC

Das ändert jetzt zwar nich die Ursache, aber die symptome:

für ein:
FlipVertical()
in dein script ein
@Razorblade,
ich meinte nicht ffdshow, es ist ein anderer Codec, weiss aber den genauen Namen nicht mehr.

EDIT: @DasToem: Probier mal eine Neuinstallation von ffvfw und Avisynth 2.52
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Xvid ou kvcd ? steiner Conversion et d'Encodage de Vidéo (Français) 11 10-11-2004 11:38 AM
Best way to convert xvid with ac3 to kvcd? bruce_wein Video Encoding and Conversion 20 05-05-2004 12:35 AM
Bild ruckelt stark und Ton ist zum Teil zu schnell defo Video Konvertierung und Encodieren (Deutsch) 4 08-29-2003 02:46 AM
PB XVID -> KVCD serrabastien Conversion et d'Encodage de Vidéo (Français) 2 07-22-2003 11:19 AM
How to convert Xvid to kvcd? serrabastien Video Encoding and Conversion 3 07-10-2003 06:09 AM

Thread Tools



 
All times are GMT -5. The time now is 01:27 AM  —  vBulletin © Jelsoft Enterprises Ltd