diff options
| author | fred <[email protected]> | 2011-03-05 00:31:22 (GMT) |
|---|---|---|
| committer | fred <[email protected]> | 2011-03-05 00:31:22 (GMT) |
| commit | e31ddff988de34f9a6df4aedef26af4acca73c8d (patch) | |
| tree | 67ea023d5136bf9837605d2cdaf439def73603b2 /qt/TODO | |
| parent | 51be74acb6ca1152a2dbdeea4108a6a44a58f20d (diff) | |
Now can dump in a file with control on audio from the graphic interface
- in QqWidget now creates as many Jack Output ports as there is in
the VideoLayer when QJackClient is launched and none already exists.
- QEncoder no longer herits from OggTheoraEncoder. It can move
in the future. Now deletes on close. Better communication with
QJackClient.
- in QJackClient, now can add Jack Outputs. Now creates the
AudioCollector needed for encoding. Better communication with
QEncoder.
- in JackClient::Process, controls if an encoder running before
filling the encoders ring buffers.
- in JSyncThread::_run, commented out me->_running = true, because
this variable can be accessed from the outside of the thread and
cause problems if stopping a JSyncThread just after created it.
Caused qfreej to hang up when opening creating QEncoder.
- in oggmux_close added some verifications on close to avoid SEGFAULT
- in VideoEncoder destructor, also added verifications.
Diffstat (limited to 'qt/TODO')
| -rw-r--r-- | qt/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ //devide the fake size window by two .... not sure :) //insert STRING filters parameters //add a 1:1 ratio button, resizing to the closest width and lenght to obtain this ratio - +//fix the streaming speed of a mono audio VideoLayer which is double the normal speed +//try to fix sound mono VideoLayer issue if it is open at the same time as a stereo one +//verify how it works with different fps values - copier la méthode utilisée dans /home/fred/system/video/snd/dhoerl/avcodec_sample.0.5.0.c qui recupère le FPS, car semble retourner une bonne valeur pour film.mp4 (pas 240) |

