[mythtv-commits] nuvexport/master commit: c18508f20 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Mon Dec 13 12:10:36 UTC 2010


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2010-12-13T04:09:49-08:00
   Push Date:  2010/12/13 04:10:34 -0800
  Repository:  nuvexport
      Branch:  master
New Revision:  c18508f20448077762d23ab9207c5eb643324dc0
   Changeset:  https://github.com/MythTV/nuvexport/commit/c18508f20

Log:

Reworked ffmpeg exporters to work with mythffmpeg

Although there is doubtless more cleanup to do as a result of this, nuvexport
now uses the ffmpeg build provided by mythtv itself as part of it builds.  This
is as of MythTV/mythtv at 8c6de4675d6d3ba234999611d35901953074b1d2
All of the ffmpeg exporters have been tested with this setup.

Additionally, sox is now used to downsample 6-channel audio to 2-channel before
encoding.  This should fix the reported problems of encoding from AC-3 audio.
I may refactor the dependency later so it only checks for sox if it's needed
for the particular job at hand.

Split the "MP4 (iPod)" into two exporters: MP4 and H.264, as it is confusing
to look for H.264 buried inside MP4.

Fixes #9199.  Fixes #9205.

Added:

   export/ffmpeg/H264.pm

Modified:

   Makefile
   export/ffmpeg.pm
   export/ffmpeg/MP3.pm
   export/ffmpeg/MP4.pm
   export/ffmpeg/PSP.pm
   nuvexport
   nuvexportrc



More information about the mythtv-commits mailing list