vnc2swf-users Mailing List for vnc2swf (Page 14)
Status: Alpha
Brought to you by:
euske
You can subscribe to this list here.
2005 |
Jan
|
Feb
(1) |
Mar
(11) |
Apr
(9) |
May
(2) |
Jun
(2) |
Jul
(7) |
Aug
(32) |
Sep
(22) |
Oct
(31) |
Nov
(54) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(11) |
Feb
(14) |
Mar
(2) |
Apr
(6) |
May
(13) |
Jun
(10) |
Jul
(14) |
Aug
(12) |
Sep
(13) |
Oct
(62) |
Nov
(18) |
Dec
(12) |
2007 |
Jan
(13) |
Feb
(10) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
|
Aug
(10) |
Sep
(21) |
Oct
(15) |
Nov
(3) |
Dec
(4) |
2008 |
Jan
(4) |
Feb
(24) |
Mar
(1) |
Apr
(9) |
May
(7) |
Jun
(11) |
Jul
(10) |
Aug
(11) |
Sep
(4) |
Oct
|
Nov
(13) |
Dec
|
2009 |
Jan
(3) |
Feb
(4) |
Mar
(6) |
Apr
(37) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(20) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
From: David F. <da...@sj...> - 2006-10-30 09:17:39
|
Yusuke Shinyama wrote: > Hi David, > > Sorry, I haven't noticed this message sent to the list way before > (yes, I was very busy at that time). I know this is an outdated > reply, but let me answer because I really appreciate your efforts. > Thanks so much Yusuke, your efforts in py2vnc are certainly greater than mine! > On Thu, 06 Jul 2006 14:09:53 +0200, David Fraser <da...@sj...> wrote: > >> Hi >> >> I have created a setup script for pyvnc2swf which allows packaging it in >> any of the standard ways (source distribution, rpm, windows installer) >> and also as a py2exe standalone app on Windows. >> This uses the standard python distutils system, enhanced by setuptools >> (http://peak.telecommunity.com/DevCenter/setuptools) and py2exe >> (http://py2exe.sourceforge.net/) >> > This is great. I was planning this for long time and couldn't make > it, partly because I'm not familiar with Windows. But at the same > time I have concerns about the time we might have to spend for all > this packaging stuff. They're definitely convenient for end users, > but I'm afraid that it's taking so much time to prepare, because > even now, it's already becoming difficult to test all the possiblities > after adding a new function. > > In fact, I don't like much of the idea of installing something on > my pc. Instead, I just want to download a binary, double click it > to run, and throw away when it's unnecesary. This is the reason > why I didn't want to bring setup.py into the main pyvnc2swf > source. I'd like to separate the code development and its > distribution, otherwise sooner or later I will be unable to follow > its complexity by myself. I'm simply afraid of this project > getting out of my hand. > > That's said, if you're familiar with those stuff (looks like you > are) and willing to take care of them, I'm happy to get you cvs commit > rights. Please let me know your sourceforge id. > Yes I know it can be a fair amount to test, but if its not just developers using the code, its even more work for them to get it running... Since I'm not likely to understand the core code any better than you, but have done a few fixes and can test on Linux and Windows, I'd be happy to package it My sourceforge id is davidfraser Regards David |
From: Yusuke S. <yu...@cs...> - 2006-10-30 01:37:58
|
Hello- Finally I had a time to gather all the patches and bug fixes and wrap up for the new version. Please download and try it: http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf-0.9.0.tar.gz (tar, 63k) http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf-0.9.0.zip (zip, 75k) Changes: * A big change to the GUI. Now you can start recoding immediately without giving the filename, and save it later on. When you discard the recorded session, it asks you confirmation. * From now on, a password file *must* be encrypted by vncpasswd. Specifying ~/.vnc/passwd file directly is also allowed so that you don't have to type passwords again and again. * I fixed the Pymedia-related bugs and mp3 bugs (hopefully). * I applied Luis' patch that disables scaling by default. I'm wonrding if I missed something. And the test is still incomplete, so if you find any problem please tell to the list. Thank you. Yusuke |
From: Yusuke S. <yu...@cs...> - 2006-10-29 20:16:08
|
Hi David, Sorry, I haven't noticed this message sent to the list way before (yes, I was very busy at that time). I know this is an outdated reply, but let me answer because I really appreciate your efforts. On Thu, 06 Jul 2006 14:09:53 +0200, David Fraser <da...@sj...> wrote: > Hi > > I have created a setup script for pyvnc2swf which allows packaging it in > any of the standard ways (source distribution, rpm, windows installer) > and also as a py2exe standalone app on Windows. > This uses the standard python distutils system, enhanced by setuptools > (http://peak.telecommunity.com/DevCenter/setuptools) and py2exe > (http://py2exe.sourceforge.net/) This is great. I was planning this for long time and couldn't make it, partly because I'm not familiar with Windows. But at the same time I have concerns about the time we might have to spend for all this packaging stuff. They're definitely convenient for end users, but I'm afraid that it's taking so much time to prepare, because even now, it's already becoming difficult to test all the possiblities after adding a new function. In fact, I don't like much of the idea of installing something on my pc. Instead, I just want to download a binary, double click it to run, and throw away when it's unnecesary. This is the reason why I didn't want to bring setup.py into the main pyvnc2swf source. I'd like to separate the code development and its distribution, otherwise sooner or later I will be unable to follow its complexity by myself. I'm simply afraid of this project getting out of my hand. That's said, if you're familiar with those stuff (looks like you are) and willing to take care of them, I'm happy to get you cvs commit rights. Please let me know your sourceforge id. Thanks, Yusuke |
From: Matthew T. <ths...@ho...> - 2006-10-29 15:53:10
|
Thank you! Until the next update I have worked out a solution. I use vncpasswd.exe to create a password file, using random characters as password. Something like %^(w!&#z. The vncpasswd.exe creates an encrypted password file based off %^(w!&#z. The new encrypted output is what I use for the password file, and is the password I use for VNC remote connections. The above does two things 1. If the password file is found the data inside is garbled, and its not apparent that its a working password. 2. if a user tries to remotely discover the password via registry, the code that is found will not work to log into vnc. The only pass that will work is the one in the password file. For the clients that are allowed to connect, they are given a vnc connection session file. This automatically connects them so they dont have to enter or remember a complex password. >From: Yusuke Shinyama <yu...@cs...> >To: Matthew Turner <ths...@ho...> >CC: vnc...@li... >Subject: Re: [Vnc2swf-users] password file >Date: 28 Oct 2006 14:06:24 -0700 > >Hi, > >No, currently a passwd file is supposed to be a plain text, as I >expected that people always set up a local Vnc server only for >recording. But I understand your concern so I'll get this >encrypted in the next version. > >Thanks >Yusuke > >On Sat, 28 Oct 2006 13:55:01 -0700, "Matthew Turner" ><ths...@ho...> wrote: > > Hi, I posted this but did not see it on the archive list. Sorry if I'm > > double posting. > > > > > > Hello > > > > I am trying to use the command line options to start a recording. Below >is > > the command and switches I am using. > > > > vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 >5900 > > > > The issue is with the password file. I'm not sure it works with windows >as > > the only way I can get it to work is if I use a plain text password >file. > > I tried to use a program called vncpasswd.exe that comes with a oss >project > > called vnc2snapshot. > > The Vncpasswd does create a file with the password encrypted but if I >use > > that vnc2swf does not connect. The only way I can get the above command >to > > work is if I create the password file in plain text. > > > > I would really like to get it working using the encrypted password file >as > > its better security. > > > > Does the password file work in windows like it does in linux? > > > > Thanks > > > > > > > > >------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, >security? > > Get stuff done quickly with pre-integrated technology to make your job >easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache >Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Vnc2swf-users mailing list > > Vnc...@li... > > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users |
From: Yusuke S. <yu...@cs...> - 2006-10-28 21:13:08
|
Hi, No, currently a passwd file is supposed to be a plain text, as I expected that people always set up a local Vnc server only for recording. But I understand your concern so I'll get this encrypted in the next version. Thanks Yusuke On Sat, 28 Oct 2006 13:55:01 -0700, "Matthew Turner" <ths...@ho...> wrote: > Hi, I posted this but did not see it on the archive list. Sorry if I'm > double posting. > > > Hello > > I am trying to use the command line options to start a recording. Below is > the command and switches I am using. > > vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 5900 > > The issue is with the password file. I'm not sure it works with windows as > the only way I can get it to work is if I use a plain text password file. > I tried to use a program called vncpasswd.exe that comes with a oss project > called vnc2snapshot. > The Vncpasswd does create a file with the password encrypted but if I use > that vnc2swf does not connect. The only way I can get the above command to > work is if I create the password file in plain text. > > I would really like to get it working using the encrypted password file as > its better security. > > Does the password file work in windows like it does in linux? > > Thanks > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users |
From: Matthew T. <ths...@ho...> - 2006-10-28 20:55:09
|
Hi, I posted this but did not see it on the archive list. Sorry if I'm double posting. Hello I am trying to use the command line options to start a recording. Below is the command and switches I am using. vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 5900 The issue is with the password file. I'm not sure it works with windows as the only way I can get it to work is if I use a plain text password file. I tried to use a program called vncpasswd.exe that comes with a oss project called vnc2snapshot. The Vncpasswd does create a file with the password encrypted but if I use that vnc2swf does not connect. The only way I can get the above command to work is if I create the password file in plain text. I would really like to get it working using the encrypted password file as its better security. Does the password file work in windows like it does in linux? Thanks |
From: alf <les...@ya...> - 2006-10-28 15:53:32
|
Hi, I tried to generate mpeg video clip out of the swf but the result was not very good. It looked like old fashioned movie with blinking picture frames. I dug into pymedia a little and was able to fix it by replacing following code: ## params = { ## 'frame_rate_base': 125, ## 'deinterlace': 0, ## 'height': self.screen.out_height, ## 'width': self.screen.out_width, ## 'id': vcodec.getCodecID(self.mpeg_codec), ## 'format': vcodec.formats.PIX_FMT_YUV420P ## } ## params['frame_rate'] = int(params['frame_rate_base'] * self.info.framerate) params = { 'type': 0, 'gop_size': 12, 'frame_rate_base': 125, 'max_b_frames': 0, 'height': self.screen.out_height, 'width': self.screen.out_width, 'frame_rate': 2997, 'deinterlace': 0, 'id': vcodec.getCodecID(self.mpeg_codec), 'format': vcodec.formats.PIX_FMT_YUV420P } in output.py. Again I use python2.4 and the latest pymedia/pygame libs. The solution is not perfect as the mpeg players show the movie length in thousands seconds instead of minutes. I will wrap up all my fixes/improvements and post it a week or so. First I have to finish my screen casts :-) ... -- alf |
From: welcome to b. <wan...@ya...> - 2006-10-27 18:00:02
|
Hi, friend, I am a big wholesale dealer, main wholesale Shoes (Nike, Addidas, Gucci ,Puma ) Bags (Chloe, Gucci , Louis Vuttion, Chanel ,Fendi, Hermes, Balenciaga, Marc Jacobs) If you have any requirements, please contact me via following channels: My Web address: http://www.bjbagshow.com My MSN : wan...@ho... My email: wan...@ho... If you buy more we can give you much discounts. Sorry for the bother please forgive me! |
From: Olivier J. <oja...@gm...> - 2006-10-27 09:00:43
|
Hi, I used to use ffmpeg a lot to create flv (video) and swf (shapes). While it is great for source files that are videos, it produces mixed results with screen capture. Quality is not so good and degrades over time. vnc2swf has a far better quality when capturing what goes on on a screen. Olivier. On 10/26/06, alf <les...@ya...> wrote: > > Hi Yusuke, > > one more thing - it is more FWIW but also a question: > I found out that ffmpeg can create swf on its own. I wonder did you > have a chance to play with that and if yes, what results it gave. > > thx, alf > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > -- HP OpenCall Software http://www.hp.com/go/opencall/ |
From: Matthew T. <ths...@ho...> - 2006-10-27 05:43:07
|
Hello I am trying to use the command line options to start a recording. Below is the command and switches I am using. vnc2swf.py -n -o c:\NameOfFlash.swf -t video -P PasswordFile 127.0.0.1 5900 The issue is with the password file. I'm not sure it works with windows as the only way I can get it to work is if I use a plain text password file. I tried to use a program called vncpasswd.exe that comes with a oss project called vnc2snapshot. The Vncpasswd does create a file with the password encrypted but if I use that vnc2swf does not connect. The only way I can get the above command to work is if I create the password file in plain text. I would really like to get it working using the encrypted password file as its better security. Does the password file work in windows like it does in linux? Thanks |
From: Andy L. <les...@ya...> - 2006-10-26 18:04:52
|
Hi,=0A=0AThx for the other reply to my problem, but I think I know what hap= pens. There is a small mp3 parsing issue. According to http://upload.wikime= dia.org/wikipedia/en/e/ee/Mp3filestructure.jpg last 2 bits of MP3 sync word= should be 0. After changing it in the mp3.py=0A=0A$ diff mp3.py mp3.py.ori= =0A171c171=0A< if (h & 0xfffb0003L) !=3D 0xfffb0000L: continue=0A---= =0A> if (h & 0xffe00000L) !=3D 0xffe00000L: continue=0A=0Aall is fine= now and my pymedia produced mp3 are perfectly fine.=0A=0A=0AI am total mul= timedia newbie so what I wrote might just an accident, but hey it WORKS now= !=0A-- =0AThx, alf=0A=0A=0A----- Original Message ----=0AFrom: Andy Leszczy= nski <les...@ya...>=0ATo: vnc...@li...=0ASe= nt: Thursday, October 26, 2006 11:11:07 AM=0ASubject: [Vnc2swf-users] edit.= py rejects certain mp3=0A=0AHi,=0AI see following crash:=0A=0A$ python24 ed= it.py -c -t shape -s 0.75 -a t10_000.swf.mp3 -o abc t10_000.swf=0AUsing pyg= ame 1.7.1release=0AUsing pymedia 1.3.7.0=0AReading mp3 file: t10_000.swf.mp= 3...=0ATraceback (most recent call last):=0A File "edit.py", line 234, in = ?=0A if __name__ =3D=3D "__main__": main(sys.argv[1:])=0A File "edit.py= ", line 155, in main=0A info.reg_mp3blocks(fp)=0A File "d:\src_mirror\p= yvnc2swf-0.8.2al\movie.py", line 106, in reg_mp3blocks=0A MP3Reader(self= .mp3).read_mp3file(fp, length, nsamples, seeksamples)=0A File "d:\src_mirr= or\pyvnc2swf-0.8.2al\mp3.py", line 174, in read_mp3file=0A assert (h & 0= x00060000L) =3D=3D 0x00020000L, '!Layer3'=0AAssertionError: !Layer3=0A=0A= =0ACloser look reveals that (h & 0x00060000L) is equal to '0x00060000L', no= t desired '0x00020000L'.=0A=0AI have to admit I first time in life see mp3 = code so any insight or clue would be desired :-).=0A=0A=0AFor the record: m= y current work around it to lame(unlame(it)).=0A=0AThx in advance,=0A-- =0A= alf=0A=0A=0A=0A=0A=0A=0A---------------------------------------------------= ----------------------=0AUsing Tomcat but need to do more? Need to support = web services, security?=0AGet stuff done quickly with pre-integrated techno= logy to make your job easier=0ADownload IBM WebSphere Application Server v.= 1.0.1 based on Apache Geronimo=0Ahttp://sel.as-us.falkag.net/sel?cmd=3Dlnk&= kid=3D120709&bid=3D263057&dat=3D121642=0A__________________________________= _____________=0AVnc2swf-users mailing list=0AV...@li...urceforg= e.net=0Ahttps://lists.sourceforge.net/lists/listinfo/vnc2swf-users=0A=0A=0A |
From: Luis F. K. <lf...@ya...> - 2006-10-26 17:37:14
|
Well, I think that your file is not encoded in mpeg layer 3, but in layer 1= . Swf allows only mpeg layer 3! I know, your file extension is mp3 and it = probably plays on most mp3 players, but unfortunately it's not mpeg layer 3= . =0AI borrowed the following description of mp3 header from http://www.dv= .co.yu/mpgscript/mpeghdr.htm:=0A=0AHere is "graphical" presentation of the = header content. Characters =0Afrom A to M are used to indicate different fi= elds. In the table, you can see =0Adetails about the content of each field.= =0A=0A=0A=0AAAAAAAAA AAABBCCD EEEEFFGH IIJJKLMM=0A=0A=0A=0A=0A=0A=0A=0A=0A= SignLength=0A(bits)Position=0A(bits)Description=0A=0A=0A=0AA11(31-21)Frame = sync (all bits set)=0A=0A=0A=0AB2(20,19)MPEG Audio version ID=0A = =0A00 - MPEG Version 2.5=0A01 - reserved=0A10 - MPEG Version 2 (ISO/IEC 138= 18-3)=0A11 - MPEG Version 1 (ISO/IEC 11172-3)=0ANote: MPEG Version 2.5 is n= ot official standard. Bit No 20 in frame header =0Ais used to indicate vers= ion 2.5. Applications that do not support this MPEG version =0Aexpect this = bit always to be set, meaning that frame sync (A) is twelve bits long, =0An= ot eleve as stated here. Accordingly, B is one bit long (represents only bi= t =0ANo 19). I recommend using methodology presented here, since this allow= s you to =0Adistinguish all three versions and keep full compatibility.=0A= =0A=0A=0A=0AC2(18,17)=0ALayer description=0A =0A00 - reserved=0A= =0A01 - Layer III=0A=0A10 - Layer II=0A=0A11 - Layer I=0A=0A=0A=0AD1(16)=0A= Protection bit=0A =0A0 - Protected by CRC (16bit crc follows heade= r)=0A=0A1 - Not protected=0A=0A=0A=0A=0A----- Mensagem original ----=0ADe: = Andy Leszczynski <les...@ya...>=0APara: vnc...@li...urce= forge.net=0AEnviadas: Quinta-feira, 26 de Outubro de 2006 13:11:07=0AAssunt= o: [Vnc2swf-users] edit.py rejects certain mp3=0A=0AHi,=0AI see following c= rash:=0A=0A$ python24 edit.py -c -t shape -s 0.75 -a t10_000.swf.mp3 -o abc= t10_000.swf=0AUsing pygame 1.7.1release=0AUsing pymedia 1.3.7.0=0AReading = mp3 file: t10_000.swf.mp3...=0ATraceback (most recent call last):=0A File = "edit.py", line 234, in ?=0A if __name__ =3D=3D "__main__": main(sys.arg= v[1:])=0A File "edit.py", line 155, in main=0A info.reg_mp3blocks(fp)= =0A File "d:\src_mirror\pyvnc2swf-0.8.2al\movie.py", line 106, in reg_mp3b= locks=0A MP3Reader(self.mp3).read_mp3file(fp, length, nsamples, seeksamp= les)=0A File "d:\src_mirror\pyvnc2swf-0.8.2al\mp3.py", line 174, in read_m= p3file=0A assert (h & 0x00060000L) =3D=3D 0x00020000L, '!Layer3'=0AAsser= tionError: !Layer3=0A=0A=0ACloser look reveals that (h & 0x00060000L) is eq= ual to '0x00060000L', not desired '0x00020000L'.=0A=0AI have to admit I fir= st time in life see mp3 code so any insight or clue would be desired :-).= =0A=0A=0AFor the record: my current work around it to lame(unlame(it)).=0A= =0AThx in advance,=0A-- =0Aalf=0A=0A=0A=0A=0A=0A=0A------------------------= -------------------------------------------------=0AUsing Tomcat but need t= o do more? Need to support web services, security?=0AGet stuff done quickly= with pre-integrated technology to make your job easier=0ADownload IBM WebS= phere Application Server v.1.0.1 based on Apache Geronimo=0Ahttp://sel.as-u= s.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642=0A_______= ________________________________________=0AVnc2swf-users mailing list=0AVnc= 2sw...@li...=0Ahttps://lists.sourceforge.net/lists/list= info/vnc2swf-users=0A=0A=0A=0A=0A=0A=0A=0A=09=0A=0A=0A=0A=09=0A=09=09=0A___= ____________________________________________________ =0AVoc=EA quer respost= as para suas perguntas? Ou voc=EA sabe muito e quer compartilhar seu conhec= imento? Experimente o Yahoo! Respostas !=0Ahttp://br.answers.yahoo.com/ |
From: alf <les...@ya...> - 2006-10-26 16:33:44
|
Hi Yusuke, one more thing - it is more FWIW but also a question: I found out that ffmpeg can create swf on its own. I wonder did you have a chance to play with that and if yes, what results it gave. thx, alf |
From: Andy L. <les...@ya...> - 2006-10-26 16:11:22
|
Hi,=0AI see following crash:=0A=0A$ python24 edit.py -c -t shape -s 0.75 -a= t10_000.swf.mp3 -o abc t10_000.swf=0AUsing pygame 1.7.1release=0AUsing pym= edia 1.3.7.0=0AReading mp3 file: t10_000.swf.mp3...=0ATraceback (most recen= t call last):=0A File "edit.py", line 234, in ?=0A if __name__ =3D=3D "= __main__": main(sys.argv[1:])=0A File "edit.py", line 155, in main=0A i= nfo.reg_mp3blocks(fp)=0A File "d:\src_mirror\pyvnc2swf-0.8.2al\movie.py", = line 106, in reg_mp3blocks=0A MP3Reader(self.mp3).read_mp3file(fp, lengt= h, nsamples, seeksamples)=0A File "d:\src_mirror\pyvnc2swf-0.8.2al\mp3.py"= , line 174, in read_mp3file=0A assert (h & 0x00060000L) =3D=3D 0x0002000= 0L, '!Layer3'=0AAssertionError: !Layer3=0A=0A=0ACloser look reveals that (h= & 0x00060000L) is equal to '0x00060000L', not desired '0x00020000L'.=0A=0A= I have to admit I first time in life see mp3 code so any insight or clue wo= uld be desired :-).=0A=0A=0AFor the record: my current work around it to la= me(unlame(it)).=0A=0AThx in advance,=0A-- =0Aalf=0A=0A=0A=0A=0A |
From: welcome to b. <wan...@ya...> - 2006-10-26 14:01:25
|
Hi, friend, I am a big wholesale dealer, main wholesale Shoes (Nike, Addidas, Gucci ,Puma ) Bags (Chloe, Gucci , Louis Vuttion, Chanel ,Fendi, Hermes, Balenciaga, Marc Jacobs) If you have any requirements, please contact me via following channels: My Web address: http://www.bjbagshow.com My MSN : wan...@ho... My email: wan...@ho... If you buy more we can give you much discounts. Sorry for the bother please forgive me! |
From: David F. <da...@sj...> - 2006-10-26 12:59:08
|
alf wrote: > Hi, > > I just finished some other improvements I needed for my project: > -synchronized voice recording > -synchronized mouse/keyboard events collection to make them audible > in the final swf Sounds cool. I already have some synchronized voice recording, which presumably overlaps with yours > If anyone is interested, I will publish my patches. > Yes please do. This of course underlines the importance of gathering and including these patches into version control. Yusuke, would this be possible? Hopefully before you have finished your patches... http://catb.org/esr/writings/cathedral-bazaar/cathedral-bazaar/ar01s04.html :-) David |
From: alf <les...@ya...> - 2006-10-26 12:25:19
|
Hi, I just finished some other improvements I needed for my project: -synchronized voice recording -synchronized mouse/keyboard events collection to make them audible in the final swf In the GUI version of vnc2swf I added some code which creates two additional files - one containing mp3 recorded sound and another which stores (for now M$ only) time lined information about clicks and keyboard presses. One thing left to do is the merging clicks in the mp3 itself. Implementation details: -voice recording - piece of cake when pymedia used -key strokes/mouse clicks - pyHook does it in a few lines of the code If anyone is interested, I will publish my patches. Thx, alf |
From: welcome to b. <wan...@ya...> - 2006-10-26 10:49:55
|
Hi, friend, I am a big wholesale dealer, main wholesale Shoes (Nike, Addidas, Gucci ,Puma ) Bags (Chloe, Gucci , Louis Vuttion, Chanel ,Fendi, Hermes, Balenciaga, Marc Jacobs) If you have any requirements, please contact me via following channels: My Web address: http://www.bjbagshow.com My MSN : wan...@ho... My email: wan...@ho... If you buy more we can give you much discounts. Sorry for the bother please forgive me! |
From: David F. <da...@sj...> - 2006-10-19 20:26:12
|
Hi Yusuke Fantastic to hear from you! Very glad you're still interested in the project as well, and thanks for your quick reply! Regards David Yusuke Shinyama wrote: > Hi Andy and David, > > Thanks to the patches! Yes, I'm still alive and trying to get this > updated, but having no chance recently... Actually, I have a sorta > big change to the UI, and I don't want to release the next version > until this part is finished. I have also received a couple of > patches and comments, but they're just put aside for now. Sorry. > > Yusuke > > > On Thu, 19 Oct 2006 18:05:00 +0200, David Fraser <da...@sj...> wrote: > >> Hi Andy >> >> Thanks for the patches. I've also tried to submit some patches recently, >> but have been unable to contact Yusuke Shinyama, the project maintainer. >> Yusuke, hope you are doing well - are you still interested in >> maintaining this project? >> >> Regards >> David >> >> Andy Leszczynski wrote: >> >>> Hi, >>> >>> First of all thx for a great idea and implementation. >>> I am about to make some sreencast soon and your >>> pyvnc2swf came handy totally unexpectedly. I enjoy it >>> even more as I work on large Python software >>> development. I have a question, error/fix report and >>> some improvement ideas. But first for the record >>> versions of software I use : >>> >>> $ pwd >>> /cygdrive/d/pyvnc2swf-0.8.2 >>> $ python24 >>> Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 >>> 32 bit (Intel)] on win32 >>> Type "help", "copyright", "credits" or "license" for >>> more information. >>> >>> >>>>>> import pymedia >>>>>> pymedia.__version__ >>>>>> >>>>>> >>> '1.3.7.0' >>> >>> >>>>>> import pygame >>>>>> pygame.__version__ >>>>>> >>>>>> >>> '1.7.1release' >>> >>> >>> 1) Question: I can not find out what is the difference >>> between SWF/Shape SWF/Video. I would like to ask you >>> to point me at some docs explaining the difference. >>> >>> 2) Fix. I tried to export my SWF to MPEG and edit.py >>> was crashing. After some investigation I realized that >>> a bug is here: >>> >>> $ diff output.py~ output.py >>> 758c758 >>> < self.out_file.write(encFrame) >>> --- >>> >>> >>>> self.out_file.write(encFrame.data) >>>> >>>> >>> There is a significant improvement but produced MPEG2 >>> is large and blinks >>> >>> >>> 3) Improvement proposal. The '-s scaling' option is >>> very infeasible for MPEG since it multiplies the >>> source resolution by the float point number factor and >>> it is hard to get the destination resolution meeting >>> the MPEG req (like divisible by 2). Having an option >>> -r resolution would really help. >>> >>> >>> 4) Improvement with ad hoc fix. I use the GUI/Tk >>> version to screencast short but frequent clips. It is >>> cumbersome to enter the password and select a new file >>> every time. So I adds a piece of code keeping the >>> password and numbering the file. Here it is: >>> >>> $ diff vnc2swf.py~ vnc2swf.py >>> 66a67 >>> >>> >>>> password=None >>>> >>>> >>> 87c88,90 >>> < return tkPasswordDialog('Login', >>> --- >>> >>> >>>> global password >>>> if password is None: >>>> password=tkPasswordDialog('Login', >>>> >>>> >>> 89a93 >>> >>> >>>> return password >>>> >>>> >>> 128a133 >>> >>> >>>> self.originalfilename=None >>>> >>>> >>> 189a195,208 >>> >>> >>>> def __update_filename(self): >>>> if self.originalfilename is None: >>>> self.originalfilename=self.info.filename >>>> import os >>>> def addc(filename,c): >>>> return >>>> >>>> >>> '%s%03d%s'%(filename[:-4],c,filename[-4:]) >>> >>> >>>> c=0 >>>> f=addc(self.originalfilename,c) >>>> while os.path.exists(f): >>>> c+=1 >>>> f=addc(self.originalfilename,c) >>>> print 9999,self.originalfilename,f >>>> return f >>>> >>>> >>>> >>> 190a210,211 >>> >>> >>>> assert self.info.filename >>>> self.info.filename=self.__update_filename() >>>> >>>> >>> 197d217 >>> < assert self.info.filename >>> >>> >>> Thx again for a great tool. Best regards. >>> >>> >>> -- >>> >>> AndyL >>> >>> When all you have is a hammer, every problem looks >>> like a nail. >>> >>> ------------------------------------------------------------------------- >>> Using Tomcat but need to do more? Need to support web services, security? >>> Get stuff done quickly with pre-integrated technology to make your job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> Vnc2swf-users mailing list >>> Vnc...@li... >>> https://lists.sourceforge.net/lists/listinfo/vnc2swf-users >>> >>> |
From: Yusuke S. <yu...@cs...> - 2006-10-19 17:42:51
|
On Thu, 19 Oct 2006 10:36:46 -0700 (PDT), Andy Leszczynski <les...@ya...> wrote: > Still, if you would have minute to explain/point me at the docs > outlining the difference between SWF/Shape SWF/Video I would be > very grateful - I did my homework but could find anything > conclusive. Also which one you would recommend for making > actual sreencast: Shape or Video? Ok, here's the distiction... Shape: pros: compatible with older Flash player (ver.5), faster encoding cons: larger filesize, sometime getting slow to playback. Video: pros: smaller filesize, stable playback speed. cons: only supported Flash ver.7 or newer, slower encoding. (not suitable for on-the-fly encoding) But recently most Flash players are ver.7 or newer, so I recommend to record as Shape first, then convert to Video. Yusuke |
From: Andy L. <les...@ya...> - 2006-10-19 17:37:00
|
Hi Yusuke,=0A=0AGlad to here the project is active and hope you will have m= ore time to maintain it. If you need some help let me know - I could donate= some of my time too. I am python convert (from many years of C/C++) and lu= cky enough to design/code in it every day - I lead a large (if 40K lines of= code is large) Python app development at work.=0A=0AStill, if you would ha= ve minute to explain/point me at the docs outlining the difference between = SWF/Shape SWF/Video I would be very grateful - I did my homework but could = find anything conclusive.=0A=0AAlso which one you would recommend for makin= g actual sreencast: Shape or Video?=0A=0AAndy=0A=0A |
From: Yusuke S. <yu...@cs...> - 2006-10-19 17:09:31
|
Hi Andy and David, Thanks to the patches! Yes, I'm still alive and trying to get this updated, but having no chance recently... Actually, I have a sorta big change to the UI, and I don't want to release the next version until this part is finished. I have also received a couple of patches and comments, but they're just put aside for now. Sorry. Yusuke On Thu, 19 Oct 2006 18:05:00 +0200, David Fraser <da...@sj...> wrote: > Hi Andy > > Thanks for the patches. I've also tried to submit some patches recently, > but have been unable to contact Yusuke Shinyama, the project maintainer. > Yusuke, hope you are doing well - are you still interested in > maintaining this project? > > Regards > David > > Andy Leszczynski wrote: > > Hi, > > > > First of all thx for a great idea and implementation. > > I am about to make some sreencast soon and your > > pyvnc2swf came handy totally unexpectedly. I enjoy it > > even more as I work on large Python software > > development. I have a question, error/fix report and > > some improvement ideas. But first for the record > > versions of software I use : > > > > $ pwd > > /cygdrive/d/pyvnc2swf-0.8.2 > > $ python24 > > Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 > > 32 bit (Intel)] on win32 > > Type "help", "copyright", "credits" or "license" for > > more information. > > > >>>> import pymedia > >>>> pymedia.__version__ > >>>> > > '1.3.7.0' > > > >>>> import pygame > >>>> pygame.__version__ > >>>> > > '1.7.1release' > > > > > > 1) Question: I can not find out what is the difference > > between SWF/Shape SWF/Video. I would like to ask you > > to point me at some docs explaining the difference. > > > > 2) Fix. I tried to export my SWF to MPEG and edit.py > > was crashing. After some investigation I realized that > > a bug is here: > > > > $ diff output.py~ output.py > > 758c758 > > < self.out_file.write(encFrame) > > --- > > > >> self.out_file.write(encFrame.data) > >> > > > > There is a significant improvement but produced MPEG2 > > is large and blinks > > > > > > 3) Improvement proposal. The '-s scaling' option is > > very infeasible for MPEG since it multiplies the > > source resolution by the float point number factor and > > it is hard to get the destination resolution meeting > > the MPEG req (like divisible by 2). Having an option > > -r resolution would really help. > > > > > > 4) Improvement with ad hoc fix. I use the GUI/Tk > > version to screencast short but frequent clips. It is > > cumbersome to enter the password and select a new file > > every time. So I adds a piece of code keeping the > > password and numbering the file. Here it is: > > > > $ diff vnc2swf.py~ vnc2swf.py > > 66a67 > > > >> password=None > >> > > 87c88,90 > > < return tkPasswordDialog('Login', > > --- > > > >> global password > >> if password is None: > >> password=tkPasswordDialog('Login', > >> > > 89a93 > > > >> return password > >> > > 128a133 > > > >> self.originalfilename=None > >> > > 189a195,208 > > > >> def __update_filename(self): > >> if self.originalfilename is None: > >> self.originalfilename=self.info.filename > >> import os > >> def addc(filename,c): > >> return > >> > > '%s%03d%s'%(filename[:-4],c,filename[-4:]) > > > >> c=0 > >> f=addc(self.originalfilename,c) > >> while os.path.exists(f): > >> c+=1 > >> f=addc(self.originalfilename,c) > >> print 9999,self.originalfilename,f > >> return f > >> > >> > > 190a210,211 > > > >> assert self.info.filename > >> self.info.filename=self.__update_filename() > >> > > 197d217 > > < assert self.info.filename > > > > > > Thx again for a great tool. Best regards. > > > > > > -- > > > > AndyL > > > > When all you have is a hammer, every problem looks > > like a nail. > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Vnc2swf-users mailing list > > Vnc...@li... > > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |
From: Chris T. <Chr...@pg...> - 2006-10-19 16:10:44
|
Hi there.... I have installed pyvnc2swf on a Linux box running Fedora Core3 and with Falsh and Python installed. I am able to start the program but when I select 'start' I get an error message 111. Do you know why this might be? =20 I also need to record sound whilst recording the movie. It appears that this has to be recorded seperately and then merged in, is this correct? How would you suggets making sure that the movie and sound are in sinc with eachother? =20 Thanks, CT =20 Chris Taylor, PGS Marine Geophysical, Geoscience and Engineering - Research, Walton-on-Thames, UK office, tel:+44 (0)1932-266459 mobile: +44 (0)7796 611585 =20 |
From: David F. <da...@sj...> - 2006-10-19 16:07:27
|
Hi Andy Thanks for the patches. I've also tried to submit some patches recently, but have been unable to contact Yusuke Shinyama, the project maintainer. Yusuke, hope you are doing well - are you still interested in maintaining this project? Regards David Andy Leszczynski wrote: > Hi, > > First of all thx for a great idea and implementation. > I am about to make some sreencast soon and your > pyvnc2swf came handy totally unexpectedly. I enjoy it > even more as I work on large Python software > development. I have a question, error/fix report and > some improvement ideas. But first for the record > versions of software I use : > > $ pwd > /cygdrive/d/pyvnc2swf-0.8.2 > $ python24 > Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 > 32 bit (Intel)] on win32 > Type "help", "copyright", "credits" or "license" for > more information. > >>>> import pymedia >>>> pymedia.__version__ >>>> > '1.3.7.0' > >>>> import pygame >>>> pygame.__version__ >>>> > '1.7.1release' > > > 1) Question: I can not find out what is the difference > between SWF/Shape SWF/Video. I would like to ask you > to point me at some docs explaining the difference. > > 2) Fix. I tried to export my SWF to MPEG and edit.py > was crashing. After some investigation I realized that > a bug is here: > > $ diff output.py~ output.py > 758c758 > < self.out_file.write(encFrame) > --- > >> self.out_file.write(encFrame.data) >> > > There is a significant improvement but produced MPEG2 > is large and blinks > > > 3) Improvement proposal. The '-s scaling' option is > very infeasible for MPEG since it multiplies the > source resolution by the float point number factor and > it is hard to get the destination resolution meeting > the MPEG req (like divisible by 2). Having an option > -r resolution would really help. > > > 4) Improvement with ad hoc fix. I use the GUI/Tk > version to screencast short but frequent clips. It is > cumbersome to enter the password and select a new file > every time. So I adds a piece of code keeping the > password and numbering the file. Here it is: > > $ diff vnc2swf.py~ vnc2swf.py > 66a67 > >> password=None >> > 87c88,90 > < return tkPasswordDialog('Login', > --- > >> global password >> if password is None: >> password=tkPasswordDialog('Login', >> > 89a93 > >> return password >> > 128a133 > >> self.originalfilename=None >> > 189a195,208 > >> def __update_filename(self): >> if self.originalfilename is None: >> self.originalfilename=self.info.filename >> import os >> def addc(filename,c): >> return >> > '%s%03d%s'%(filename[:-4],c,filename[-4:]) > >> c=0 >> f=addc(self.originalfilename,c) >> while os.path.exists(f): >> c+=1 >> f=addc(self.originalfilename,c) >> print 9999,self.originalfilename,f >> return f >> >> > 190a210,211 > >> assert self.info.filename >> self.info.filename=self.__update_filename() >> > 197d217 > < assert self.info.filename > > > Thx again for a great tool. Best regards. > > > -- > > AndyL > > When all you have is a hammer, every problem looks > like a nail. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |
From: Andy L. <les...@ya...> - 2006-10-19 15:08:35
|
Hi, First of all thx for a great idea and implementation. I am about to make some sreencast soon and your pyvnc2swf came handy totally unexpectedly. I enjoy it even more as I work on large Python software development. I have a question, error/fix report and some improvement ideas. But first for the record versions of software I use : $ pwd /cygdrive/d/pyvnc2swf-0.8.2 $ python24 Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pymedia >>> pymedia.__version__ '1.3.7.0' >>> import pygame >>> pygame.__version__ '1.7.1release' 1) Question: I can not find out what is the difference between SWF/Shape SWF/Video. I would like to ask you to point me at some docs explaining the difference. 2) Fix. I tried to export my SWF to MPEG and edit.py was crashing. After some investigation I realized that a bug is here: $ diff output.py~ output.py 758c758 < self.out_file.write(encFrame) --- > self.out_file.write(encFrame.data) There is a significant improvement but produced MPEG2 is large and blinks 3) Improvement proposal. The '-s scaling' option is very infeasible for MPEG since it multiplies the source resolution by the float point number factor and it is hard to get the destination resolution meeting the MPEG req (like divisible by 2). Having an option -r resolution would really help. 4) Improvement with ad hoc fix. I use the GUI/Tk version to screencast short but frequent clips. It is cumbersome to enter the password and select a new file every time. So I adds a piece of code keeping the password and numbering the file. Here it is: $ diff vnc2swf.py~ vnc2swf.py 66a67 > password=None 87c88,90 < return tkPasswordDialog('Login', --- > global password > if password is None: > password=tkPasswordDialog('Login', 89a93 > return password 128a133 > self.originalfilename=None 189a195,208 > def __update_filename(self): > if self.originalfilename is None: > self.originalfilename=self.info.filename > import os > def addc(filename,c): > return '%s%03d%s'%(filename[:-4],c,filename[-4:]) > c=0 > f=addc(self.originalfilename,c) > while os.path.exists(f): > c+=1 > f=addc(self.originalfilename,c) > print 9999,self.originalfilename,f > return f > 190a210,211 > assert self.info.filename > self.info.filename=self.__update_filename() 197d217 < assert self.info.filename Thx again for a great tool. Best regards. -- AndyL When all you have is a hammer, every problem looks like a nail. |