Kb_cruncher
2nd July 2002, 20:27
hi
i am trying to use cce to encode svcd's.my problem is that when i play back any encode i have done with cce the picture stays small when i go to full screen in any player,ie. the picture stays the same size and black borders are added on all four sides to make up the rest of the screen.
I'm no newby when it comes to avs scripts but am new to the svcd sceen(i'm an ogm man).i have tryed these scripts with no change:
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
crop(0,0,720,576)
BicubicResize(480,432,0,0.5)
AddBorders(0,72,0,72)
ResampleAudio(44100)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
BicubicResize(480,432,0,0.5)
AddBorders(0,72,0,72)
ResampleAudio(44100)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
BicubicResize(480,576)
ResampleAudio(44100)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
ResampleAudio(44100)
#this one i used with half horizontal res in cce(for cvd output)
i get the same result with all these scripts(the picture is fine when i first open it but the picture stays the same size when going full screen.
does anyone know what/if i am doing anything wrong.i have followed dooms svcd guide(the cce part)to the letter and have set up cce to conform to the info bitrate viewer gives me as per this guide too.
this proiblem is driving me nuts.
thanks in advance
Kb_cruncher
i am trying to use cce to encode svcd's.my problem is that when i play back any encode i have done with cce the picture stays small when i go to full screen in any player,ie. the picture stays the same size and black borders are added on all four sides to make up the rest of the screen.
I'm no newby when it comes to avs scripts but am new to the svcd sceen(i'm an ogm man).i have tryed these scripts with no change:
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
crop(0,0,720,576)
BicubicResize(480,432,0,0.5)
AddBorders(0,72,0,72)
ResampleAudio(44100)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
BicubicResize(480,432,0,0.5)
AddBorders(0,72,0,72)
ResampleAudio(44100)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
BicubicResize(480,576)
ResampleAudio(44100)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll")
mpeg2source("D:\Atlantis_the lost empire\test.d2v")
ResampleAudio(44100)
#this one i used with half horizontal res in cce(for cvd output)
i get the same result with all these scripts(the picture is fine when i first open it but the picture stays the same size when going full screen.
does anyone know what/if i am doing anything wrong.i have followed dooms svcd guide(the cce part)to the letter and have set up cce to conform to the info bitrate viewer gives me as per this guide too.
this proiblem is driving me nuts.
thanks in advance
Kb_cruncher