Difference between revisions of "BatchConvertforMac"

From Adam Lambert Live
Jump to navigation Jump to search
m
Line 5: Line 5:
 
For the Windows-compatible versions of these scripts, please [[BatchConvert|see here]].
 
For the Windows-compatible versions of these scripts, please [[BatchConvert|see here]].
  
There are currently 4 scripts for Mac:
+
There are currently 5 scripts for Mac:
#'''Batch FLV to MP4-MKV Video Remuxer (With Auto Frame Rate Detector) v2''': FLV_to_MP4-MKV_AutoFPS.cmd
+
#'''Batch FLV to MP4-MKV Video Remuxer (With Auto Frame Rate Detector) v2''': FLV_to_MP4-MKV_AutoFPS.app
#'''Batch MP4 to FLV Remuxer v1''': MP4_to_FLV.cmd
+
#'''Batch MP4 to FLV Remuxer v1''': MP4_to_FLV.app
#'''Batch MP4 Video to M4A Audio Remuxer v1''': MP4_to_M4A.cmd
+
#'''Batch MP4 Video to M4A Audio Remuxer v1''': MP4_to_M4A.app
#'''Batch WEBM to OGG Audio Remuxer v1''': WEBM_to_OGG.cmd
+
#'''Batch WEBM to OGG Audio Remuxer v1''': WEBM_to_OGG.app
 +
#'''RTMP Lossless Video Ripper v1''': RTMP_FLVRip.app
 +
 
  
 
The purpose of each script should be self-explanatory from their titles.
 
The purpose of each script should be self-explanatory from their titles.
Line 21: Line 23:
  
 
== ChangeLog ==
 
== ChangeLog ==
 +
2012-05-17: Major release v2<br/>
 
2012-05-05: Major release v1
 
2012-05-05: Major release v1
  
Line 43: Line 46:
  
 
== Download ==
 
== Download ==
*[http://terrapolis.org/public/BatchConvertforMac_2012-05-05.zip BatchConvertforMac_2012-05-05.zip]
+
*[http://terrapolis.org/public/BatchConvertforMac_2012-05-17.zip BatchConvertforMac_2012-05-17.zip]

Revision as of 18:11, 16 May 2012

Overview

These scripts were developed with the main purpose of simplifying bulk media file conversions on Mac. Each *.app file works standalone. For the Windows-compatible versions of these scripts, please see here.

There are currently 5 scripts for Mac:

  1. Batch FLV to MP4-MKV Video Remuxer (With Auto Frame Rate Detector) v2: FLV_to_MP4-MKV_AutoFPS.app
  2. Batch MP4 to FLV Remuxer v1: MP4_to_FLV.app
  3. Batch MP4 Video to M4A Audio Remuxer v1: MP4_to_M4A.app
  4. Batch WEBM to OGG Audio Remuxer v1: WEBM_to_OGG.app
  5. RTMP Lossless Video Ripper v1: RTMP_FLVRip.app


The purpose of each script should be self-explanatory from their titles.

To run these scripts, simply double-click on them after you have adjusted the program folder settings in config.cfg.

NOTE: These scripts work only on Mac and have been tested on Mac OS 10.6.8.

Author

Terra

ChangeLog

2012-05-17: Major release v2
2012-05-05: Major release v1

Install

By default,

  • The base installation folder is /Applications/BatchConvert; all batch files (*.app) are found in this folder
  • All tools are stored in /Applications/BatchConvert/software.
  • All bash scripts (*.sh) are stored in /Application/BatchConvert/scripts
  • The source files are stored in /Users/Shared/convertfiles
  • The temp files are stored in /Users/Shared/convertfiles/temp
  • The output files are stored in /Users/Shared/convertfiles/dest

Should you wish to install the files elsewhere, make sure you modify config.cfg accordingly.

To install, unzip the files into the /Applications/BatchConvert.

Copying

Unauthorised copying and distribution is not allowed.

Bugs

If you discover any bugs, please contact me at @terra_zephead on Twitter.

Download