[openmeetings-user] Re: Quality in the recordings

2011-06-17 Thread Jose Manuel Abuin Mosquera
Hello,

I am very interested too in recordings improvement and I downloaded
this last version, r3822.

I made a recording in a room and downloaded it into avi but when I see
it on my local computer with vlc in the codec properties I can see
that the frame rate is 1

I don't know how openmeetings deals with the frame rate in the code
but maybe something is missing at some calculation. In my log I
can see the following:

DEBUG 06-17 09:46:50.039 FlvRecorderConverter.java 247229 633
org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
[openmeetings.TaskExecutor-1] - START previewFullFLV
#
DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 634
org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
[openmeetings.TaskExecutor-1] - [Ljava.lang.String;@d07503
DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 640
org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
[openmeetings.TaskExecutor-1] - ffmpeg -i /home/chema/Escritorio/
Openmeetings/webapps/openmeetings/streams/hibernate/flvRecording_1.flv
-vcodec mjpeg -vframes 1 -an -f rawvideo -s 2176x1360 /home/chema/
Escritorio/Openmeetings/webapps/openmeetings/streams/hibernate/
flvRecording_1.jpg

Regards. José Manuel.

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Re: Quality in the recordings

2011-06-17 Thread Jose Manuel Abuin Mosquera
Dear Sebastian,

I'm sorry if I didn't understand the topic, but in the first post,
lucimara julia talks about losing frames in the recording, that was my
point too.

So, the question is this: is there any way to do that the raw video
has a higher framerate??something similar to the live video image???

On Jun 17, 10:33 am, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 the frame rate is 1 as there original material also has frame rate 1. There
 is no improvement if you increase the framerate of the result with the
 original ot having better.

 Also the framerate has hardly sth. todo with the *quality* ... meaning of
 *sharpness* of the recording. The AVI that you download has (if you record
 with quality setting of *hihg* in the screensharer app) it has 1:1 the same
 size and quality as you can see it on your screen. So how much more quality
 can there be?! Same as initial mentioned = you cannot create a better
 output as you have in the input.

 Sebastian

 2011/6/17 Jose Manuel Abuin Mosquera chemas...@gmail.com



  Hello,

  I am very interested too in recordings improvement and I downloaded
  this last version, r3822.

  I made a recording in a room and downloaded it into avi but when I see
  it on my local computer with vlc in the codec properties I can see
  that the frame rate is 1

  I don't know how openmeetings deals with the frame rate in the code
  but maybe something is missing at some calculation. In my log I
  can see the following:

  DEBUG 06-17 09:46:50.039 FlvRecorderConverter.java 247229 633
  org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
  [openmeetings.TaskExecutor-1] - START previewFullFLV
  #
  DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 634
  org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
  [openmeetings.TaskExecutor-1] - [Ljava.lang.String;@d07503
  DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 640
  org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
  [openmeetings.TaskExecutor-1] - ffmpeg -i /home/chema/Escritorio/
  Openmeetings/webapps/openmeetings/streams/hibernate/flvRecording_1.flv
  -vcodec mjpeg -vframes 1 -an -f rawvideo -s 2176x1360 /home/chema/
  Escritorio/Openmeetings/webapps/openmeetings/streams/hibernate/
  flvRecording_1.jpg

  Regards. José Manuel.

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@googlegroups.com.
  To unsubscribe from this group, send email to
  openmeetings-user+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Re: Quality in the recordings

2011-06-17 Thread seba.wag...@gmail.com
*is there any way to do that the raw video has a higher framerate?* = you
would need to increase the quality in the screensharing client, which
results in a bandwidth need multiple times more then what we have now.

Think about it, your webcam has a frame rate of 32 fps, it is about lets say
roughly 124x86 pixels, you have 70KByte/sec.
1280x1024 at 32 FPS would mean, 700 KByte/sec = No chance to get that
through the network.

Currently Screensharing has around 90KByte/sec, which is often still too
much, so there are those buttons to decrease the quality of the screen, that
results in less Bandwidth (but hardly *text-on-screen* readable)
screensharing.

Also the ScreenSharingCodec works different from a usual codec, because of
the nature of screen use.

So if you have the time of course you are welcome to start testing,
debugging and implementing sth alternative with better results but we also
spend quite some time to get it at the current level.


Sebastian

2011/6/17 Jose Manuel Abuin Mosquera chemas...@gmail.com

 Dear Sebastian,

 I'm sorry if I didn't understand the topic, but in the first post,
 lucimara julia talks about losing frames in the recording, that was my
 point too.

 So, the question is this: is there any way to do that the raw video
 has a higher framerate??something similar to the live video image???

 On Jun 17, 10:33 am, seba.wag...@gmail.com seba.wag...@gmail.com
 wrote:
  the frame rate is 1 as there original material also has frame rate 1.
 There
  is no improvement if you increase the framerate of the result with the
  original ot having better.
 
  Also the framerate has hardly sth. todo with the *quality* ... meaning of
  *sharpness* of the recording. The AVI that you download has (if you
 record
  with quality setting of *hihg* in the screensharer app) it has 1:1 the
 same
  size and quality as you can see it on your screen. So how much more
 quality
  can there be?! Same as initial mentioned = you cannot create a better
  output as you have in the input.
 
  Sebastian
 
  2011/6/17 Jose Manuel Abuin Mosquera chemas...@gmail.com
 
 
 
   Hello,
 
   I am very interested too in recordings improvement and I downloaded
   this last version, r3822.
 
   I made a recording in a room and downloaded it into avi but when I see
   it on my local computer with vlc in the codec properties I can see
   that the frame rate is 1
 
   I don't know how openmeetings deals with the frame rate in the code
   but maybe something is missing at some calculation. In my log I
   can see the following:
 
   DEBUG 06-17 09:46:50.039 FlvRecorderConverter.java 247229 633
   org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
   [openmeetings.TaskExecutor-1] - START previewFullFLV
   #
   DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 634
   org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
   [openmeetings.TaskExecutor-1] - [Ljava.lang.String;@d07503
   DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 640
   org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
   [openmeetings.TaskExecutor-1] - ffmpeg -i /home/chema/Escritorio/
   Openmeetings/webapps/openmeetings/streams/hibernate/flvRecording_1.flv
   -vcodec mjpeg -vframes 1 -an -f rawvideo -s 2176x1360 /home/chema/
   Escritorio/Openmeetings/webapps/openmeetings/streams/hibernate/
   flvRecording_1.jpg
 
   Regards. José Manuel.
 
   --
   You received this message because you are subscribed to the Google
 Groups
   OpenMeetings User group.
   To post to this group, send email to
 openmeetings-user@googlegroups.com.
   To unsubscribe from this group, send email to
   openmeetings-user+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/openmeetings-user?hl=en.
 
  --
  Sebastian
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.wagner-sebastian.com
  seba.wag...@gmail.com

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] Re: Quality in the recordings

2011-06-17 Thread Jose Manuel Abuin Mosquera
Ok, Sebastian

thank you so much for your help :)

On Jun 17, 11:07 am, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 *is there any way to do that the raw video has a higher framerate?* = you
 would need to increase the quality in the screensharing client, which
 results in a bandwidth need multiple times more then what we have now.

 Think about it, your webcam has a frame rate of 32 fps, it is about lets say
 roughly 124x86 pixels, you have 70KByte/sec.
 1280x1024 at 32 FPS would mean, 700 KByte/sec = No chance to get that
 through the network.

 Currently Screensharing has around 90KByte/sec, which is often still too
 much, so there are those buttons to decrease the quality of the screen, that
 results in less Bandwidth (but hardly *text-on-screen* readable)
 screensharing.

 Also the ScreenSharingCodec works different from a usual codec, because of
 the nature of screen use.

 So if you have the time of course you are welcome to start testing,
 debugging and implementing sth alternative with better results but we also
 spend quite some time to get it at the current level.

 Sebastian

 2011/6/17 Jose Manuel Abuin Mosquera chemas...@gmail.com



  Dear Sebastian,

  I'm sorry if I didn't understand the topic, but in the first post,
  lucimara julia talks about losing frames in the recording, that was my
  point too.

  So, the question is this: is there any way to do that the raw video
  has a higher framerate??something similar to the live video image???

  On Jun 17, 10:33 am, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:
   the frame rate is 1 as there original material also has frame rate 1.
  There
   is no improvement if you increase the framerate of the result with the
   original ot having better.

   Also the framerate has hardly sth. todo with the *quality* ... meaning of
   *sharpness* of the recording. The AVI that you download has (if you
  record
   with quality setting of *hihg* in the screensharer app) it has 1:1 the
  same
   size and quality as you can see it on your screen. So how much more
  quality
   can there be?! Same as initial mentioned = you cannot create a better
   output as you have in the input.

   Sebastian

   2011/6/17 Jose Manuel Abuin Mosquera chemas...@gmail.com

Hello,

I am very interested too in recordings improvement and I downloaded
this last version, r3822.

I made a recording in a room and downloaded it into avi but when I see
it on my local computer with vlc in the codec properties I can see
that the frame rate is 1

I don't know how openmeetings deals with the frame rate in the code
but maybe something is missing at some calculation. In my log I
can see the following:

DEBUG 06-17 09:46:50.039 FlvRecorderConverter.java 247229 633
org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
[openmeetings.TaskExecutor-1] - START previewFullFLV
#
DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 634
org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
[openmeetings.TaskExecutor-1] - [Ljava.lang.String;@d07503
DEBUG 06-17 09:46:50.040 FlvRecorderConverter.java 247230 640
org.openmeetings.app.data.flvrecord.converter.FlvRecorderConverter
[openmeetings.TaskExecutor-1] - ffmpeg -i /home/chema/Escritorio/
Openmeetings/webapps/openmeetings/streams/hibernate/flvRecording_1.flv
-vcodec mjpeg -vframes 1 -an -f rawvideo -s 2176x1360 /home/chema/
Escritorio/Openmeetings/webapps/openmeetings/streams/hibernate/
flvRecording_1.jpg

Regards. José Manuel.

--
You received this message because you are subscribed to the Google
  Groups
OpenMeetings User group.
To post to this group, send email to
  openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at
   http://groups.google.com/group/openmeetings-user?hl=en.

   --
   Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.wagner-sebastian.com
   seba.wag...@gmail.com

  --
  You received this message because you are subscribed to the Google Groups
  OpenMeetings User group.
  To post to this group, send email to openmeetings-user@googlegroups.com.
  To unsubscribe from this group, send email to
  openmeetings-user+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
 seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 

[openmeetings-user] Re: Quality in the recordings

2011-06-13 Thread lucimara julia
Hi Sebastian;

I dont know; this is my log:

Log:13.06.2011 20:22:16
generateFFMPEG
process-generateFFMPEG
error-FFmpeg version SVN-r13582, Copyright (c) 2000-2008 Fabrice
Bellard, et al.  configuration: --prefix=/usr --libdir=${prefix}/lib --
shlibdir=${prefix}/lib --bindir=${prefix}/bin --incdir=${prefix}/
include/ffmpeg --enable-shared --enable-libmp3lame --enable-gpl --
enable-libfaad --mandir=${prefix}/share/man --enable-libvorbis --
enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --
enable-libamr-nb --enable-libamr-wb --enable-x11grab --enable-libgsm --
enable-libx264 --enable-liba52 --enable-libtheora --extra-cflags=-Wall
-g -fPIC -DPIC --cc=ccache cc --enable-swscale --enable-libdc1394 --
enable-nonfree --disable-mmx --disable-stripping --enable-avfilter --
enable-libdirac --disable-decoder=libdirac --enable-libschroedinger --
disable-encoder=libschroedinger --disable-altivec --disable-armv5te --
disable-armv6 --disable-vis  libavutil version: 49.7.0  libavcodec
version: 51.58.0  libavformat version: 52.16.0  libavdevice version:
52.0.0  libavfilter version: 0.0.0  built on May  3 2009 12:02:42,
gcc: 4.3.2[flv @ 0xb7776640]Could not find codec parameters (Video:
0x)Input #0, flv, from '/usr/lib/red5/webapps/openmeetings/streams/
7/rec_16_stream_0_13_06_2011_20_21_48.flv':  Duration: 00:00:19.79,
start: 0.00, bitrate: N/AStream #0.0: Video: 0x, 1000.00
tb(r)Stream #0.1: Audio: nellymoser, 44100 Hz, monoOutput #0, wav,
to '/usr/lib/red5/webapps/openmeetings/streams/7/
rec_16_stream_0_13_06_2011_20_21_48_WAVE.wav':Stream #0.0: Audio:
pcm_s16le, 44100 Hz, mono, 705 kb/sStream mapping:  Stream #0.1 -
#0.0Press [q] to stop encodingsize=1709kB time=19.84 bitrate=
705.6kbits/svideo:0kB audio:1709kB global headers:0kB muxing
overhead 0.002514%
command-[ffmpeg, -async, 1, -i, /usr/lib/red5/webapps/openmeetings/
streams/7/rec_16_stream_0_13_06_2011_20_21_48.flv, /usr/lib/red5/
webapps/openmeetings/streams/7/
rec_16_stream_0_13_06_2011_20_21_48_WAVE.wav]
exitValue-0

0

Log:13.06.2011 20:22:16
generateFFMPEG
process-fillGap
error-
command-[sox, /usr/lib/red5/webapps/openmeetings/streams/7/
rec_16_stream_0_13_06_2011_20_21_48_WAVE.wav, /usr/lib/red5/webapps/
openmeetings/streams/7/
rec_16_stream_0_13_06_2011_20_21_48_GAP_FULL_WAVE_0.wav, pad, 0.012,
0]
exitValue-0

0

Log:13.06.2011 20:22:16
generateFFMPEG
process-addStartEndToAudio
error-
command-[sox, /usr/lib/red5/webapps/openmeetings/streams/7/
rec_16_stream_0_13_06_2011_20_21_48_GAP_FULL_WAVE_0.wav, /usr/lib/red5/
webapps/openmeetings/streams/7/
rec_16_stream_0_13_06_2011_20_21_48_FULL_WAVE.wav, pad, 0.0, 0.0]
exitValue-0

0

Log:13.06.2011 20:22:16
generateFFMPEG
process-generateFullFLV
error-FFmpeg version SVN-r13582, Copyright (c) 2000-2008 Fabrice
Bellard, et al.  configuration: --prefix=/usr --libdir=${prefix}/lib --
shlibdir=${prefix}/lib --bindir=${prefix}/bin --incdir=${prefix}/
include/ffmpeg --enable-shared --enable-libmp3lame --enable-gpl --
enable-libfaad --mandir=${prefix}/share/man --enable-libvorbis --
enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --
enable-libamr-nb --enable-libamr-wb --enable-x11grab --enable-libgsm --
enable-libx264 --enable-liba52 --enable-libtheora --extra-cflags=-Wall
-g -fPIC -DPIC --cc=ccache cc --enable-swscale --enable-libdc1394 --
enable-nonfree --disable-mmx --disable-stripping --enable-avfilter --
enable-libdirac --disable-decoder=libdirac --enable-libschroedinger --
disable-encoder=libschroedinger --disable-altivec --disable-armv5te --
disable-armv6 --disable-vis  libavutil version: 49.7.0  libavcodec
version: 51.58.0  libavformat version: 52.16.0  libavdevice version:
52.0.0  libavfilter version: 0.0.0  built on May  3 2009 12:02:42,
gcc: 4.3.2[flv @ 0xb76b4640]Could not find codec parameters (Audio:
0x)Seems stream 0 codec frame rate differs from container frame
rate: 1000.00 (1000/1) - 1.00 (1/1)Input #0, flv, from '/usr/lib/red5/
webapps/openmeetings/streams/7/
rec_16_stream_091fa89fd1475e2ed52b65c5e9c69fb2_13_06_2011_20_21_48.flv':
Duration: 00:00:19.00, start: 0.00, bitrate: N/AStream #0.0:
Video: flashsv, bgr24, 512x384,  1.00 tb(r)Stream #0.1: Audio:
0xInput #1, wav, from '/usr/lib/red5/webapps/openmeetings/streams/
7/rec_16_stream_0_13_06_2011_20_21_48_FULL_WAVE.wav':  Duration:
00:00:19.85, bitrate: 705 kb/sStream #1.0: Audio: pcm_s16le, 44100
Hz, mono, 705 kb/sOutput #0, flv, to '/usr/lib/red5/webapps/
openmeetings/streams/hibernate/flvRecording_16.flv':Stream #0.0:
Video: flashsv, bgr24, 656x496, q=2-31, 200 kb/s,  1.00 tb(c)
Stream #0.1: Audio: libmp3lame, 22050 Hz, mono, 32 kb/sStream
mapping:  Stream #0.0 - #0.0  Stream #1.0 - #0.1Press [q] to stop
encodingframe=3 fps=  0 q=0.0 size= 398kB time=2.95
bitrate=1105.2kbits/sframe=6 fps=  5 q=0.0 size= 655kB
time=5.04 bitrate=1064.8kbits/sframe=9 fps=  5 q=0.0 size=
835kB time=8.02 bitrate= 852.9kbits/sframe=   11 fps=