[GRLUG] Bash Scripting

Steve Romanow slestak989 at gmail.com
Sat Nov 17 16:49:18 EST 2007


Benjamin Flanders wrote:
> Thanks Jeff
>
> On Nov 17, 2007 12:32 PM, Jeff DeFouw <jeffd at i2k.com> wrote:
>   
>> On Sat, Nov 17, 2007 at 12:17:05PM -0500, Benjamin Flanders wrote:
>>     
>>> exec ffmpeg -i ${1} -pass 1 ${cmd} ${2}
>>>       
>> You shouldn't be using exec.  exec means replace the shell with the
>> command line.  Then there is no more script running (if successful).
>> Remove the exec's.
>>
>> --
>> Jeff DeFouw <jeffd at i2k.com>
>> _______________________________________________
>> grlug mailing list
>> grlug at grlug.org
>> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug
>>
>>     
>
>
>
>   
Ben, 

I saw your wiki page about Diggnation and tivo's.  Have you ever seen 
PyTivo?  Ive been using it for months and it works great.  It can make a 
pc on your lan appear as a tivo for Multi Room viewing, and it will use 
ffmpeg to automatically transcode appropriately.

Steve


More information about the grlug mailing list