change mp4 `ftyp` from `isom` to `mp42`

10,792

Solution 1

try using something like winff to convert the files for you, it has quite a few low-level functions you may be looking for.

Solution 2

ffmpeg could do the job.

ffmpeg -i isom.mp4 -brand mp42 mp42.mp4
Share:
10,792

Related videos on Youtube

Aivan Monceller
Author by

Aivan Monceller

Updated on September 18, 2022

Comments

  • Aivan Monceller
    Aivan Monceller almost 2 years

    Will I be able to change the ftyp of an mp4 file?

    I have two mp4 files and placed it unto media info to see what is the difference. The other mp4 plays on my sansa fuze device while the other does not. The one that is playing has an ftyp of mp42. The one I encoded using megui uses isom as its codec id.

    • Zombo
      Zombo almost 11 years
      How did WinFF solve your problem, can you explain?