]> granicus.if.org Git - handbrake/commitdiff
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)
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]

diff --git a/MP4toMOV/MP4toMOV.app/Contents/Frameworks/RBQT.rbx_0.128.dylib b/MP4toMOV/MP4toMOV.app/Contents/Frameworks/RBQT.rbx_0.128.dylib
new file mode 100644 (file)
index 0000000..33e037b
Binary files /dev/null and b/MP4toMOV/MP4toMOV.app/Contents/Frameworks/RBQT.rbx_0.128.dylib differ
diff --git a/MP4toMOV/MP4toMOV.app/Contents/Info.plist b/MP4toMOV/MP4toMOV.app/Contents/Info.plist
new file mode 100644 (file)
index 0000000..6804bf8
--- /dev/null
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?>\r<!DOCTYPE plist SYSTEM\r"file://localhost/System/Library/DTDs/PropertyList.dtd">\r<plist version="0.9">\r<dict>\r   <key>CFBundleExecutable</key>\r   <string>MP4toMOV</string>\r   <key>CFBundleName</key>\r   <string>MP4toMOV</string>\r   <key>CFBundleIdentifier</key>\r   <string></string>\r   <key>CFBundleInfoDictionaryVersion</key>\r   <string>6.0</string>\r   <key>CFBundleVersion</key>\r   <string>1.0.0d0</string>\r   <key>CFBundleDevelopmentRegion</key>\r   <string>en</string>\r   <key>CFBundlePackageType</key>\r   <string>APPL</string>\r   <key>CFBundleSignature</key>\r   <string></string>\r   <key>CFBundleGetInfoString</key>\r   <string></string>\r   <key>CFBundleShortVersionString</key>\r   <string></string>\r   <key>CFBundleIconFile</key>\r   <string>MP4toMOV.icns</string>\r   <key>CFBundleDocumentTypes</key>\r   <array>\r      <dict>\r         <key>CFBundleTypeName</key>\r         <string>MP4</string>\r         <key>CFBundleTypeOSTypes</key>\r         <array>\r            <string>****</string>\r         </array>\r         <key>CFBundleTypeExtensions</key>\r         <array>\r            <string>mp4</string>\r         </array>\r      </dict>\r   </array>\r</dict>\r</plist>
\ No newline at end of file
diff --git a/MP4toMOV/MP4toMOV.app/Contents/MacOS/MP4toMOV b/MP4toMOV/MP4toMOV.app/Contents/MacOS/MP4toMOV
new file mode 100755 (executable)
index 0000000..fd83816
Binary files /dev/null and b/MP4toMOV/MP4toMOV.app/Contents/MacOS/MP4toMOV differ
diff --git a/MP4toMOV/MP4toMOV.app/Contents/MacOS/rbframework.dylib b/MP4toMOV/MP4toMOV.app/Contents/MacOS/rbframework.dylib
new file mode 100644 (file)
index 0000000..1edb8c2
Binary files /dev/null and b/MP4toMOV/MP4toMOV.app/Contents/MacOS/rbframework.dylib differ
diff --git a/MP4toMOV/MP4toMOV.app/Contents/PkgInfo b/MP4toMOV/MP4toMOV.app/Contents/PkgInfo
new file mode 100644 (file)
index 0000000..bd04210
--- /dev/null
@@ -0,0 +1 @@
+APPL????
\ No newline at end of file
diff --git a/MP4toMOV/MP4toMOV.rbp b/MP4toMOV/MP4toMOV.rbp
new file mode 100644 (file)
index 0000000..554d68e
Binary files /dev/null and b/MP4toMOV/MP4toMOV.rbp differ
diff --git a/MP4toMOV/README b/MP4toMOV/README
new file mode 100644 (file)
index 0000000..d4882e6
--- /dev/null
@@ -0,0 +1,10 @@
+MP4toMOV\r
+--------\r
+\r
+This small application will 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.\r
+\r
+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.\r
+\r
+Alternatively, double-click on MP4toMOV, and select "File > Open" to open a single file for conversion.\r
+\r
+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/ .
\ No newline at end of file