Beiträge von Makka Marki

    Könntest du mir vielleicht noch erklären was die FPS in Bezug auf das Konvertieren auf sich haben?! Doch eigentlich nur die Geschwindigkeit oder?!
    In Spielen ist es ja so, dass sie so ca bei 25-30 anfangen "fließend" zu laufen ohne zu ruckeln.. Blos wo sit hier der Bezug zur Konvertierung?

    Inwiefern kann man denn die falsche Programmchain extrahieren? Was muss ich denn bei PGCDemux alles anklicken, dass ich alles habe?!

    Achso und dann ncoh eine Frage zu den Frames per Second! Die ahben doch nur was damit zu tun wie schnell die Datei bearbeitet werden konnte oder?! Sprich auf meinem Notebook habe ich im Second Pass ca. 17,5 FPS Aber die Qualität des Film ist trotzdem ausgesprochen gut... Sieht fast so aus wie vom DVD Rekorder aufgenommen...

    Sooo, habe mit PGCDemux nochmals VOBs erzeugt und die dann durch AutoGK gejagt... Mit dem Bild ist jetzt alles in Ordnung! Jedcoh hört auf einmal der Sound nach ein paar Sekunden auf... Das Bild läuft weiter aber nichts mehr mit Sound!

    [09.05.2007 14:35:03] AutoGK 2.40
    [09.05.2007 14:35:03] OS: WinXP (5.1.2600).2
    [09.05.2007 14:35:03] Job started.
    [09.05.2007 14:35:03] Input file: E:\VTS_01_1.VOB
    [09.05.2007 14:35:03] Output file: E:\Test.avi
    [09.05.2007 14:35:03] Output codec: XviD
    [09.05.2007 14:35:03] Audio 1: Audio Stream 0 AC3
    [09.05.2007 14:35:03] Subtitles: none
    [09.05.2007 14:35:03] Format: AVI
    [09.05.2007 14:35:03] Target size: 420Mb
    [09.05.2007 14:35:03] Audio 1 settings: Auto
    [09.05.2007 14:35:03] Started encoding.
    [09.05.2007 14:35:03] Demuxing and indexing.
    [09.05.2007 14:39:03] Processing file: E:\VTS_01_1.VOB
    [09.05.2007 14:39:03] Processing file: E:\VTS_01_2.VOB
    [09.05.2007 14:39:03] Processing file: E:\VTS_01_3.VOB
    [09.05.2007 14:39:03] Source resolution: 720x576
    [09.05.2007 14:39:03] Found PAL source.
    [09.05.2007 14:39:03] Source aspect ratio: 4:3
    [09.05.2007 14:39:03] Analyzing source.
    [09.05.2007 14:41:32] Source has percentage of interlacing in motion areas: 1,26
    [09.05.2007 14:41:32] Source is considered to be progressive.
    [09.05.2007 14:41:32] Output will contain 54156 frames
    [09.05.2007 14:41:32] Decoding audio.
    [09.05.2007 14:42:55] Normalizing audio.
    [09.05.2007 14:43:19] Encoding audio.
    [09.05.2007 14:43:22] Audio1 size: 327,680 bytes (0.31 Mb)
    [09.05.2007 14:43:22] Overhead: 2,166,272 bytes (2.07 Mb)
    [09.05.2007 14:43:22] Video size: 437,907,968 bytes (417.62 Mb)
    [09.05.2007 14:43:22] Running compressibility test.
    [09.05.2007 14:43:22] Writing the following script to E:\agk_tmp\Test_comptest.avs
    ===========================================================
    LoadPlugin("E:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("E:\agk_tmp\Test.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 1.06666666666667
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 640
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    SelectRangeEvery(300,15)
    ===========================================================
    [09.05.2007 14:45:39] Duration was: 2 minutes 15 seconds
    [09.05.2007 14:45:39] Speed was: 19,97 fps.
    [09.05.2007 14:45:39] Compressibility percentage is: 78,04
    [09.05.2007 14:45:39] Chosen resolution is: 672x304 ( AR: 2,21 )
    [09.05.2007 14:45:39] Predicted comptest value is: 70,41%
    [09.05.2007 14:45:39] Running first pass.
    [09.05.2007 14:45:39] Writing the following script to E:\agk_tmp\Test_movie.avs
    ===========================================================
    LoadPlugin("E:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("E:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("E:\agk_tmp\Test.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 1.06666666666667
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 672
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    ===========================================================
    [09.05.2007 15:10:06] Duration was: 24 minutes 27 seconds
    [09.05.2007 15:10:06] Speed was: 36,90 fps.
    [09.05.2007 15:10:07] Expected quality of first pass size: 76,86%
    [09.05.2007 15:10:07] Running second pass.
    [09.05.2007 15:47:21] Duration was: 37 minutes 13 seconds
    [09.05.2007 15:47:21] Speed was: 24,24 fps.
    [09.05.2007 15:47:21] Job finished. Total time: 1 hour, 12 minutes 17 seconds


    Woran kann das liegen?! Welche Häkchen muss ich bei PGCDemux machen damit es am effektivesten arbeitet?

    Okay werde ich mal versuchen... Nur mal eine Gegenfrage, wenn der DVD Rekorder Nonkonforme DVDs erstellt wieso kann ich sie dann einwandfrei abspielen lassen?! Dann müsste das doch auch nicht gehen... Und die Anderen VOB funktionieren ja auch ohne Probleme... Obwohl da vllt genau soviel Schnitte, Werbung oder was weiß ich drinne ist.

    Ja mit dem Explorer kopiert...
    Es ist immer noch so, dass ich alle VOBs bis auf die Erste mit DGIndex öffnen kann.
    Mit VLC Player oder AVS Player kann ich jede Datei abspielen lassen...


    Habe das jetzt mit PGCDemux gemacht... Aber der extrahiert ja Video und Ton seperat.. Wenn ich damit jetzt AutoGK füttere habe ich ja keinen Ton?!

    bergh

    hey, weißte das macht mir total Spaß in solche Größen zu konvertieren!!! Nein mal im Ernst, glaubste echt ich bin so blöd? Habe bei AutoGK also Zielgröße 420MB für einen 35 minütigen Film angegeben. Was von der Qualität ja ausreichend sein müsste, alles andere was davon abweicht steht sicherlich in Verbindung mit meinen Problem...

    Selur
    Also ich habe schonmal was vom DVD Rekorder aufgenommen und dann direkt von der DVD mti AutoGK konvertiert, da hat alles funktioniert... Nun gehts allerdings nicht mehr :( So ich ahbs zwar schonmal auf Platte kopiert und von dort aus versucht zu konvertieren (was auch ohne Erfolg war) aber ichs machs einfach nochmal... Was soll ich danach machen? Der Video_TS Ordner mit den VOB und anderen Dateien liegt nun auf der Platte... Was nun?

    Panasonic DMR EH 65

    Nein nichts mit kopiergeschützt!!!!! Das ist eine DVD aus dem DVD Rekorder im Wohnzimmer... Also nichts mit kopiergeschützt....
    Also ich habe grade versucht die Datei mit DGIndex abzuspielen. Ich kann alle VOB Dateien abspielen außer die Erste, die funktioniert nicht... Die DVD kann ich aber ohne Probleme auf dem PC abspielen...

    EDIT:
    Das mit dem Öffnen der Dateien in DGIndex habe ich jetzt noch mit 2 anderen DVDs mit anderen Filmdateien ausprobiert... Lässt sich überall alles bis auf die erste VOB öffnen.... Abspielen aknn ich die DVDs jedoch vollständig und ohne Probleme

    @ Henrik... Nein mit der DVD ist alles in Ordnung. Wenn ich die nämlich einlege und starte wird der Film einwandfrei abgespielt. Es ist nur eine Avisynth Version installiert unzwar die 2.5... Das mit den Codec Packs könnte stimmen... Jedoch hatte ich zuvor auch bereits ein Codecpack instalkliert und dann nochmal im gleichen Zug mit der AutoGK Installation den Xvid Codec... Da könnte vielleicht was doppeltes dabei sein aber als ich das erste mal mit AutoGK einen Film konvertiert habe hats ja auch funktioniert... Dass es mit der Konvertierung nicht mehr funktionierte kam vom einen auf den anderen Tag ohne, dass ich etwas an meinem PC verändert hatte.

    LigH
    habe jetzt nochmal sämtliche Codecs und Programmteile die zu AutoGK gehören deinstalliert und alles noch mal neu raufgebracht.
    Wie kann ich das denn testen ob man da was sieht(DGIndex)? Wie macht man das?

    Nein nichts mit DVD, ja doch eigentlich schon eine DVD aber anstatt einen gekauften Film handelt es sich um private Videos...

    [09.05.2007 09:53:54] AutoGK 2.40
    [09.05.2007 09:53:54] OS: WinXP (5.1.2600).2
    [09.05.2007 09:53:54] Job started.
    [09.05.2007 09:53:54] Input file: E:\gsgsdryH\VIDEO_TS\VTS_01_0.IFO
    [09.05.2007 09:53:54] Output file: E:\test.avi
    [09.05.2007 09:53:54] Output codec: XviD
    [09.05.2007 09:53:54] Audio 1: ??? AC3 2ch
    [09.05.2007 09:53:54] Subtitles: none
    [09.05.2007 09:53:54] Format: AVI
    [09.05.2007 09:53:54] Target size: 420Mb
    [09.05.2007 09:53:54] Audio 1 settings: Auto
    [09.05.2007 09:53:54] Started encoding.
    [09.05.2007 09:53:54] Demuxing and indexing.
    [09.05.2007 09:59:07] Processing file: E:\gsgsdryH\VIDEO_TS\VTS_01_1.VOB
    [09.05.2007 09:59:07] Processing file: E:\gsgsdryH\VIDEO_TS\VTS_01_2.VOB
    [09.05.2007 09:59:07] Processing file: E:\gsgsdryH\VIDEO_TS\VTS_01_3.VOB
    [09.05.2007 09:59:07] Source resolution: 352x240
    [09.05.2007 09:59:07] Found NTSC source.
    [09.05.2007 09:59:07] Source aspect ratio: 4:3
    [09.05.2007 09:59:07] Analyzing MPEG1 NTSC source.
    [09.05.2007 09:59:49] Dupes are not found.
    [09.05.2007 09:59:49] Output will contain 54158 frames
    [09.05.2007 09:59:49] Decoding audio.
    [09.05.2007 10:01:42] Normalizing audio.
    [09.05.2007 10:03:21] Encoding audio.
    [09.05.2007 10:08:16] Audio1 size: 32,380,248 bytes (30.88 Mb)
    [09.05.2007 10:08:16] Overhead: 2,166,272 bytes (2.07 Mb)
    [09.05.2007 10:08:16] Video size: 405,855,400 bytes (387.05 Mb)
    [09.05.2007 10:08:16] Running compressibility test.
    [09.05.2007 10:08:16] Writing the following script to E:\agk_tmp\test_comptest.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("E:\agk_tmp\test.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 0.909090909090909
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 352
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    SelectRangeEvery(300,15)
    ===========================================================
    [09.05.2007 10:10:08] Duration was: 1 minute, 51 seconds
    [09.05.2007 10:10:08] Speed was: 24,28 fps.
    [09.05.2007 10:10:08] Compressibility percentage is: 17,83
    [09.05.2007 10:10:08] Chosen resolution is: 160x128 ( AR: 1,25 )
    [09.05.2007 10:10:08] Predicted comptest value is: 83,37%
    [09.05.2007 10:10:08] Running first pass.
    [09.05.2007 10:10:08] Writing the following script to E:\agk_tmp\test_movie.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("E:\agk_tmp\test.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 0.909090909090909
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 160
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    ===========================================================
    [09.05.2007 10:16:13] Duration was: 6 minutes 4 seconds
    [09.05.2007 10:16:13] Speed was: 148,54 fps.
    [09.05.2007 10:16:13] Expected quality of first pass size: 67,90%
    [09.05.2007 10:16:13] Trying to adjust settings.
    [09.05.2007 10:16:13] Chosen resolution is: 144x112 ( AR: 1,29 )
    [09.05.2007 10:16:13] Predicted comptest value is: 86,23
    [09.05.2007 10:16:13] Re-running first pass.
    [09.05.2007 10:16:13] Writing the following script to E:\agk_tmp\test_movie.avs
    ===========================================================
    LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
    LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

    movie = mpeg2source("E:\agk_tmp\test.d2v")
    cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    fixed_aspect = 0.909090909090909
    c_width = width(cropclip)
    c_height = round(height(cropclip) / fixed_aspect)
    input_par = float(c_width)/float(c_height)
    input_par = (input_par > 1.4) || (input_par < 1.25) ? input_par : (4.0/3.0)
    out_width = 144
    out_height = round(float(out_width) / input_par)
    hmod = out_height - (floor(out_height / 16 ) * 16)
    out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
    new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
    autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
    LanczosResize(out_width,out_height)
    RemoveGrain(mode=2)
    ===========================================================
    [09.05.2007 10:22:11] Duration was: 5 minutes 57 seconds
    [09.05.2007 10:22:11] Speed was: 151,42 fps.
    [09.05.2007 10:22:11] Expected quality of first pass size: 80,11%
    [09.05.2007 10:22:11] Running second pass.
    [09.05.2007 10:28:58] Duration was: 6 minutes 47 seconds
    [09.05.2007 10:28:58] Speed was: 132,89 fps.
    [09.05.2007 10:28:58] Job finished. Total time: 35 minutes 3 seconds


    EDIT:

    Ich habe jetzt das Ganze mal mit StaxRip ausprobiert. Dort genau das Gleiche.. nach ca. 35 Minuten sind die 45 Minuten Film fertig und wenn ich die Datei öffne ist zwar der Sound zu hören aber es kommen immer noch bunte Artefakte... Das Gleiche habe ich auch mit Gordian Knot probiert... Das selbe Problem!
    Da dachte ich das liegt vielleicht am Codec, also habe ich den nochmal neu installiert und es noch mal versucht. Ohne Erfolg

    Ich werde es nochmal durchlaufen lassen und dann die Log Datei hier posten... Aber wie gesagt der erstellt ja ein Video und das auch genau in der Größe wie ich zuvor definiert habe. Der Ton ist auch da aber es sind nur ganz viele bunte Quadrate zu sehen (Artefakte)... Und das auf beiden PCs...

    Hallo!
    Ich habe bereits einen Film mit Hilfe von AutoGK ins Xvid Format konvertiert, alles prima. Als ich heute ebenfalls einen Film umwandeln wollte war scheinbar alles nach 30 Minuten erledigt. Ich öffnete die Datei und was sah ich, nur bunte Artefakte... Der Sound war jedoch vorhanden... Manchmal brach die Konvertierung auch nur ab mit der Begründung "Open Avi failed" oder so ähnlich... Ich besitze 2 PCs und auf Beiden ist das gleiche Problem aufgetreten. Wie kann ich das Problem lösen bzw. gibt es Alternativen zu AutoGK(die genau so einfach zu bedienen sind)?!


    Danke!