question about mpeg 2 format
Moderator: Ken Berry
-
matrix man
question about mpeg 2 format
hello everybody,
I live in a pal country and i want to adjust my mpeg 2 properties of creating a video files to the best quilty so what are the properties i should use and what these options " two pass endcoe" and "l-frames only" mean
in the video setting?
thanks a lot
I live in a pal country and i want to adjust my mpeg 2 properties of creating a video files to the best quilty so what are the properties i should use and what these options " two pass endcoe" and "l-frames only" mean
in the video setting?
thanks a lot
-
skier-hughes
- Microsoft MVP
- Posts: 2659
- Joined: Thu Jul 21, 2005 10:09 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: gigabyte
- processor: Intel core 2 6420 2.13GHz
- ram: 4GB
- Video Card: NVidia GForce 8500GT
- sound_card: onboard
- Hard_Drive_Capacity: 36GB 2TB
- Location: UK
Max bitrate of no more than 8,000.
Make the normal setting no less than 1,000 less than the max, when using vbr.
Minimum can be 0.
Now, what your max is will depend on the length of video you have, with under an hour you can max it at 8,000, but if you have an 1 1/4 you may struggle to get it ona dvd, unless you use ac-3 audio, an 1 1/2 and you'd need to lower the max bitrate.
VBR (variable bit rate)or two pass takes two passes to encode the video, it looks at it to see what encode settings to apply to each frame and then does it, varying the bitrate depending on the content of the frames, more movement higher bitrate.
CBR is constant is a set bitrate, but even this is not constant as it is only a mean average depending on the gop settings made, so each of say 15 frames has the same bitrate, but the next 15 may have a different bitrate.
i frames only is a bit like an avi, as you get i, b and p frames in a gop with mpegs. An i frame is the only real frame, to get the compression you then have made up frames inbetween each i frame. The further apart the i frames the smaller the video, the poorer the quality.
Make the normal setting no less than 1,000 less than the max, when using vbr.
Minimum can be 0.
Now, what your max is will depend on the length of video you have, with under an hour you can max it at 8,000, but if you have an 1 1/4 you may struggle to get it ona dvd, unless you use ac-3 audio, an 1 1/2 and you'd need to lower the max bitrate.
VBR (variable bit rate)or two pass takes two passes to encode the video, it looks at it to see what encode settings to apply to each frame and then does it, varying the bitrate depending on the content of the frames, more movement higher bitrate.
CBR is constant is a set bitrate, but even this is not constant as it is only a mean average depending on the gop settings made, so each of say 15 frames has the same bitrate, but the next 15 may have a different bitrate.
i frames only is a bit like an avi, as you get i, b and p frames in a gop with mpegs. An i frame is the only real frame, to get the compression you then have made up frames inbetween each i frame. The further apart the i frames the smaller the video, the poorer the quality.
-
rguthrie
- Posts: 431
- Joined: Wed Nov 16, 2005 1:56 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: MSI MAG B550 TOMAHAWK
- processor: AMD Ryzen 9 5900X 120-Core Processor
- ram: 64GB
- Video Card: AMD Radeon RX6600 XT
- sound_card: Realtek High Definition Audio
- Hard_Drive_Capacity: 2TB + 4TB
- Monitor/Display Make & Model: ViewSonic
According to the user manual:
I-frames only: By selecting this option, the MPEG encoder
will only compress the video to something called I-frames
(and not P or B frames). This makes the quality better but the
file size will be much larger. For most people, you should leave
this option unselected, as it disables an important part of
MPEG compression.
Two-pass encode: Select to analyzes the video stream
during the first pass to pre-determine the most appropriate
compression for each frame. This video encoding method
adjusts the bit rates more efficiently to create better,
smoother visual quality.
Hope this helps,
Ron
NOTE: If you use two-pass encode expect encoding to take a long time.
I-frames only: By selecting this option, the MPEG encoder
will only compress the video to something called I-frames
(and not P or B frames). This makes the quality better but the
file size will be much larger. For most people, you should leave
this option unselected, as it disables an important part of
MPEG compression.
Two-pass encode: Select to analyzes the video stream
during the first pass to pre-determine the most appropriate
compression for each frame. This video encoding method
adjusts the bit rates more efficiently to create better,
smoother visual quality.
Hope this helps,
Ron
NOTE: If you use two-pass encode expect encoding to take a long time.
-
matrix man
thanks a lot, I burned the movie according to to this properties:
PAL (25 fps)
MPEG files
24 Bits, 720 x 576, 25 fps
Lower Field First
(MPEG-2), 4:3
Video data rate: Variable (Max. 8000 kbps)
Audio data rate: 224 kbps
MPEG audio layer 2, 48 KHz, Stereo
and the quilty of the movie is great but i have a different problem now which is "no sound".
i don't hear the movie
PAL (25 fps)
MPEG files
24 Bits, 720 x 576, 25 fps
Lower Field First
(MPEG-2), 4:3
Video data rate: Variable (Max. 8000 kbps)
Audio data rate: 224 kbps
MPEG audio layer 2, 48 KHz, Stereo
and the quilty of the movie is great but i have a different problem now which is "no sound".
i don't hear the movie
-
rguthrie
- Posts: 431
- Joined: Wed Nov 16, 2005 1:56 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: MSI MAG B550 TOMAHAWK
- processor: AMD Ryzen 9 5900X 120-Core Processor
- ram: 64GB
- Video Card: AMD Radeon RX6600 XT
- sound_card: Realtek High Definition Audio
- Hard_Drive_Capacity: 2TB + 4TB
- Monitor/Display Make & Model: ViewSonic
-
skier-hughes
- Microsoft MVP
- Posts: 2659
- Joined: Thu Jul 21, 2005 10:09 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: gigabyte
- processor: Intel core 2 6420 2.13GHz
- ram: 4GB
- Video Card: NVidia GForce 8500GT
- sound_card: onboard
- Hard_Drive_Capacity: 36GB 2TB
- Location: UK
-
THoff
I frames are Independent frames, i.e. those that are not incrementally compressed by describing the differences from the preceeding frame. Essentially, each frame will be a complete frame, which is why the compression ratio will be so much worse.
Two-pass VBR encoding will yield somewhat better quality at the expense of one extra pass needed for determining an optimal bitrate allocation for complex scenes or high-motion video segments.
MPEG audio support is required for PAL DVD players, but it is not required for NTSC players. So for PAL countries, it's a good choice, while for NTSC countries, it is a poor one.
Two-pass VBR encoding will yield somewhat better quality at the expense of one extra pass needed for determining an optimal bitrate allocation for complex scenes or high-motion video segments.
MPEG audio support is required for PAL DVD players, but it is not required for NTSC players. So for PAL countries, it's a good choice, while for NTSC countries, it is a poor one.
-
skier-hughes
- Microsoft MVP
- Posts: 2659
- Joined: Thu Jul 21, 2005 10:09 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: gigabyte
- processor: Intel core 2 6420 2.13GHz
- ram: 4GB
- Video Card: NVidia GForce 8500GT
- sound_card: onboard
- Hard_Drive_Capacity: 36GB 2TB
- Location: UK
-
matrix man
-
THoff
MPEG audio support is REQUIRED for all PAL DVD players, because at least one of the audio tracks on all PAL DVDs must be in LPCM, Dolby Digital, or MPEG audio format. Additional audio tracks in other formats may be present, but this is not required.skier-hughes wrote:Living in PAL land I've found mpeg audio to be a poor choice here as well
-
skier-hughes
- Microsoft MVP
- Posts: 2659
- Joined: Thu Jul 21, 2005 10:09 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: gigabyte
- processor: Intel core 2 6420 2.13GHz
- ram: 4GB
- Video Card: NVidia GForce 8500GT
- sound_card: onboard
- Hard_Drive_Capacity: 36GB 2TB
- Location: UK
Maybe it works with pressed dvds, but in my vast experience of producing burned dvds I have found the pcm and ac-3 to always be compatible, and I'd use ac-3 out of choice for file size. I have had trouble with compatibility with mpeg audio on pal dvds.THoff wrote:MPEG audio support is REQUIRED for all PAL DVD players, because at least one of the audio tracks on all PAL DVDs must be in LPCM, Dolby Digital, or MPEG audio format. Additional audio tracks in other formats may be present, but this is not required.skier-hughes wrote:Living in PAL land I've found mpeg audio to be a poor choice here as well
-
skier-hughes
- Microsoft MVP
- Posts: 2659
- Joined: Thu Jul 21, 2005 10:09 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: gigabyte
- processor: Intel core 2 6420 2.13GHz
- ram: 4GB
- Video Card: NVidia GForce 8500GT
- sound_card: onboard
- Hard_Drive_Capacity: 36GB 2TB
- Location: UK
You should be able to change the audio type when setting up the dvd, I would pick either pcm or AC3.
Keep your overall bitrate, Audio and video to below 8,000. So if audio is 224, set max for video to 7500, with a variable bitrate as well set the normal to no less than 1,000 below the max, with the minimum being 0.
Graham
Keep your overall bitrate, Audio and video to below 8,000. So if audio is 224, set max for video to 7500, with a variable bitrate as well set the normal to no less than 1,000 below the max, with the minimum being 0.
Graham
