Changeset 9978c046b6dcca9db37e5f06c5bb514df57807fe
- Timestamp:
- 12/04/07 17:14:28
(1 year ago)
- Author:
- Jason Michalski <jmichalski@jmichalski-desktop.(none)>
- git-committer:
- Jason Michalski <jmichalski@jmichalski-desktop.(none)> 1196810068 -0600
- git-parent:
[c1d881f21b141fb2f7e119a80670ac76774dcf2e]
- git-author:
- Jason Michalski <jmichalski@jmichalski-desktop.(none)> 1196810068 -0600
- Message:
Updated the sample values to be correct
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbf6c241 |
r9978c04 |
|
| 28 | 28 | #width=1440 |
|---|
| 29 | 29 | #height=720 |
|---|
| 30 | | ffmpeg_prams=-vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob - |
|---|
| | 30 | #ffmpeg_prams=-vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob - |
|---|
| 31 | 31 | |
|---|
| 32 | 32 | ##Per tivo options |
|---|
| … | … | |
| 40 | 40 | #audio_br=320K |
|---|
| 41 | 41 | #video_br=12Mi |
|---|
| 42 | | #ffmpeg_prams=-i %(in_file)s -vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob - |
|---|
| | 42 | #ffmpeg_prams=-vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob - |
|---|
| 43 | 43 | |
|---|
| 44 | 44 | #audio_br=320K |
|---|