]> granicus.if.org Git - handbrake/commit
Created a small droplet application, "MP4toMOV.app" (Mac OS X only for now) to conver...
authormaurj <handbrake@maurj.com>
Fri, 16 Feb 2007 17:29:27 +0000 (17:29 +0000)
committermaurj <handbrake@maurj.com>
Fri, 16 Feb 2007 17:29:27 +0000 (17:29 +0000)
commit4acfe4fc3412a470fb674a1dd4a0f20e94354848
treed964f326d528e5519887b79b0174453847ddf32f
parent33c1d35cb76f8751e90a64c30c8c45e785d6fd6e
Created a small droplet application, "MP4toMOV.app" (Mac OS X only for now) to convert a MediaFork mp4 file into a .mov file which can be read by iTunes and FrontRow.  You only really need to do this if you are using 6-channel AAC in your mp4 files, as iTunes and FrontRow can already read stereo mp4 files.

To use MP4toMOV, drag one or more mp4 files onto the application's icon.  MP4toMOV will convert the files to QuickTime .mov format.  New files will be created in the same directory as the .mp4 files, with the .mov extension added to the end.  These .mov files can then be dragged to iTunes for use in iTunes and FrontRow, even if they have 6-channel AAC soundtracks.  MP4toMOV will quit once all files have been converted.

Alternatively, double-click on MP4toMOV, and select "File > Open" to open a single file for conversion.

MP4toMOV is created with REALbasic, and the MP4toMOV.rbp file is a project file for REALbasic 2007r1.  REALbasic is available from http://www.realbasic.com/ .

git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.8.0_beta2_5.1@368 b64f7644-9d1e-0410-96f1-a4d463321fa5
MP4toMOV/MP4toMOV.app/Contents/Frameworks/RBQT.rbx_0.128.dylib [new file with mode: 0644]
MP4toMOV/MP4toMOV.app/Contents/Info.plist [new file with mode: 0644]
MP4toMOV/MP4toMOV.app/Contents/MacOS/MP4toMOV [new file with mode: 0755]
MP4toMOV/MP4toMOV.app/Contents/MacOS/rbframework.dylib [new file with mode: 0644]
MP4toMOV/MP4toMOV.app/Contents/PkgInfo [new file with mode: 0644]
MP4toMOV/MP4toMOV.rbp [new file with mode: 0644]
MP4toMOV/README [new file with mode: 0644]