Changeset caed72bf2e237b5bd95367f0f7feea166999213e
- 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
| rea972e2 |
rcaed72b |
|
| 49 | 49 | cmd = [FFMPEG, '-i', inFile] + cmd_string.split() |
|---|
| 50 | 50 | print 'transcoding to tivo model '+tsn[:3]+' using ffmpeg command:' |
|---|
| 51 | | print cmd |
|---|
| | 51 | print ' '.join(cmd) |
|---|
| 52 | 52 | debug_write(__name__, fn_attr(), ['ffmpeg command is ', ' '.join(cmd)]) |
|---|
| 53 | 53 | ffmpeg = subprocess.Popen(cmd, stdout=subprocess.PIPE) |
|---|