View Single Post
  #1  
Old 03-21-2010, 04:27 PM
Stream Recorder
 
Posts: n/a
Default

How to convert ISMV video file to MP4


Although not officially supported yet, you can use the development version of mp4split with the following command:
Code:
mp4split -o output.mov input.ismv
This remuxes the complete .ismv file into an MP4 container. You can safely rename output.mov onto output.mp4.
Reply With Quote