Changeset caed72bf2e237b5bd95367f0f7feea166999213e

Show
Ignore:
Timestamp:
03/02/08 01:03:56 (9 months ago)
Author:
wgw <tjm1100@gmail.com>
git-committer:
wgw <tjm1100@gmail.com> 1204441436 -0600
git-parent:

[ea972e29ced282ead75dc9bfc15248de13eee07a]

git-author:
wgw <tjm1100@gmail.com> 1204441436 -0600
Message:

print the purty version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/video/transcode.py

    rea972e2 rcaed72b  
    4949    cmd = [FFMPEG, '-i', inFile] + cmd_string.split() 
    5050    print 'transcoding to tivo model '+tsn[:3]+' using ffmpeg command:' 
    51     print cmd 
     51    print ' '.join(cmd) 
    5252    debug_write(__name__, fn_attr(), ['ffmpeg command is ', ' '.join(cmd)]) 
    5353    ffmpeg = subprocess.Popen(cmd, stdout=subprocess.PIPE)