trms / fixmpeg

FixMpeg is a simple front end to ffmpeg that will convert video to play on the Cablecast SX video servers.

zenwheel (author)
Tue Jan 20 08:44:35 -0800 2009
commit  49a0ceed713c029327e5766d975db69ef7c7109a
tree    3c55c121ba68945db38fbd623fb64e462b39d657
parent  3dea412bf6949090d07ad5b4ae2f4883b4e89f50
fixmpeg / index.html
100644 73 lines (62 sloc) 4.018 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: default
title: FixMpeg
---
<h1>{{ page.title }}</h1>
 
<h2>About</h2>
<p>
FixMpeg is a simple front end to ffmpeg that will convert the audio format and sample rate in an mpeg2 file (.mpg). It is intended to aid the migration of files to the SX Video Servers from Tightrope Media Systems. It will not touch the video, but only convert the audio in a file if it is not correct to stereo MPEG1 layer 2 audio (typical uses are to convert from the wrong sample rate -- 44.1kHz to 48kHz or to convert AC3 audio).
</p>
 
<h2>Usage</h2>
<p>
Simply extract the zip file, double click the FixMpeg.exe (not ffmpeg.exe) and then drag a batch of mpeg2 files onto the window. Files that are already correct will be copied, files that can be converted will be converted and you will get a message about any incompatible files.
</p>
<p>
You can click the path to point it at your desired content directory (it will create a file there with the same name when processing). There's no installer, just place the extracted folder somewhere convenient, and perhaps make a shortcut to FixMpeg.exe someplace even more convenient.
</p>
<p>
  After launching the application, you'll see the FixMpeg main window:
  <a href="images/Screencap.png"><img alt="The FixMpeg Main Window" src="images/Screencap.png" width="618" /></a>
</p>
 
<h2>Downloads</h2>
<h3>Stable</h3>
<ul>
  <li>v2.2 <a href="http://trms-utilities.s3.amazonaws.com/FixMpeg/FixMpeg2.2.zip">zipfile</a></li>
</ul>
<!--
<h3>Bleeding Edge</h3>
<ul>
<li>edge <a href="http://github.com/trms/fixmpeg/zipball/master">zipfile</a></li>
</ul>
-->
 
<h2>Source Code</h2>
<p>Interested in helping improve this software? Create your own fork from our <a href="http://github.com/trms/fixmpeg">GitHub</a> repository.</p>
<a href="http://github.com/trms/fixmpeg"><img class="forkme" src="http://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub" /></a>
 
<h2>History</h2>
<ul>
<li>2.1 - this release now will process files other than MPEG files (i.e. .wmv, .avi) and will transcode unsupported media to MPEG2 to make them compatible! It will also read and allow you to convert media from a DVD. It does its best to transcode to MPEG2, some low-quality sources may have A/V sync issues, it is good to check the files for any problems after they're converted.
</li>
<li>2.2 - this release adds preliminary support for MacOSX with a few changes that allow it to run under mono.
<p>
To get it running on your Mac, first download mono and install it. Then, in in the FixMpeg directory there will be a FixMpeg.zip, double click it in the Finder to extract it. Once that finishes, you'll see an AppleScript called "FixMpeg" (with an icon if a script standing on a square). Double click the script, it will configure and run FixMpeg for you. Status isn't perfect yet, but it works.
</p>
</li>
</ul>
 
<h2>License</h2>
<p>The MIT License</p>
 
<p>Copyright (c) 2008-2009 Scott Jann, Tightrope Media Systems</p>
 
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
 
<p>The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.</p>
 
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.</p>