[mythtv-users] MythExport - iPod Touch / iPhone Settings

Nicolas Will nico at youplala.net
Sun Apr 25 21:50:38 UTC 2010


On Sun, 2010-04-25 at 22:40 +0100, Nicolas Will wrote:
> On Sun, 2010-04-25 at 22:35 +0100, Nicolas Will wrote:
> > 
> > It is indeed  easy to swap the ffmeg call for a HanBrakeCLI call
> > inside
> > MythTxport. 
> 
> I may have spoken too fast, once more...
> 
> I used to use a mythexport that doesn't look like what is in the
> Ubuntu
> repository... 

Oh well, lines 481 and 484 of /usr/bin/mythexport-daemon look like the
right ones:

479		    foreach (@args){
480		        if($_ =~ m/\/dev\/null/){
481		            $_ = "nice -n19 ffmpeg -i $filename $_";
482		        }
483		        else{
484		            $_ = "nice -n19 ffmpeg -i $filename $_ '$newfilename' 2>&1";
485		        }
486		    }

Nico



More information about the mythtv-users mailing list