Hi everyone, i am a kind of newbie here. i need some help on converting videos by editing their binary/hex contents. how can i know the header information of a MPEG-4 file and AVI file. what are the differences between these two headers, and if it is possible how can i convert an MPEG-4 video file into an AVI file by editing their header information. Thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
Mpeg-4 is a compression method, of which there are several types. AVI is a container, into which video and audio are stored, using different methods of compression.
Perhaps you need to be more specific about what you are actually trying to do.
You cannot convert one video from to another by simply changing a few bits in the header. It may be possible to make an application look differently at a video by making small changes. For example, changing the fourCC value from Xvid to Divx may allow some players to play a video that they would not ordinarily play.
However you cannot simply change something like an MP4 container to an AVI container with a few small changes in a hex editor. There is a lot more to it that that. Not everything allowable in an MP4 container is allowable in an AVI container, and the reverse is also true.Read my blog here.
-
Actually, I thought that you could simply change a file by renaming it. At least it worked when I renamed notepad++.exe to Microsoft Office Corporate Edition.exe - Instant savings!
but basically
Similar Threads
-
MPEG-2 TS PAT header decoding problem
By jeromedroz in forum ProgrammingReplies: 21Last Post: 27th Jan 2016, 04:02 -
Hexadecimal header and offset of a MPEG-2 Transport stream file?
By coconut83 in forum ComputerReplies: 1Last Post: 26th Oct 2010, 10:41 -
covert avi header to mpeg header
By nidhi in forum Video ConversionReplies: 6Last Post: 29th Jul 2010, 19:40 -
How to strip ip header from raw mpeg
By aj99v in forum Capturing and VCRReplies: 0Last Post: 11th Mar 2010, 13:54 -
Header Information in Video Files?
By Javad0g in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 0Last Post: 22nd Apr 2008, 14:10