WinFuture-Forum.de: Probleme Beim Videobearbeiten - WinFuture-Forum.de

Zum Inhalt wechseln

Nachrichten zum Thema: Multimedia-Software
Seite 1 von 1

Probleme Beim Videobearbeiten


#1 Mitglied ist offline   thomy22 

  • Gruppe: aktive Mitglieder
  • Beiträge: 257
  • Beigetreten: 24. Februar 04
  • Reputation: 0

geschrieben 14. September 2009 - 09:50

Hallo Zusammen,

Habe dazu niergens etwas Online gefunden und Frage daher mal hier nach ob jemand weis woran es liegt.

Ich habe AGK und möchte gerne diverse Videos auf 3 CD´s rippen. Das Programm läuft auch Problemlos durch ohne Fehlermeldung aber die 3 CD´s werden danach nicht gesplittet. Er zeigt mir 3 Files an aber die sind jeweils nur wenige kb gross. Ich füge noch mein LOG-FILE hinzu ob eventuell jemand weis woran das liegt weil 2 CD´s funktionieren immer problemlos (Aber bei überlangen Filmen (mehr wie 2 Stunden) möchte ich aus Qualitätsgründen lieber 3 CD´s mit AC3.

Hoffentlich hat jemand einen Tipp weil anscheinend hat sonst keiner das Problem da im offizielen Forum nichts steht (Da kann ich leider nicht fragen da man erst nach einer Woche was schreiben darf und bin erst seit gestern angemeldet)

[13.09.2009 21:35:04] AutoGK 2.55
[13.09.2009 21:35:04] OS: WinXP (5.1.2600).2
[13.09.2009 21:35:04] Job started.
[13.09.2009 21:35:04] Input file: E:\Aliens.DC.avi
[13.09.2009 21:35:04] Input codec: XviD
[13.09.2009 21:35:04] Source duration: 2h 28mn 5s 560ms
[13.09.2009 21:35:04] Output file: E:\Aliens.DC_agk.avi
[13.09.2009 21:35:04] Output codec: XviD
[13.09.2009 21:35:04] Audio 1: 384 Kbps AC3 6ch
[13.09.2009 21:35:04] Subtitles: none
[13.09.2009 21:35:04] Format: AVI
[13.09.2009 21:35:04] Target size: 2100Mb
[13.09.2009 21:35:04] Audio 1 settings: Original
[13.09.2009 21:35:04] Started encoding.
[13.09.2009 21:35:04] Source resolution: 656x352
[13.09.2009 21:35:04] Source fps: 25
[13.09.2009 21:35:04] Analyzing source.
[13.09.2009 21:46:04] Source has percentage of interlacing in motion areas: 0.06
[13.09.2009 21:46:04] Source is considered to be progressive.
[13.09.2009 21:46:04] Output will contain 222139 frames
[13.09.2009 21:46:04] Demuxing audio.
[13.09.2009 21:46:42] Using VAQ in XviD
[13.09.2009 21:46:42] Audio1 size: 426,490,752 bytes (406.73 Mb)
[13.09.2009 21:46:42] Overhead: 1,480,960 bytes (1.41 Mb)
[13.09.2009 21:46:42] Video size: 1,774,037,888 bytes (1691.85 Mb)
[13.09.2009 21:46:42] Running compressibility test.
[13.09.2009 21:46:42] Writing the following script to E:\agk_tmp\Aliens.DC_agk_comptest.avs
==================================================
=========
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = DirectShowSource("E:\Aliens.DC.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=
10,aspect=0,threshold=0,samplestartframe=0,leftadd=
0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
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 = 656
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=0,samplestartframe=0
,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
==================================================
=========
[13.09.2009 21:48:52] Duration was: 2 minutes 9 seconds
[13.09.2009 21:48:52] Speed was: 85.51 fps.
[13.09.2009 21:48:52] Compressibility percentage is: 80.77
[13.09.2009 21:48:52] Chosen resolution is: 656x352 ( AR: 1.86 )
[13.09.2009 21:48:52] Predicted comptest value is: 80.77%
[13.09.2009 21:48:52] Running first pass.
[13.09.2009 21:48:52] Writing the following script to E:\agk_tmp\Aliens.DC_agk_movie.avs
==================================================
=========
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")

movie = DirectShowSource("E:\Aliens.DC.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=
10,aspect=0,threshold=0,samplestartframe=0,leftadd=
0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
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 = 656
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=0,samplestartframe=0
,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
==================================================
=========
[13.09.2009 22:13:43] Duration was: 24 minutes 51 seconds
[13.09.2009 22:13:43] Speed was: 148.95 fps.
[13.09.2009 22:13:43] Expected quality of first pass size: 77.62%
[13.09.2009 22:13:43] Running second pass.
[13.09.2009 22:58:18] Duration was: 44 minutes 34 seconds
[13.09.2009 22:58:18] Speed was: 83.06 fps.
[13.09.2009 22:58:18] Splitting video into: E:\Aliens.DC_agk.cd1.avi
[13.09.2009 22:58:23] Splitting video into: E:\Aliens.DC_agk.cd2.avi
[13.09.2009 22:58:27] Splitting video into: E:\Aliens.DC_agk.cd3.avi
[13.09.2009 22:58:31] Job finished. Total time: 1 hour, 23 minutes 26 seconds
0

Anzeige



#2 Mitglied ist offline   fager 

  • Gruppe: aktive Mitglieder
  • Beiträge: 585
  • Beigetreten: 14. September 03
  • Reputation: 0

geschrieben 14. September 2009 - 10:46

mir fällt die Target size: 2100Mb auf.
kann es sein, dass da das problem liegt? welches dateisystem hast du denn fat32?
0

#3 Mitglied ist offline   thomy22 

  • Gruppe: aktive Mitglieder
  • Beiträge: 257
  • Beigetreten: 24. Februar 04
  • Reputation: 0

geschrieben 14. September 2009 - 16:00

Muss es ja bei 3 CD´s! Ne NTFS
0

Thema verteilen:


Seite 1 von 1

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0