How do I convert vobs/mpeg 2 to avi? » Desktop Development » Forum
Forum

Forum



ПоискПоиск   Users   Registration   Entrance
Today: 29.04.2025 - 08:27:46
Pages:  1  

How do I convert vobs/mpeg 2 to avi?

Advertising

/
AuthorMessage

mishaken

users




Statistics:
Messages: 162
Registration: 07.09.2003

Also does this decrease quality or what? Since I'm only doing a format conversion...

---------------------
Message # 1 19.08.23 - 11:09:56
RE: How do I convert vobs/mpeg 2 to avi?

WEB150

users




Statistics:
Messages: 665
Registration: 06.27.2003

It's more than a format conversion. Most mpeg-2 streams are greater than 4 GB; .avi filesize is restricted to 4GB -- 2 GB in older software. There are some who report audio sync errors above 2GB, too. So there must be a compensatory reduction in bitrate as well. And you're already using and familiar with Gordian Knot, which does this. If you're looking for ways to convert MPEG-2 rather than .vob streams, continue to use DVD2AVI, just open your .mpg or .m2v files from the Open (F3) menu.

---------------------

William Benson 2020 X5
Message # 2 19.08.23 - 11:21:34
RE: How do I convert vobs/mpeg 2 to avi?

NotConvicted

users




Statistics:
Messages: 385
Registration: 04.09.2002

Dont try this with AVI. Although the OpenDML AVI standard does allow files > 2 GB there is almost no proper support for this in the AVI handling tools ( even Vdub cant handle it correctly, as Avery was pointing out ), and also MPEG2 video in AVI is a big no-no ( the only existing MPEG2 VfW codec will only output I frames ... lol ). It could be done with OGM i believe, if Tobias added this functionality to the OGM DShow muxer and parser ( no idea how difficult it was though ). The matroska container dev crew is planning to make MPEG2 video streams possible to be stored in matroska files, and we wont rely on DirectShow here for sure, but will implement our own way, as usual with a x-platform compatibility in mind. The problem here is that the MPEG container is basing on a number of 'levels', each of those containing certain type of information. Some of it can be represented in the matroska container by default, so we can drop those levels and dont need to store them twice ( saves overhead ). Some of it is vital, so we will want to simply copy these and treat it as data. For other information levels it may be necessary to introduce new matroska elements ( i love EBML ) to support them properly, or we decide to copy them 1:1 as they are in the MPEG container. Biggest problem to respect here is that we dont have UCI for the time being and we dont want to hardcode MPEG2 decoding support into the matroska parser ( for licensing reasons ), like we will do with MPC and Vorbis as an interims solution. As a result of this we may have to be able to call existing DShow filter for decoding, means that the output from our matroska parser/splitter has to be compatible with the MPEG2 DShow filter's input. Any suggestions or comments from the MPEG experts here ( Nic, trbarry, -h ) are more than welcome, as always.

---------------------
____________________________ ____________________________ 1999 M3 Cabrio *Sold!* 2003 XC90 T6 AWD 2005 Mustang GT
Message # 3 19.08.23 - 11:29:11
RE: How do I convert vobs/mpeg 2 to avi?
playback rate envelope on takes : Previous topicNext topic: Firepod to Fireface 800 ?
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants