Is it possible to convert an MPG to a valid AVI file without recompression? In other words, I want an AVI with MPEG-1 compression. Since AVI is just a wrapper format and DivX is just an AVI file with a particular MPEG-4 compression, this should be possible, right?
However, after loading an MPG, VirtualDub won't let me save to AVI using the direct video stream method. It seems like it should just be a matter of wrapping the proper RIFF header around it.
The reason I need this is because I have a particular application that can only play AVIs. It doesn't care what the compression is as long as the codec is installed but it won't accept MPG files directly.
Kent
+ Reply to Thread
Results 1 to 19 of 19
-
-
I hate to answer your question with a question, but if you load your MPEG into TMPGEnc and select File-->Output to file-->AVI and select no compression, will this re-encode your video?
Hello. -
Originally Posted by Tommyknocker
Kent -
It's possible to do this with mpeg-2 files using DVD2AVI and VFAPI to create a phony avi file. But VFAPI only accepts .d2v files, and DVD2AVI (which writes .d2v files) only accepts mpeg-2, so.. Seems like it should be doable in a similar fashion though.
-
there really is such a thing as a mpeg1 and mpeg2 avi file (ref. doc here http://www.graphcomp.com/info/specs/ms/editmpeg.htm )
you may be able to use this free program to do it (im not sure) http://www.mpeg-mediator.com/
since as you guessed - just a header basicly (a wrapper) there should be a way to do it fairly easly - perhaps you need all I frames in the mpeg file (i doubt it though one source mentions something about this)..
i suggest doing a search on google (i did) to perhaps get more info ..
sorry couldnt be of more help .. but in answer to your question - yes it is possable .. -
mic_, VfAPI also accepts TMPGEnc projects, *.TPR, files. So you can load your clips into TMPG, select the needed template and save the project. Then use VFAPI to convert the TMPG project files to AVI files that you can use in apps that only accept AVI. I use this method for frameserving from TMPG to CCE.
-
Originally Posted by mic_
Kent -
Originally Posted by BJ_M
you may be able to use this free program to do it (im not sure) http://www.mpeg-mediator.com/
Kent -
Originally Posted by BJ_M
The only one I found listed in DVDRHelp's codec section was Moonlight-Elecard (misspelled as Monlight, by the way) but it didn't meet any of those criteria.
Kent -
that are free, will encode, and will show up in VirtualDub's video/compresion list after installation?
no
first -- mpeg2 codecs can not be free - they always require a lic -
You can use avisynth to make a vfapi file and use no processing or filters. I think avisynth accepts mpeg-1 if you use directshowsource("") option.
-
you could just used uncompressed or huffyuv to convert to a real mpeg. no quality would be lost and then you can do what ever you want with it. what program are you using that is not accepting the mpeg file in the first place?
-
Originally Posted by xsbs52x
My customers are likely to have MPGs so I thought it would be nice if I could implement an import function to convert those MPGs to AVIs on-the-fly as I'm storing them into the database. Otherwise, I'll have to point them to third party programs like VirtualDub and get them to install the proper codecs and do the MPG to AVI conversion themselves. That's a pain in the butt but I don't see any alternative.
I was inquiring about standalone MPEG codecs just to see if an MPG could be converted to an MPEG-1 AVI in a program like VirtualDub. But apparently there is no such freely available MPEG-1 codec that makes valid AVIs.
Kent -
there are two free mpeg2 codecs, one for tmpgenc available in the tools section here, the other comes when you load powerdvd trial, remove powerdvd trial and it leaves the mpeg2 codec on your system
-
Not sure if this will fit the bill, but sounds free to me:
http://www.mpeg.org/MPEG/MSSG/#source
J -
Originally Posted by secretagent
Kent -
Originally Posted by Jukka
Yeah I came across that yesterday but it contains no compiled codec for Windows. The docs, dated 1996, say they will be added "soon". Apparently not.
I did find an MPEG-2 I-frame encoder from Etymonix that had a trial version. It turned my 5 MB mpg into a 60 MB avi and played back jittery.
Kent -
sorry, i didnt mean convert to a real mpeg, i meant convert to a real avi, but you could pakage vdub with you app when u finish and maybe somehow control it through your app to convert to huffyuv or uncompressed or something similar. they are all free so i dont see any problem with this other than a little hassel
Similar Threads
-
MKV Recompression
By JordanConley in forum Video ConversionReplies: 5Last Post: 19th Jul 2011, 01:40 -
Avoiding YouTube Recompression
By roflwaffle in forum Video Streaming DownloadingReplies: 3Last Post: 26th Sep 2010, 06:22 -
split/join avi files without recompression
By Jan G. in forum EditingReplies: 3Last Post: 20th Dec 2008, 13:54 -
How to Edit with VD without recompression
By unkown in forum EditingReplies: 13Last Post: 26th Aug 2007, 08:34 -
Resizing Without Recompression.
By Rez. in forum DVB / IPTVReplies: 8Last Post: 2nd Aug 2007, 12:17