PDA

View Full Version : Athlon 64 3700 e tempi codifica divx


quicker
14-04-2006, 14:02
Salve a tutti,
ho appena comprato il pc che segue

Motherboard
Orion (MS-7168 Ver 0.A)*
Name: Orion (MS-7168 Ver 0.A)
Type: µATX motherboard
Manufacturer: MSI
Ram 512mb

CPU*
AMD Athlon 64 3700+*

Video Component*
nVidia GeForce 6200SE/TC 64MB (256MB Total) VGA + TV-Out*
Name: nVidia GeForce NV44V 6200 SE PCI-Express
Type: 2D/3D Video card
Manufacturer: Leadtek

Storage Components*
HDD Seagate TONKA Parallel ATA*
Manufacturer: Seagate
Name: Alpine / Barracuda 7200.8
Type: 3.5-inch Parallel ATA
Speed: 7200 rpm
Density: 133GB/platter
Cache: 8MB

DVD+R9 NEC ND3530A DVD Drive*
Product Name:ND-3530A
Type: 48x CD-R/32xCD-RW Writer(for high speed CDRW)/48x CD-ROM Player/16x DVD Player
4x DVD+R-DL/16x DVD-R/6x DVD-RW/4xDVD-R-DL/16x DVD+R/8x DVD+RW

Ho provato a fare un paio di divx con autogk giusto per vederne le doti velocistiche ma non mi sembra che siano eccezionali.
Vi posto un paio di dati e ditemi se all'incirca i tempi otenuti sono corretti.

Ho preso un paio di vecchi dvd che avvo in casa, i tempi si riferiscono da quando parte autogk, esclusi quindi i tempi di estrazione.

Lo strizzacervelli tot 2h30m su 700mb
audio cbr mp3

Le regole della casa del sidro tot 2h34m 1400mb
audio ac3

ReDeX
14-04-2006, 14:28
AutoGK crea un file di log in cui riporta anche gli fps durante la codifica video, prova a vedere se li hai ancora e posta i numeri.

quicker
14-04-2006, 15:56
AutoGK crea un file di log in cui riporta anche gli fps durante la codifica video, prova a vedere se li hai ancora e posta i numeri.


[13/04/2006 9.01.15] AutoGK 2.27

[13/04/2006 9.01.15] OS: WinXP (5.1.2600).2

[13/04/2006 9.01.15] Job started.

[13/04/2006 9.01.15] Input file: D:\Documents and Settings\nik\Desktop\film\VIDEO_TS\VTS_01_0.IFO

[13/04/2006 9.01.15] Output file: D:\Documents and Settings\nik\Desktop\film\strizzacervelli.avi

[13/04/2006 9.01.15] Output codec: XviD

[13/04/2006 9.01.15] Audio 1: Italiano AC3 2ch

[13/04/2006 9.01.15] Subtitles: none

[13/04/2006 9.01.15] Format: .AVI

[13/04/2006 9.01.15] Target size: 746Mb

[13/04/2006 9.01.15] Custom audio settings: CBR MP3 with bitrate: 128Kbps

[13/04/2006 9.01.15] Standalone support enabled: ESS

[13/04/2006 9.01.15] Started encoding.

[13/04/2006 9.01.15] Demuxing and indexing.

[13/04/2006 9.02.33] Processing file: D:\Documents and Settings\nik\Desktop\film\VIDEO_TS\VTS_01_1.VOB

[13/04/2006 9.02.33] Processing file: D:\Documents and Settings\nik\Desktop\film\VIDEO_TS\VTS_01_2.VOB

[13/04/2006 9.02.33] Processing file: D:\Documents and Settings\nik\Desktop\film\VIDEO_TS\VTS_01_3.VOB

[13/04/2006 9.02.33] Processing file: D:\Documents and Settings\nik\Desktop\film\VIDEO_TS\VTS_01_4.VOB

[13/04/2006 9.02.33] Source resolution: 720x576

[13/04/2006 9.02.33] Found PAL source.

[13/04/2006 9.02.33] Source aspect ratio: 16:9

[13/04/2006 9.02.33] Color correction enabled.

[13/04/2006 9.02.33] Analyzing source.

[13/04/2006 9.07.16] Source has percentage of interlacing in motion areas: 0,00

[13/04/2006 9.07.16] Source is considered to be progressive.

[13/04/2006 9.07.16] Output will contain 140977 frames

[13/04/2006 9.07.16] Decoding audio.

[13/04/2006 9.08.43] Normalizing audio.

