diff options
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. ========================================================================== |