shop software
Home Shop Software Forum Guide Le Vostre Guide FAQ    

>> Nessun nuovo messaggio Cerca nel Forum Impostazioni Segnalibri My In-Out BoX Guida del Forum
>> DivX >> Expert Visite : 824 Risposte: 10 Segnalibro Aggiungi questo Thread ai tuo Segnalibro Versione Stampabile
Argomento : Effetto scia dvd to divx Rispondi  Quota Quota questo messaggio Torna al Forum 
cg_76
Nuovo Utente
 Profilo Utente 
Guest
Post : 8
Inviato il : 23.57 @ 10/09/2008

Ciao, intendi dire questo di log?

[10/09/2008 22.12.13] AutoGK 2.45
[10/09/2008 22.12.13] OS: Win2000 (5.0.2195).2
[10/09/2008 22.12.13] Job started.
[10/09/2008 22.12.13] Input file: D:\dvd\XF_S4\dvd4\19.VOB
[10/09/2008 22.12.13] Output file: D:\dvd\XF_S4\agk_test.avi
[10/09/2008 22.12.13] Output codec: DivX
[10/09/2008 22.12.13] Audio 1: Audio Stream 2 AC3
[10/09/2008 22.12.13] Subtitles: none
[10/09/2008 22.12.13] Format: AVI
[10/09/2008 22.12.13] Target size: 520Mb
[10/09/2008 22.12.13] Custom resolution settings: fixed width of 640 pixels
[10/09/2008 22.12.13] Audio 1 settings: CBR MP3 with bitrate: 128Kbps
[10/09/2008 22.12.13] Started encoding.
[10/09/2008 22.12.13] Demuxing and indexing.
[10/09/2008 22.26.22] Processing file: D:\dvd\XF_S4\dvd4\19.VOB
[10/09/2008 22.26.24] Source resolution: 720x576
[10/09/2008 22.26.24] Found PAL source.
[10/09/2008 22.26.24] Source aspect ratio: 4:3
[10/09/2008 22.26.24] Color correction enabled.
[10/09/2008 22.26.24] Analyzing source.
[10/09/2008 22.28.45] Source has percentage of interlacing in motion areas: 42,86
[10/09/2008 22.28.45] Source is considered to be interlaced.
[10/09/2008 22.28.47] Output will contain 62873 frames
[10/09/2008 22.28.47] Decoding audio.
[10/09/2008 22.29.31] Normalizing audio.
[10/09/2008 22.33.50] Encoding audio.
[10/09/2008 22.39.16] Audio1 size: 40,239,744 bytes (38.38 Mb)
[10/09/2008 22.39.16] Overhead: 2,289,920 bytes (2.18 Mb)
[10/09/2008 22.39.16] Video size: 502,729,856 bytes (479.44 Mb)
[10/09/2008 22.39.16] Target bitrate is: 1599kbps
[10/09/2008 22.39.16] Running compressibility test.
[10/09/2008 22.39.16] Writing the following script to D:\dvd\XF_S4\agk_tmp\agk_test_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\divx\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("D:\dvd\XF_S4\agk_tmp\agk_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
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false,threads=0)
SelectRangeEvery(280,14)
===========================================================
[10/09/2008 22.41.21] Duration was: 2 minutes 3 seconds
[10/09/2008 22.41.21] Speed was: 25,36 fps.
[10/09/2008 22.41.22] Compressibility percentage is: 55,77
[10/09/2008 22.41.22] Chosen resolution is: 640x480 ( AR: 1,33 )
[10/09/2008 22.41.22] Predicted comptest value is: 55,77%
[10/09/2008 22.41.22] Running first pass.
[10/09/2008 22.41.22] Writing the following script to D:\dvd\XF_S4\agk_tmp\agk_test_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\divx\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\divx\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("D:\dvd\XF_S4\agk_tmp\agk_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
LeakKernelDeInt(movie,order=1,sharp=true)
autocrop(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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false,threads=0)
===========================================================
[10/09/2008 23.12.45] Duration was: 31 minutes 22 seconds
[10/09/2008 23.12.45] Speed was: 33,39 fps.
[10/09/2008 23.12.45] Running second pass.
[10/09/2008 23.42.25] Duration was: 29 minutes 39 seconds
[10/09/2008 23.42.25] Speed was: 35,33 fps.
[10/09/2008 23.42.25] Job finished. Total time: 1 hour, 30 minutes 11 seconds


Argomento : Effetto scia dvd to divx Rispondi  Quota Quota questo messaggio Torna al Forum 
faland
Guru Guru Guru Guru Guru
 Profilo Utente 
moderatore
Post : 4123
Inviato il : 23.36 @ 14/09/2008

Non Proprio...
Quello allegato è il file Log generato da AutoGk mentre quello che ti ho chiesto è di scansionare il file generato da AutGk con AviNaptic.
AviNaptic è un software di analisi che mette a nudo i file permettendo di risalire a come il file è stato realizzato.
Ti allego un File di esempio di come AviNaptic restituisce l'analisi di un File .avi.
Nel file di esempio è stata effettuata l'analisi approfondita, inquanto appena carichi un file AviNaptic restituisce subito una prima analisi BASE, per approfondire l'analisi devi premere sul tasto con le bande colorate verticali.
Quindi esporti il contenuto e lo alleghi, otterrai qualcosa tipo questo....


[ Info sul file ]

Nome: Test 1.avi
Data: 21/10/2006 05:20:51
Dimensione: 749,471,744 bytes (714.752 MB)

[ Info generiche ]

Durata: 01:29:46 (5386.32 s)
Tipo di contenitore: AVI OpenDML
Streams totali: 2
Tipo stream n. 0: video
Tipo stream n. 1: audio
Audio streams: 1
ISFT: VirtualDubMod 1.5.10.2 (build 2540/release)
IAS1: Italiano
JUNK: VirtualDubMod build 2540/release

[ Dati rilevanti ]

Risoluzione: ALTA (704 x 304)
Larghezza: multipla di 32 (BENE)
Altezza: multipla di 16 (BENE)
Qualità DRF medio: ALTA (2.974585)
Qualità deviazione standard: MEDIA (0.999969)
Media pesata dev. std.: ALTA (0.014960)

[ Traccia video ]

FourCC: xvid/XVID
Risoluzione: 704 x 304
Frame aspect ratio: 44:19 = 2.315789
Pixel aspect ratio: 1:1 = 1
Display aspect ratio: 44:19 = 2.315789
Framerate: 25 fps
Frames totali: 134658
Stream size: 671,328,807 bytes
Bitrate: 997.087149 kbps
Qf: 0.186357
Key frames: 1345 (0; 250; 450; 452; 454; ... 13447
Null frames: 0
Min key int: 1
Max key int: 250
Key int medio: 100.117472
Ritardo: 0 ms

[ Traccia audio ]

Audio tag: 0x55 (MP3)
Bitrate (contenitore): 103.544 kbps VBR
Canali (contenitore): 2
Frequenza (contenitore): 44100 Hz
Chunks: 206195
Stream size: 69,715,351 bytes
Preload: 522 ms
Max A/V diff: 548 ms
Tipo: MPEG-1 Layer III
MPEG frames: 206195
Durata: 01:29:46 (5386.318367 s)
Bitrate (bitstream): 103.544345 kbps VBR
Chunk-aligned: Sì
Emphasis: none
Mode: joint stereo
Ritardo: 0 ms

[ Info sulla codifica MPEG4 ]

User data: DivX503b1393p
User data: XviD0045
Packed bitstream: Sì
QPel: No
GMC: No
Interlaced: No
Aspect ratio: Square pixels
Quant type: H.263
Frames totali: 134658
Drop/delay frames: 0
Frames corrotti: 0

I-VOPs: 1345 ( 0.999 %)
P-VOPs: 67685 ( 50.264 %) #############
B-VOPs: 65629 ( 48.737 %) ############
S-VOPs: 0 ( 0.000 %)
N-VOPs: 0 ( 0.000 %)

Max consecutive B-VOPs: 1

[ Analisi DRF ]

DRF medio: 3.205058
Deviazione standard: 1.919183
DRF max: 28

DRF<2: 0 ( 0.000 %)
DRF=2: 67522 ( 50.143 %) #############
DRF=3: 25 ( 0.019 %)
DRF=4: 64150 ( 47.639 %) ############
DRF=5: 34 ( 0.025 %)
DRF=6: 26 ( 0.019 %)
DRF=7: 49 ( 0.036 %)
DRF=8: 100 ( 0.074 %)
DRF=9: 252 ( 0.187 %)
DRF>9: 2501 ( 1.857 %)

I-VOPs DRF medio: 2.072118
I-VOPs deviazione std.: 0.729619
I-VOPs DRF max: 11

P-VOPs DRF medio: 2.178532
P-VOPs deviazione std.: 1.225583
P-VOPs DRF max: 18

B-VOPs DRF medio: 4.286961
B-VOPs deviazione std.: 1.927120
B-VOPs DRF max: 28

[ Analisi DRF (corretta) ]

Inizio titoli di coda: 01:27:45 (5264.6 s) - frames ignorati: 3043

DRF medio: 2.974585
Deviazione standard: 0.999969
DRF max: 7

DRF<2: 0 ( 0.000 %)
DRF=2: 67489 ( 51.277 %) #############
DRF=3: 4 ( 0.003 %)
DRF=4: 64109 ( 48.709 %) ############
DRF=5: 9 ( 0.007 %)
DRF=6: 3 ( 0.002 %)
DRF=7: 2 ( 0.002 %)
DRF>7: 0 ( 0.000 %)

I-VOPs DRF medio: 2.010502
I-VOPs deviazione std.: 0.181377
I-VOPs DRF max: 7

P-VOPs DRF medio: 2.000030
P-VOPs deviazione std.: 0.005497
P-VOPs DRF max: 3

B-VOPs DRF medio: 4.000265
B-VOPs deviazione std.: 0.021265
B-VOPs DRF max: 7

[ Profile compliancy ]

Profilo da testare: MTK PAL 6000
Risoluzione: Ok
Framerate: Ok
Min buffer fill: 81%

Rapporto generato da AVInaptic (03-12-2007) in data 14 set 2008, h 23:34:47




INTEL PentiumIV 2.80 Mhz - Intel D845EBG2 - 1 Gb 266 Mhz - > 100 Gb IDE - GeForce FX5200 128Mb/DDR - Creative Sound Blaster 1024 - Lettore DVD LG - Masterizzatore LG 4160B - Scanner Epson Perfection 610 - Stampante Epson Stylus Photo R220
Pagina Corrente : 2
Pagine1 | 2

DiVaX Forum copyright 2001/2002 by DiVaX . All right reserved.
Current Version : 1.0 Beta


 
Expert
Effetto scia dvd to di..
Risp: 10 Visite: 1626
Autore: faland
Aggiungi Segnalibro Aggiungi questo Thread ai tuo Segnalibro
 
I diritti di traduzione, riproduzione e/o adattamento, totale o parziale, sono riservati per tutti i Paesi. Nessuna parte di questo sito può essere riprodotta, registrata o trasmessa con qualsiasi mezzo, senza previa autorizzazione dei webmaster o dei redattori. Ogni marchio registrato appartiene al rispettivo proprietario. DivX(R) un marchio registrato da DivX, Inc.
web design