[mythtv-commits] mythtv branch fixes/0.27 updated by paulh. v0.27-RC1-78-gd177ff9

Git Repo Owner noreply at mythtv.org
Wed Sep 11 12:48:11 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user paulh.
       via  d177ff990b4d2d6715eff6964b6b4b7695702af3 (commit)
      from  6d0244708df31b1852a05d59c8d4afcdfc2f8d3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d177ff990b4d2d6715eff6964b6b4b7695702af3
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 11 Sep 2013 13:46:44 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 11 Sep 2013 13:47:58 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d177ff990b4d2d6715eff6964b6b4b7695702af3

mythburn.py: remove the depreciated crop* options to mythffmpeg
The croptop, cropbottom, cropright and cropleft parameters are no longer
supported by mythffmeg so use the new -filter:v "crop=w:h:x:y"
parameter instead.

You would add something like this to your encoding profile

<parameter name="-filter:v"      value="crop=640:480:100:100"/>

I don't have any nuv files so this is completely untested.

Refs #10042.

(cherry picked from commit a3cf98c58828dfc0a42b58e2e303bcc1f02b1305)



-----------------------------------------------------------------------

Summary of changes:
 .../mytharchive/mythburn/scripts/mythburn.py       |   19 +++++--------------
 1 files changed, 5 insertions(+), 14 deletions(-)

-- 



More information about the mythtv-commits mailing list