[13/04/2006 9.10.18] Encoding audio.

[13/04/2006 9.21.54] Audio1 size: 90,226,176 bytes (86.05 Mb)

[13/04/2006 9.21.54] Overhead: 1,674,112 bytes (1.60 Mb)

[13/04/2006 9.21.54] Video size: 690,337,408 bytes (658.36 Mb)

[13/04/2006 9.21.54] Running compressibility test.

[13/04/2006 9.21.54] Writing the following script to D:\Documents and Settings\nik\Desktop\film\agk_tmp\strizzacervelli_comptest.avs

===========================================================

LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")

LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")

LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")

LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")



movie = mpeg2source("D:\Documents and Settings\nik\Desktop\film\agk_tmp\strizzacervelli.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.42222222222222

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 = 704

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)

ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)

SelectRangeEvery(300,15)

===========================================================

[13/04/2006 9.27.31] Duration was: 5 minutes 36 seconds

[13/04/2006 9.27.31] Speed was: 20,95 fps.

[13/04/2006 9.27.32] Compressibility percentage is: 38,11

[13/04/2006 9.27.32] Using softer matrix.

[13/04/2006 9.27.32] Chosen resolution is: 608x336 ( AR: 1,81 )

[13/04/2006 9.27.32] Predicted comptest value is: 55,85%

[13/04/2006 9.27.32] Running first pass.

[13/04/2006 9.27.32] Writing the following script to D:\Documents and Settings\nik\Desktop\film\agk_tmp\strizzacervelli_movie.avs

===========================================================

LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")

LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")

LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")

LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")



movie = mpeg2source("D:\Documents and Settings\nik\Desktop\film\agk_tmp\strizzacervelli.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.42222222222222

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 = 608

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)

ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)

===========================================================

[13/04/2006 10.20.35] Duration was: 53 minutes 3 seconds

[13/04/2006 10.20.35] Speed was: 44,28 fps.

[13/04/2006 10.20.35] Expected quality of first pass size: 53,10%

[13/04/2006 10.20.35] Running second pass.

[13/04/2006 11.37.26] Duration was: 1 hour, 16 minutes 50 seconds

[13/04/2006 11.37.26] Speed was: 30,58 fps.

[13/04/2006 11.37.26] Job finished. Total time: 2 hours 36 minutes 10 seconds







[13/04/2006 13.58.50] AutoGK 2.27

[13/04/2006 13.58.50] OS: WinXP (5.1.2600).2

[13/04/2006 13.58.50] Job started.

[13/04/2006 13.58.50] Input file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_0.IFO

[13/04/2006 13.58.50] Output file: D:\Documents and Settings\nik\Desktop\film\Le Regole della Casa del Sidro.avi

[13/04/2006 13.58.50] Output codec: XviD

[13/04/2006 13.58.50] Audio 1: Italiano AC3 6ch

[13/04/2006 13.58.50] Subtitles: none

[13/04/2006 13.58.50] Format: .AVI

[13/04/2006 13.58.50] Target size: 1493Mb

[13/04/2006 13.58.50] Custom audio settings: Original

[13/04/2006 13.58.50] Standalone support enabled: ESS

[13/04/2006 13.58.50] Started encoding.

[13/04/2006 13.58.50] Demuxing and indexing.

[13/04/2006 14.02.12] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_1.VOB

[13/04/2006 14.02.12] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_2.VOB

[13/04/2006 14.02.12] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_3.VOB

[13/04/2006 14.02.13] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_4.VOB

[13/04/2006 14.02.13] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_5.VOB

[13/04/2006 14.02.13] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_6.VOB

[13/04/2006 14.02.13] Processing file: D:\Le Regole della Casa del Sidro\VIDEO_TS\VTS_01_7.VOB

[13/04/2006 14.02.13] Source resolution: 720x576

[13/04/2006 14.02.13] Found PAL source.

[13/04/2006 14.02.13] Source aspect ratio: 16:9

[13/04/2006 14.02.13] Analyzing source.

[13/04/2006 14.08.07] Source has percentage of interlacing in motion areas: 0,14

[13/04/2006 14.08.07] Source is considered to be progressive.

[13/04/2006 14.08.07] Output will contain 180640 frames

[13/04/2006 14.08.07] Audio1 size: 404,613,888 bytes (385.87 Mb)

[13/04/2006 14.08.07] Overhead: 2,145,152 bytes (2.05 Mb)

[13/04/2006 14.08.07] Video size: 1,158,764,928 bytes (1105.08 Mb)

