User Tools

Site Tools


software:mts2flv

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:mts2flv [2013/10/14 20:15] – [Convert mts2flv with applescript and ffmpeg] adminsoftware:mts2flv [2013/10/15 15:59] (current) admin
Line 5: Line 5:
 The scripts can be downloaded here: [[http://www.auditeon.com/xyz/mts2flv.app.zip]]. ffmpeg is already stored in the following directory: The scripts can be downloaded here: [[http://www.auditeon.com/xyz/mts2flv.app.zip]]. ffmpeg is already stored in the following directory:
   mts2flv.app/Contents/Resources/   mts2flv.app/Contents/Resources/
 +For alternatives to quicktime, see here: [[http://www.rkuntz.org/pmwiki.php?n=Code.Mts2Mov]]
  
 ====== Manual installation ====== ====== Manual installation ======
   - Save the applescript, named mts2flv, from below to a directory. In Applescript editor save as Application   - Save the applescript, named mts2flv, from below to a directory. In Applescript editor save as Application
   - Copy ffmpeg into the following subdirectory of the applescript directory: %%mts2flv.app/Contents/Resources/%%   - Copy ffmpeg into the following subdirectory of the applescript directory: %%mts2flv.app/Contents/Resources/%%
-  - If not, make ffmpeg executable with:\\  chmod +x mts2flv+  - If not, make ffmpeg executable with:\\  chmod +x ffmpeg
  
 <code applescript>-- This droplet processes both files or folders of files dropped onto the applet <code applescript>-- This droplet processes both files or folders of files dropped onto the applet
Line 52: Line 53:
  end tell  end tell
  -- from http://www.petercarrero.com/content/2009/10/11/converting-mts-avchd-flv-ffmpeg  -- from http://www.petercarrero.com/content/2009/10/11/converting-mts-avchd-flv-ffmpeg
 + display alert "Processing ..." message "Processing file " & this_item giving up after 1
  with timeout of 27000 seconds  with timeout of 27000 seconds
  do shell script ffmpeg_location & " -i " & quoted form of full_path & " -vcodec flv -f flv -r 25 -s 800x450 -aspect 16:9 -b:v 2000k -g 160 -cmp 2 -subcmp 2 -mbd 2 -trellis 2 -acodec libmp3lame -ac 2 -ar 44100 -ab 256k " & quoted form of full_path & ".flv"  do shell script ffmpeg_location & " -i " & quoted form of full_path & " -vcodec flv -f flv -r 25 -s 800x450 -aspect 16:9 -b:v 2000k -g 160 -cmp 2 -subcmp 2 -mbd 2 -trellis 2 -acodec libmp3lame -ac 2 -ar 44100 -ab 256k " & quoted form of full_path & ".flv"
software/mts2flv.1381774557.txt.gz · Last modified: 2013/10/14 20:15 by admin