diff options
author | deva <deva> | 2005-05-25 15:36:05 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-25 15:36:05 +0000 |
commit | d4017394ba8868e5d44b5cc01a59c100cbaf953f (patch) | |
tree | 81345aa9521c3397363b6c3afe1ef19bb860c776 /TODO | |
parent | 0e7d7464b0f87ce82fa5c48e350a2d51fcef4882 (diff) |
Added mpeg4 encoding to the encoders, controllable by the config file.R0_2_3
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -13,9 +13,8 @@ http://www.linuxmanpages.com/man3/fame_start_frame.3.php // YUV420 format specification http://encyclopedia.laborlawtalk.com/YUV_4:2:0 -- multithreded encoding -- fopen med create unique - +- open med create unique +- libFame frames have no timecodes!!! ========================================================================== @@ -88,7 +87,9 @@ MovEncoder: [x] - Test Mpeg4. (no good) [x] - Remove ffmpeg code. [ ] - Enable sound. - [x] - Find good quality settings (Best quality less than 22mb/s realtime encoded) + [x] - Find good quality settings + (Best quality less than 22mb/s realtime encoded) + [x] - Multithread encoding, for multi cpu support. Main: [ ] - Save movie signal handling. @@ -96,7 +97,8 @@ Main: [x] - Use correct filenames and paths. [x] - Check for writabilty before trying to do any writing. [x] - Create fallback, when unable to write the requested filename. - [x] - Permissions on server file writing. Files: u+wr g+r a+x - Directories: u+wrx g+rx a+rx. + [x] - Permissions on server file writing. + Files: u+wr g+r a+x - Directories: u+wrx g+rx a+rx. [ ] - Permissions on server file writing to be read from config. ========================================================================== |