[13/04/2006 14.08.07] Running compressibility test.

[13/04/2006 14.08.07] Writing the following script to D:\Documents and Settings\nik\Desktop\film\agk_tmp\Le Regole della Casa del Sidro_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 = mpeg2source("D:\Documents and Settings\nik\Desktop\film\agk_tmp\Le Regole della Casa del Sidro.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.42222222222222

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 = 704

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)

===========================================================

[13/04/2006 14.13.10] Duration was: 5 minutes 2 seconds

[13/04/2006 14.13.10] Speed was: 29,87 fps.

[13/04/2006 14.13.11] Compressibility percentage is: 62,89

[13/04/2006 14.13.11] Chosen resolution is: 656x288 ( AR: 2,28 )

[13/04/2006 14.13.11] Predicted comptest value is: 71,24%

[13/04/2006 14.13.11] Running first pass.

[13/04/2006 14.13.11] Writing the following script to D:\Documents and Settings\nik\Desktop\film\agk_tmp\Le Regole della Casa del Sidro_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 = mpeg2source("D:\Documents and Settings\nik\Desktop\film\agk_tmp\Le Regole della Casa del Sidro.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.42222222222222

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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)

LanczosResize(out_width,out_height)

RemoveGrain(mode=2)

===========================================================

[13/04/2006 15.11.21] Duration was: 58 minutes 10 seconds

[13/04/2006 15.11.21] Speed was: 51,76 fps.

[13/04/2006 15.11.22] Expected quality of first pass size: 71,79%

[13/04/2006 15.11.22] Running second pass.

[13/04/2006 16.37.25] Duration was: 1 hour, 26 minutes 3 seconds

[13/04/2006 16.37.25] Speed was: 34,98 fps.

[13/04/2006 16.37.25] Job finished. Total time: 2 hours 38 minutes 35 seconds

ReDeX
14-04-2006, 17:06
L'unica cosa che ho notato di particolare è il calo di fps nella seconda passata, ma per il resto mi sembra che i valori siano corretti. Che sistema avevi prima di questo?

MIKIXT
14-04-2006, 17:55
si cmq non è che ti sei portato a casa chissà quale pc...

solo la cpu è buona...

LiLL0
14-04-2006, 18:24
Se volevi migliorare i tempi di codifica un X2 avrebbe fatto meglio il suo lavoro

quicker
14-04-2006, 18:45
L'unica cosa che ho notato di particolare è il calo di fps nella seconda passata, ma per il resto mi sembra che i valori siano corretti. Che sistema avevi prima di questo?


Notebook hp turion mt30 di mia sorella.

La seconda passata è comunque sempre più lenta della prima.

dragonheart81
14-04-2006, 19:09
Per fare meglio in codifica divx devi spostarti sul dual core anche perche questi software usamo moltissimo ls CPU.....o su conroe :D

heavymetalforever
14-04-2006, 19:25
io col 3700+ usando DVD Reaper 3.2 (che rimane il numero 1 secondo me) codec 5.2.1 con bitrate a 2000 kbps high quality tutti i filtri attivi tranne il quarter pixel faccio la bellezza di 68/70 fps.

E ho il 3700+ tant'e' che mi sono meravigliato del salto in avanti enorme relativo al MB di cache l2.
Prima con un 3500+ stavo sui 40

Ciao

ReDeX
14-04-2006, 22:32
Notebook hp turion mt30 di mia sorella.

La seconda passata è comunque sempre più lenta della prima.

Sicuro? Io ho sempre avuto gli stessi fps per entrambe le passate sia con l'X2 3800+ che con l'XP 2400+.

quicker
15-04-2006, 15:50
Sicuro? Io ho sempre avuto gli stessi fps per entrambe le passate sia con l'X2 3800+ che con l'XP 2400+.

Assolutamente, era la prima cosa che avevo notato con autogk

ReDeX
15-04-2006, 17:15
Assolutamente, era la prima cosa che avevo notato con autogk

Ho visto ora che hai compresso in xvid, è probabile che sia il codec che funziona così, io comprimo sempre in divx, non ho mai provato xvid.

Il Cimmero
15-04-2006, 19:00
guardate qui per togliervi queste curiosità http://www23.tomshardware.com/cpu.html

quicker
15-04-2006, 23:39
guardate qui per togliervi queste curiosità http://www23.tomshardware.com/cpu.html

Grazie, bellissimo link.

C'è qualcosa del genere anche per le schede grafiche?