there used to be an old tool - so that when u converted - u would not have to re-encode and loose quality - it was called something 3kk or header changer ?
does anyone remember this old tool ?
any links ??
can it be used for changing header in a wmv to mp4 ?? without re-encoding it ?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Understand also that changing a few "header" values will no more turn a wmv file into an mp4 file than an attempt at renaming the extension. Under the hood, all the different container types are quite different and unique in their structure (although MOV and MP4 are similar due to mp4 being a forked offshoot of mov).
To do it properly you would need to remux (remultiplex, aka demux and then mux again). That is what Avidemux may do in the right circumstances.
And what jagabo said re the possibility of needing to reencode if wmv, that is totally correct.
Scott -
"Programmers are human-shaped machines that transform alcohol into bugs."
-
U hit the nail on the head - it was called FourCC chnager -
https://sourceforge.net/projects/vsfccchanger/postdownload - but Unfortunately not for wmv to mp4 -
Fourcc Changer only changes the fourcc code of AVI files (and Divx files because Divx files were just AVI files with a different extension). The fourcc is a four letter code that indicates what codec was used to compress the video (and hence how to decompress the video). It was only useful for changing the codes between Divx and Xvid fourcc's. Some players only played one or the other, even though they were the same thing.
Changing the fourcc does not change an AVI container into an MP4 (or any other) container (containers all have different ways of organizing data internally). What you want is a remuxer (re-multiplexer) which re-wraps the compressed contents of an AVI container into another container. Like taking a cake out of a cardboard box and putting it in a glass cake dish, the cake isn't degraded in any way, just the container is different.
As was mentioned before AviDemux is useful for remuxing and easy to use. If it's necessary to re-compress the video or audio to another codec AviDemux can do that too. If you can live with MKV I highly recommend you use that instead of MP4. It can contain many more codecs than MP4. You can use MkvToolnix GUI to remux specifically to MKV. Just about anything in an AVI file can be remuxed into MKV. The same isn't true for MP4.
Similar Threads
-
MkvТоMp4 v0.224 - rapid tool for repack Mkv to Mp4
By oreons in forum Video ConversionReplies: 808Last Post: 7th Mar 2022, 01:43 -
Rewrap MTS to MP4 w/o re-encoding. Why is MP4 smaller? GUI batch tool?
By Razz in forum Video ConversionReplies: 7Last Post: 13th Mar 2021, 16:24 -
MP4 video with missing header
By abolibibelot in forum Video ConversionReplies: 0Last Post: 24th Dec 2020, 02:01 -
What Kind of MPG is this ? header VMP199
By konglie in forum Software PlayingReplies: 2Last Post: 4th May 2017, 02:23 -
What tool to use for changing audio track to MKV file?
By filipcza in forum AudioReplies: 1Last Post: 28th Apr 2017, 13:05