Προς το περιεχόμενο

Resize video (back to 4:3)


FILIM0N

Προτεινόμενες αναρτήσεις

Δημοσ.

8a mpw kateu8eian sto 8ema:

 

Afou epeksergasthka kapoia video mpeg se avi me to AutoGK, mou ta bgazei se diaforetikes diastaseis apo prin.

Apo 4:3 (384x288) pou htan mou ta kanei makrostena (1:1) dhladh to platos idio me to upsos (352x352) .

 

H aporia mou einai pws mporw na to apotrepsw auto na ginetai me to AutoGK (dokimasa oles tis epiloges gia width) 'h an mporw na allaksw tis analogies tou telikou video ksana se 4:3.

Kati antistoixo gia DVD einai to IFOeditor, alla gia avi den kserw poio mporei na kanei direct stream me allagh stis diastaseis. Isws to Virtualdub?

Δημοσ.

OK euxaristw.

 

Alla pws ekshgeitai oti xalaei to video mesa apo to AutoGK?

Den exei to original size san default? 'H estw kapoia apo tis epiloges 16:9 'h 4:3?

To 1:1 pws prokuptei?

  • 3 εβδομάδες αργότερα...
Δημοσ.
Δημοσιευσε το log file του AutoGK...

 

Sorry gia thn ka8usterhsh:

 

[7/5/2006 11:21:46 πμ] AutoGK 2.27

[7/5/2006 11:21:46 πμ] OS: WinXP (5.1.2600).2

[7/5/2006 11:21:46 πμ] Job started.

[7/5/2006 11:21:46 πμ] Input file: G:\To Be Sorted\test vid-psalt.MPG

[7/5/2006 11:21:46 πμ] Output file: G:\To Be Sorted\test vid-psalt.avi

[7/5/2006 11:21:46 πμ] Output codec: XviD

[7/5/2006 11:21:46 πμ] Audio 1: Audio Stream 0 MPEG

[7/5/2006 11:21:46 πμ] Subtitles: none

[7/5/2006 11:21:46 πμ] Format: .AVI

[7/5/2006 11:21:46 πμ] Target size: 10Mb

[7/5/2006 11:21:46 πμ] Custom audio settings: CBR MP3 with bitrate: 128Kbps

[7/5/2006 11:21:46 πμ] Started encoding.

[7/5/2006 11:21:46 πμ] Demuxing and indexing.

[7/5/2006 11:21:48 πμ] Processing file: G:\To Be Sorted\test vid-psalt.MPG

[7/5/2006 11:21:48 πμ] Source resolution: 720x576

[7/5/2006 11:21:48 πμ] Found PAL source.

[7/5/2006 11:21:48 πμ] Source aspect ratio: 1:1

[7/5/2006 11:21:48 πμ] Analyzing source.

[7/5/2006 11:22:17 πμ] Source has percentage of interlacing in motion areas: 0,16

[7/5/2006 11:22:17 πμ] Source is considered to be progressive.

[7/5/2006 11:22:17 πμ] Output will contain 1458 frames

[7/5/2006 11:22:17 πμ] Encoding audio.

[7/5/2006 11:22:25 πμ] Audio1 size: 934,137 bytes (0.89 Mb)

[7/5/2006 11:22:25 πμ] Overhead: 17,280 bytes (0.02 Mb)

[7/5/2006 11:22:25 πμ] Video size: 9,534,343 bytes (9.09 Mb)

[7/5/2006 11:22:25 πμ] Running compressibility test.

[7/5/2006 11:22:25 πμ] Writing the following script to G:\To Be Sorted\agk_tmp\test vid-psalt_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("G:\To Be Sorted\agk_tmp\test vid-psalt.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.8

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(15,15)

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

[7/5/2006 11:24:38 πμ] Duration was: 2 minutes 13 seconds

[7/5/2006 11:24:38 πμ] Speed was: 10,94 fps.

[7/5/2006 11:24:38 πμ] Compressibility percentage is: 19,69

[7/5/2006 11:24:38 πμ] Using softer resizer.

[7/5/2006 11:24:38 πμ] Chosen resolution is: 384x384 ( AR: 1,00 )

[7/5/2006 11:24:38 πμ] Predicted comptest value is: 56,73%

[7/5/2006 11:24:38 πμ] Running first pass.

[7/5/2006 11:24:38 πμ] Writing the following script to G:\To Be Sorted\agk_tmp\test vid-psalt_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("G:\To Be Sorted\agk_tmp\test vid-psalt.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.8

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

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)

BicubicResize(out_width,out_height,0,0.5)

RemoveGrain(mode=2)

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

[7/5/2006 11:25:05 πμ] Duration was: 27 seconds

[7/5/2006 11:25:05 πμ] Speed was: 53,72 fps.

[7/5/2006 11:25:05 πμ] Expected quality of first pass size: 60,12%

[7/5/2006 11:25:05 πμ] Running second pass.

[7/5/2006 11:25:44 πμ] Duration was: 38 seconds

[7/5/2006 11:25:44 πμ] Speed was: 37,69 fps.

[7/5/2006 11:25:44 πμ] Job finished. Total time: 3 minutes 57 seconds

 

 

 

 

Auta ta 2 den einai antifatika?

[7/5/2006 11:21:48 πμ] Source resolution: 720x576

[7/5/2006 11:21:48 πμ] Source aspect ratio: 1:1

 

Parolo pou bazw stis hidden options "AR 4:3" kai "detect and force 4:3 AR" mou bgazei 1:1.

Δημοσ.

Δεν φαινεται πουθενα στο log η ενεργοποιηση της επιλογης Force aspect ratio:4/3...

 

Κατι δεν εχεις κανει σωστα...

Δημοσ.

Exeis dikio (opws panta!) ;)

 

Den htan tsekarismenh h epilogh "override input AR" opote meta to OK phgaine sto default.

Twra douleuei.

 

Mporeis omws na mou luseis thn aporia pio panw?

 

Auta ta 2 den einai antifatika?

[7/5/2006 11:21:48 πμ] Source resolution: 720x576

[7/5/2006 11:21:48 πμ] Source aspect ratio: 1:1

Δημοσ.
Auta ta 2 den einai antifatika?

[7/5/2006 11:21:48 πμ] Source resolution: 720x576

[7/5/2006 11:21:48 πμ] Source aspect ratio: 1:1

 

Yπαρχουν πολλα ειδη aspect ratio...

Δεν ειναι τοσο απλο...

 

Aπο το Gspot:

1)FAR(Frame aspect ratio): The width to height ratio of the pixel count, as internally stored in compressed form.

2)PAR(pixel aspect ratio): Multiply this by frame aspect ratio to get display aspect ratio.

3)DAR(display aspect ratio): The width to height ratio, of the display screen as measured in inches or cm, not pixels.

 

Eπισης υπαρχει το SAR(signal aspect ratio)...

 

Δεν γνωριζω ακριβως, ποιος τυπος aspect ratio καταγραφεται απο το AutoGK, μεσω της αναλυσης του DGIndex...

Παντως, ειναι πολυ πιθανον να μην ειναι αντιφατικα αυτα που αναφερεις...

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...