/[aleader]/aleader/TODO
ViewVC logotype

Diff of /aleader/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by jpritikin, Wed Aug 13 13:50:47 2003 UTC revision 1.25 by jpritikin, Sat Aug 16 10:46:27 2003 UTC
# Line 35  mumbai Line 35  mumbai
35    microphone    microphone
36    another dvd player    another dvd player
37    
 web-based testing  
   ./gst-launch filesrc location=/local/aleader/ljr.mpg ! mpegdemux ! mpeg2dec ! colorspace ! xvideosink  
   ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! filesink location=/tmp/trans.m1v  
   ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! mpeg2dec ! divxenc ! filesink location=/tmp/trans.m1v  
   mplayer -demuxer 27  
   ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux ! mad ! lame ! filesink location=/tmp/trans.mp2  
   ./gst-launch avimux name=mux ! filesink location=/tmp/test.avi filesrc location=/local/aleader/ljr.mpg ! mpegdemux name=demux demux.video_00 ! mpeg2dec ! colorspace ! xvidenc ! mux.video_00  
   ./gst-launch { avimux name=mux ! filesink location=/tmp/test.avi } filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! { queue name=vdemux_q ! mpeg2dec ! divxenc ! queue name=vmux_q ! mux.video_00 } demux.audio_00 ! queue name=audio_q ! mux.audio_00  
   ./gst-launch { avimux name=mux ! filesink location=/tmp/test.avi } filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! mpeg2dec ! divxenc ! queue name=vmux_q ! mux.video_00 demux.audio_00 ! mad ! queue name=audio_q ! mux.audio_00  
   ./aleader-filmview  --open ~/.aleader/StarWars-ANewHope-1977.xml --extract 2000-2002  
   
 pngenc  
   ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux ! mpeg2dec ! videocrop left=50 ! colorspace ! pngenc ! filesink location=/tmp/frame.png  
   
38  --- header.c    Fri Dec 13 15:32:47 2002  --- header.c    Fri Dec 13 15:32:47 2002
39  +++ /home/joshua/mpeg2dec-0.3.1/libmpeg2/header.c       Wed Jun  4 16:22:52 2003  +++ /home/joshua/mpeg2dec-0.3.1/libmpeg2/header.c       Wed Jun  4 16:22:52 2003
40  @@ -657,9 +657,10 @@  @@ -657,9 +657,10 @@
# Line 75  bugs Line 61  bugs
61  order status  order status
62    Emotion and Focus    Emotion and Focus
63    Ortony    Ortony
64      Psych Publication Manual 1-55798-810-2 (spiral), 1-55798-791-2 (soft)
65      Gita: Swami Prabhavananda, Christopher Isherwood ISBN: 0451528441
66    
67  reading  direction, summary
68      develop KR model
69        classification problem
70        or rewrite with if/then
71      read research articles
72    search mataji one hour per day    search mataji one hour per day
73      verify classification
74      improve the software
75    
76  cannonize  cannonize
77    verify classification is OK    verify classification is OK
# Line 88  tucows.com Line 82  tucows.com
82    
83  tut  tut
84    how to reboot    how to reboot
85    rewrite with fixed situation ordering (ugh)    rewrite with new situation ordering (ugh)
86    
87  is there more heterogeneity between categories than within categories?  is there more heterogeneity between categories than within categories?
88    plan how to build the screens    plan how to build the screens
# Line 96  is there more heterogeneity between cate Line 90  is there more heterogeneity between cate
90      exam management      exam management
91      thumbnailing      thumbnailing
92    
93  guessing game  cognition & emotion
94    unify exam infrastructure    2003 1-4
     add another notebook page for "READY?" and "PAUSED" :-)  
       constants for page numbers  
   generalized external reference manager mapping with uuid  
     warn if !practice && exemplar is not a release  
   view an exam without loaded exemplars  
     add enough info to generate thumbnails  
   expose name-notes somehow?  
95    
96  exam control menu with the same commands as on the panel  unify exam infrastructure
97      add another notebook page for "READY?" and "PAUSED" :-)
98        constants for page numbers
99      expose name-notes somehow?
100    &
101      exam control menu with the same commands as on the panel
102        between Format & Tools
103        allow closing the exam status window
104    exams should be created in the DURING state    exams should be created in the DURING state
105    optionally recalc finished practice exams    optionally recalc finished practice exams
   between Format & Tools  
   allow closing the exam status window  
106    hide Documents during a real exam    hide Documents during a real exam
107    
108    generalized external reference manager, mapping with uuid
109      warn if !practice && exemplar is not a release
110      view an exam without loaded exemplars
111        add enough info to generate thumbnails
112      ops: load/unload/resolve
113    
114    revive extraction code for web based testing
115    web-based testing
116      ./gst-launch filesrc location=/local/aleader/ljr.mpg ! mpegdemux ! mpeg2dec ! colorspace ! xvideosink
117      ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! filesink location=/tmp/trans.m1v
118      ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! mpeg2dec ! divxenc ! filesink location=/tmp/trans.m1v
119      mplayer -demuxer 27
120      ./gst-launch filesrc location=/local/aleader/trans.mpg ! mpegdemux ! mad ! lame ! filesink location=/tmp/trans.mp2
121      ./gst-launch avimux name=mux ! filesink location=/tmp/test.avi filesrc location=/local/aleader/ljr.mpg ! mpegdemux name=demux demux.video_00 ! mpeg2dec ! colorspace ! xvidenc ! mux.video_00
122      ./gst-launch { avimux name=mux ! filesink location=/tmp/test.avi } filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! { queue name=vdemux_q ! mpeg2dec ! divxenc ! queue name=vmux_q ! mux.video_00 } demux.audio_00 ! queue name=audio_q ! mux.audio_00
123      ./gst-launch { avimux name=mux ! filesink location=/tmp/test.avi } filesrc location=/local/aleader/trans.mpg ! mpegdemux name=demux demux.video_00 ! mpeg2dec ! divxenc ! queue name=vmux_q ! mux.video_00 demux.audio_00 ! mad ! queue name=audio_q ! mux.audio_00
124      ./aleader-filmview  --open ~/.aleader/StarWars-ANewHope-1977.xml --extract 2000-2002
125    
126  re-install gstreamer for videocrop  re-install gstreamer for videocrop
127    
128  re-organize documentation again  re-organize documentation again

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26