When encoding MPEG video the pictures are grouped into GOP's....Groups Of Pictures. These GOP's can be open or closed, depending on how the encoder is set up.
First some definitions:
A "closed GOP" does not reference pictures from the previous GOP. As such when a "closed GOP" MPEG is loaded into a stream properties analyzer like BitRate Viewer its GOP properties show "closed" on all GOP's.
An "open GOP" does reference pictures in the immediately previous GOP. When an "open GOP" MPEG is loaded into a stream properties analyzer its GOP properties show "closed" for the first GOP (ther is no previous GOP to reference) and "open" for all the rest.
This becomes a problem because some authoring programs, Reel DVD for one, prefer the use of "closed GOP" MPEG's. The rub is that Uleads MPEG.now programs default to open GOP's in their MainConcept encoder engines. This post will address how to set MSPro 6.51a/6.52/7 to use closed GOP's.
First you have to turn on the MPEG Advance menu. You do this by browsing to;
C:\documents and settings\all users\application data\ulead systems\ulead mediastudio pro\7.0\ (or ....\6.5\ in earlier MPEG.now enabled builds)
and opening the "MSP.ini" file in notepad. You may have to set Explorer to show hidden files to see MSP.ini.
Under the [VIODRIVER] heading in MSP.ini add "Advance=1" to the end of the list so it looks like this;
[VIODRIVER]
UleadVideoPlay=1
UleadVideoDecoder=1
UleadAudioPlay=1
UleadAudioDecoder=1
UseOnlineMuxing=1
MotionEstimate=20
PlayAC3=1
DecodeAC3=1
UleadAC3Encode=1
Advance=1
Now save MSP.ini back out and start MSPro.
The next time you go to render an MPEG go into the Compression tab, enter the newly visible "Advance" menu and browse to its "Video Settings" tab. On the lower left is a box labeled "GOP Structure".
One of the selections in this box is "Closed GOP every". Its default value looks ghosted, but it isn't. You can change it with the up/down buttons.
The default "Closed GOP every" setting of "0" results in open GOP's.
Changing "Closed GOP every" to a value of "1" results in closed GOP's.
As you may notice the Advance menu reveals a whole bunch of new settings to play with, but most people should stick to the basics until they do some reading up on MPEG parameters. One of the more useful settings is in the Basics tab. Here you can set the MPEG "Video encoder quality" slider, which defaults to 35.
Upping this to 40-45 enhances your output quality considerably at low bitrates at the cost of longer renders. I use 45 quite a bit to fit 2 hours of video on a DVD-R at just 4600 kbps.
Dr. Mordrid
First some definitions:
A "closed GOP" does not reference pictures from the previous GOP. As such when a "closed GOP" MPEG is loaded into a stream properties analyzer like BitRate Viewer its GOP properties show "closed" on all GOP's.
An "open GOP" does reference pictures in the immediately previous GOP. When an "open GOP" MPEG is loaded into a stream properties analyzer its GOP properties show "closed" for the first GOP (ther is no previous GOP to reference) and "open" for all the rest.
This becomes a problem because some authoring programs, Reel DVD for one, prefer the use of "closed GOP" MPEG's. The rub is that Uleads MPEG.now programs default to open GOP's in their MainConcept encoder engines. This post will address how to set MSPro 6.51a/6.52/7 to use closed GOP's.
First you have to turn on the MPEG Advance menu. You do this by browsing to;
C:\documents and settings\all users\application data\ulead systems\ulead mediastudio pro\7.0\ (or ....\6.5\ in earlier MPEG.now enabled builds)
and opening the "MSP.ini" file in notepad. You may have to set Explorer to show hidden files to see MSP.ini.
Under the [VIODRIVER] heading in MSP.ini add "Advance=1" to the end of the list so it looks like this;
[VIODRIVER]
UleadVideoPlay=1
UleadVideoDecoder=1
UleadAudioPlay=1
UleadAudioDecoder=1
UseOnlineMuxing=1
MotionEstimate=20
PlayAC3=1
DecodeAC3=1
UleadAC3Encode=1
Advance=1
Now save MSP.ini back out and start MSPro.
The next time you go to render an MPEG go into the Compression tab, enter the newly visible "Advance" menu and browse to its "Video Settings" tab. On the lower left is a box labeled "GOP Structure".
One of the selections in this box is "Closed GOP every". Its default value looks ghosted, but it isn't. You can change it with the up/down buttons.
The default "Closed GOP every" setting of "0" results in open GOP's.
Changing "Closed GOP every" to a value of "1" results in closed GOP's.
As you may notice the Advance menu reveals a whole bunch of new settings to play with, but most people should stick to the basics until they do some reading up on MPEG parameters. One of the more useful settings is in the Basics tab. Here you can set the MPEG "Video encoder quality" slider, which defaults to 35.
Upping this to 40-45 enhances your output quality considerably at low bitrates at the cost of longer renders. I use 45 quite a bit to fit 2 hours of video on a DVD-R at just 4600 kbps.
Dr. Mordrid
Comment