vnc2swf-users Mailing List for vnc2swf (Page 24)
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: Ezequias R. da R. <eze...@re...> - 2005-08-26 15:31:39
|
Very nice to know that. I will wait for it anxiously. Sincerely Ezequias Yusuke Shinyama wrote: >Ezequias Rodrigues da Rocha <eze...@re...> wrote: > > >>Yusuke, >> >>Are you planning to make an attachment function that you could put some >>subtitles ? >> >> > >Yes, hopefully...in some other time... >But I cannot say when it happens, because this is my spare time job, okay? :) > > > >>Are you planning to put a progress bar on the shockwave flash file ? >> >>The second question I think is possible to do increasing the html file. >>Is it correct ? >> >> > >Here's a good news. Today I received a reply from Jesse Ruderman, >the author of flashSeekbar.js, who says I may be redistribute the >javascript code under GPL. So I will include this starting from the >next release. > >Yusuke > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |
From: Yusuke S. <yu...@cs...> - 2005-08-26 15:22:53
|
Ezequias Rodrigues da Rocha <eze...@re...> wrote: > Yusuke, > > Are you planning to make an attachment function that you could put some > subtitles ? Yes, hopefully...in some other time... But I cannot say when it happens, because this is my spare time job, okay? :) > Are you planning to put a progress bar on the shockwave flash file ? > > The second question I think is possible to do increasing the html file. > Is it correct ? Here's a good news. Today I received a reply from Jesse Ruderman, the author of flashSeekbar.js, who says I may be redistribute the javascript code under GPL. So I will include this starting from the next release. Yusuke |
From: Yusuke S. <yu...@cs...> - 2005-08-25 20:31:59
|
Aha! I got it. The pygame package you installed is for Python version 2.2. Unfortunately vnc2swf does not run on Python 2.2, so please install another pygame for the newer version of python. Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > [ezequias@dc ~]$ rpm -ql python | head > /usr/bin/python > /usr/bin/python2 > /usr/bin/python2.4 > /usr/lib/libpython2.4.so > /usr/lib/libpython2.4.so.1.0 > /usr/lib/python2.4 > /usr/lib/python2.4/BaseHTTPServer.py > /usr/lib/python2.4/BaseHTTPServer.pyc > /usr/lib/python2.4/BaseHTTPServer.pyo > /usr/lib/python2.4/Bastion.py > [ezequias@dc ~]$ rpm -ql pygame | head > /usr/include/python2.2/pygame/font.h > /usr/include/python2.2/pygame/mixer.h > /usr/include/python2.2/pygame/pygame.h > /usr/lib/python2.2/site-packages/pygame/__init__.py > /usr/lib/python2.2/site-packages/pygame/__init__.pyc > /usr/lib/python2.2/site-packages/pygame/base.so > /usr/lib/python2.2/site-packages/pygame/cdrom.so > /usr/lib/python2.2/site-packages/pygame/color.py > /usr/lib/python2.2/site-packages/pygame/color.pyc > /usr/lib/python2.2/site-packages/pygame/colordict.py > [ezequias@dc ~]$ > > I think you are going to the correct point now. > |
From: Ezequias R. da R. <eze...@re...> - 2005-08-25 19:59:47
|
[ezequias@dc ~]$ rpm -ql python | head /usr/bin/python /usr/bin/python2 /usr/bin/python2.4 /usr/lib/libpython2.4.so /usr/lib/libpython2.4.so.1.0 /usr/lib/python2.4 /usr/lib/python2.4/BaseHTTPServer.py /usr/lib/python2.4/BaseHTTPServer.pyc /usr/lib/python2.4/BaseHTTPServer.pyo /usr/lib/python2.4/Bastion.py [ezequias@dc ~]$ rpm -ql pygame | head /usr/include/python2.2/pygame/font.h /usr/include/python2.2/pygame/mixer.h /usr/include/python2.2/pygame/pygame.h /usr/lib/python2.2/site-packages/pygame/__init__.py /usr/lib/python2.2/site-packages/pygame/__init__.pyc /usr/lib/python2.2/site-packages/pygame/base.so /usr/lib/python2.2/site-packages/pygame/cdrom.so /usr/lib/python2.2/site-packages/pygame/color.py /usr/lib/python2.2/site-packages/pygame/color.pyc /usr/lib/python2.2/site-packages/pygame/colordict.py [ezequias@dc ~]$ I think you are going to the correct point now. Yusuke Shinyama wrote: >What does this show? > > $ rpm -ql python | head > $ rpm -ql pygame | head > >Yusuke > >Ezequias Rodrigues da Rocha <eze...@re...> wrote: > > >>I try this too. See the resoults. >> >>[root@dc pyvnc2swf-0.6.4]# python >>Python 2.4.1 (#1, May 16 2005, 15:19:29) >>[GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 >>Type "help", "copyright", "credits" or "license" for more information. >> >>> import pygame >>Traceback (most recent call last): >> File "<stdin>", line 1, in ? >>ImportError: No module named pygame >> >>> >>[root@dc pyvnc2swf-0.6.4]# ls >>crippled_des.py image.pyc movie.pyc play.py swf.py >>crippled_des.pyc LICENCE.TXT mp3.py README.txt swf.pyc >>edit.py Makefile mp3.pyc rfb.py vnc2swf.py >>image.py movie.py output.py rfb.pyc >>[root@dc pyvnc2swf-0.6.4]# python2.4 ./vnc2swf.py >>Either Pygame or Python Imaging Library is required. >>[root@dc pyvnc2swf-0.6.4]# >> >> > > > |
From: Yusuke S. <yu...@cs...> - 2005-08-25 19:51:13
|
What does this show? $ rpm -ql python | head $ rpm -ql pygame | head Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > I try this too. See the resoults. > > [root@dc pyvnc2swf-0.6.4]# python > Python 2.4.1 (#1, May 16 2005, 15:19:29) > [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import pygame > Traceback (most recent call last): > File "<stdin>", line 1, in ? > ImportError: No module named pygame > >>> > [root@dc pyvnc2swf-0.6.4]# ls > crippled_des.py image.pyc movie.pyc play.py swf.py > crippled_des.pyc LICENCE.TXT mp3.py README.txt swf.pyc > edit.py Makefile mp3.pyc rfb.py vnc2swf.py > image.py movie.py output.py rfb.pyc > [root@dc pyvnc2swf-0.6.4]# python2.4 ./vnc2swf.py > Either Pygame or Python Imaging Library is required. > [root@dc pyvnc2swf-0.6.4]# |
From: Ezequias R. da R. <eze...@re...> - 2005-08-25 19:34:38
|
I try this too. See the resoults. [root@dc pyvnc2swf-0.6.4]# python Python 2.4.1 (#1, May 16 2005, 15:19:29) [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pygame Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named pygame >>> [root@dc pyvnc2swf-0.6.4]# ls crippled_des.py image.pyc movie.pyc play.py swf.py crippled_des.pyc LICENCE.TXT mp3.py README.txt swf.pyc edit.py Makefile mp3.pyc rfb.py vnc2swf.py image.py movie.py output.py rfb.pyc [root@dc pyvnc2swf-0.6.4]# python2.4 ./vnc2swf.py Either Pygame or Python Imaging Library is required. [root@dc pyvnc2swf-0.6.4]# Yusuke Shinyama wrote: >Ezequias, > >Please type the following and see what happens: > > $ python > >>> import pygame > >If you get "ImportError: No module named pygame", that python does >not recognize the module. It occurs when there're multiple python >interpreters, and you happened to run the one which does not see >the module. The solution would be either to delete another >python, or tell them to use the alternative specifically. > >Perhaps you can do this as follows: > > $ python2.4 ./vnc2swf.py > >(I think I gave this advice to someone else recetnly... this should be on FAQ.) > >Yusuke > >Ezequias Rodrigues da Rocha <eze...@re...> wrote: > > >>Both are installed. >> >>See below: >>[ezequias@dc ~]$ rpm -q python >>python-2.4.1-2 >>[ezequias@dc ~]$ rpm -q pygame >>pygame-1.6-1_2.rhfc1.at >>[ezequias@dc ~]$ >> >> >> > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |
From: Yusuke S. <yu...@cs...> - 2005-08-25 16:40:24
|
Ezequias, Please type the following and see what happens: $ python >>> import pygame If you get "ImportError: No module named pygame", that python does not recognize the module. It occurs when there're multiple python interpreters, and you happened to run the one which does not see the module. The solution would be either to delete another python, or tell them to use the alternative specifically. Perhaps you can do this as follows: $ python2.4 ./vnc2swf.py (I think I gave this advice to someone else recetnly... this should be on FAQ.) Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > Both are installed. > > See below: > [ezequias@dc ~]$ rpm -q python > python-2.4.1-2 > [ezequias@dc ~]$ rpm -q pygame > pygame-1.6-1_2.rhfc1.at > [ezequias@dc ~]$ > |
From: Ezequias R. da R. <eze...@re...> - 2005-08-25 11:40:28
|
Both are installed. See below: [ezequias@dc ~]$ rpm -q python python-2.4.1-2 [ezequias@dc ~]$ rpm -q pygame pygame-1.6-1_2.rhfc1.at [ezequias@dc ~]$ MF wrote: >Ezequias Rodrigues da Rocha wrote: > > >>Here on fedora core 4 the erros is the same as new version. >> >>see below: >>[root@dc pyvnc2swf-0.5]# ./vnc2swf.py >>Either Pygame or Python Imaging Library is required. >>[root@dc pyvnc2swf-0.5]# >> >>I would really like to know what is happening. >> >>Sincerely >>Ezequias >> >> > >Well, it's pretty clear in the error message... > > >>Either Pygame or Python Imaging Library is required. >> >> > >Did you read the docs ? The README.TXT says: > >Prerequisites: > * Python-2.3 or newer (www.python.org) > * Pygame-1.6 or newer (www.pygame.org) > >Check to see if you have those two installed. I think Python was already >installed on my system as a dependency from OpenOffice.org for me. I use >apt-get / synaptic under Ubuntu (which is Debian-based), for a guide to >using synaptic under Fedora, see: > >http://tinyurl.com/8vs6y > >If you already have apt-get installed, simply use this from command line: > >sudo apt-get python pygame python-pygame > >I used keyword search in synaptic to verify /install the packages, but >you can use command line too. > >Actually only Python was initially needed to create files in my case, >PyGame was only needed to playback the files. > >Good luck, > >F. > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |
From: MF <mag...@gm...> - 2005-08-24 20:44:46
|
Ezequias Rodrigues da Rocha wrote: > Here on fedora core 4 the erros is the same as new version. > > see below: > [root@dc pyvnc2swf-0.5]# ./vnc2swf.py > Either Pygame or Python Imaging Library is required. > [root@dc pyvnc2swf-0.5]# > > I would really like to know what is happening. > > Sincerely > Ezequias Well, it's pretty clear in the error message... > Either Pygame or Python Imaging Library is required. Did you read the docs ? The README.TXT says: Prerequisites: * Python-2.3 or newer (www.python.org) * Pygame-1.6 or newer (www.pygame.org) Check to see if you have those two installed. I think Python was already installed on my system as a dependency from OpenOffice.org for me. I use apt-get / synaptic under Ubuntu (which is Debian-based), for a guide to using synaptic under Fedora, see: http://tinyurl.com/8vs6y If you already have apt-get installed, simply use this from command line: sudo apt-get python pygame python-pygame I used keyword search in synaptic to verify /install the packages, but you can use command line too. Actually only Python was initially needed to create files in my case, PyGame was only needed to playback the files. Good luck, F. |
From: Ezequias R. da R. <eze...@re...> - 2005-08-24 19:50:53
|
Here on fedora core 4 the erros is the same as new version. see below: [root@dc pyvnc2swf-0.5]# ./vnc2swf.py Either Pygame or Python Imaging Library is required. [root@dc pyvnc2swf-0.5]# I would really like to know what is happening. Sincerely Ezequias MF wrote: >Michael Will wrote: > > > >>Hello, >> >>I like the bar for navigating in the swf. This small java script >> >> >>from Jesse Ruderman ( http://www.squarefree.com/bookmarklets/ ) > > >>is a big improvement in comfort. >> >>But is has a strange license: >>(excerpt from http://www.squarefree.com/bookmarklets/copyright.html ) >> >> >> >> >>>Relaxed restrictions on redistribution >>> >>> >>> >>> >> >> >> >> >>>You may modify and/or distribute up to three bookmarklets from this site >>>in any way you want. You may not distribute more than three bookmarklets >>>obtained from this site without my permission except as permitted by >>>fair use laws. (Note that you may use as many of the bookmarklets as you >>>want.) >>> >>> >>> >>> >>I like to give away CDs with vnc2swf generated SWFs. And I prefer to >>say that all the software on this CD is GPL-software. >> >>So, does someone know an alternative for this nice piece of software? >>Thanks in advance >>Micha >> >> >> >> >Hello, > >I would nicely explain to the author the purpose of your CD and ask if >he would consider putting the flash bookmarlkets under GPL or under >another similar licence, or perhaps just maaking an exception for your >particular use. It specifically says "...without my permission..." ... >have you asked for such permission ? :) Perhaps he'll simply say yes. >About saying everyting is GPLed, I don't think that would be critical, >since you're creating content in a format that is not free, after all... > >Cheers, > >Fabian > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |
From: MF <mag...@gm...> - 2005-08-24 19:44:00
|
Michael Will wrote: >Hello, > >I like the bar for navigating in the swf. This small java script >from Jesse Ruderman ( http://www.squarefree.com/bookmarklets/ ) >is a big improvement in comfort. > >But is has a strange license: >(excerpt from http://www.squarefree.com/bookmarklets/copyright.html ) > > >>Relaxed restrictions on redistribution >> >> > > > >>You may modify and/or distribute up to three bookmarklets from this site >>in any way you want. You may not distribute more than three bookmarklets >>obtained from this site without my permission except as permitted by >>fair use laws. (Note that you may use as many of the bookmarklets as you >>want.) >> >> > >I like to give away CDs with vnc2swf generated SWFs. And I prefer to >say that all the software on this CD is GPL-software. > >So, does someone know an alternative for this nice piece of software? >Thanks in advance > Micha > > Hello, I would nicely explain to the author the purpose of your CD and ask if he would consider putting the flash bookmarlkets under GPL or under another similar licence, or perhaps just maaking an exception for your particular use. It specifically says "...without my permission..." ... have you asked for such permission ? :) Perhaps he'll simply say yes. About saying everyting is GPLed, I don't think that would be critical, since you're creating content in a format that is not free, after all... Cheers, Fabian |
From: MF <mag...@gm...> - 2005-08-24 19:35:08
|
Yusuke Shinyama wrote: >Hi guys, > >I've just released the first version of pyvnc2swf, another vnc2swf >implementation which is written completely in Python (and Pygame). >Now this supports several non-unix platforms, including OSX and >Windows. It is available from the vnc2swf webpage: > > http://www.unixuser.org/~euske/vnc2swf/index.html > >Note that this is still a preliminary release. >I'm interested in hearing questions/comments/bug reports. > >Thank you, >Yusuke > > Very nicely done! I tried both with GUI or command line only, generating video format from a TightVNC server (on windows) session. I am running this under Ubuntu Hoary (5.04), so far no problems. Thanks for the nice, short & easy documentation :) It would be nice to add the licence (GPL) and a note in the README about the HTML file being created automatically, it's useful to save a couple of minutes everytime a new file is created. I found no delays problems when recording sessions using a PIII 600Mhz. Cheers, Fabian |
From: Matthias S. <mat...@uz...> - 2005-08-24 15:35:48
|
this is really cool! many thanks! I am waiting for a windows version for a long time and just now I finally discovered the python version is coming along very well (having a SF project is also a nice improvement ;))! I tried it on win xp with realvnc, and it works like a charm. For us, the next big thing would be to be able to add annotations.. (I don't think it's possible yet?) greets matthias |
From: Yusuke S. <yu...@cs...> - 2005-08-24 15:23:01
|
Looks like you didn't install the tkinter package, which usually comes with Python distribution, but might be separate package in some distro. Please try installing tkinter or python-tkinter or something (depending on your distro). Yusuke Ezequias Rodrigues da Rocha <eze...@re...> wrote: > Yusuke, > > I tryed to load the gui you send me but it is not working for me. > > Error message is below: > > [root@dc pyvnc2swf-0.6.4]# rpm -q pyton > o pacote pyton n?o est? instalado > [root@dc pyvnc2swf-0.6.4]# rpm -q python > python-2.4.1-2 > [root@dc pyvnc2swf-0.6.4]# ./vnc2swf.py > Traceback (most recent call last): > File "./vnc2swf.py", line 8, in ? > import Tkinter, tkFileDialog, tkMessageBox > ImportError: No module named Tkinter > [root@dc pyvnc2swf-0.6.4]# |
From: Ezequias R. da R. <eze...@re...> - 2005-08-24 12:00:38
|
Yusuke, I tryed to load the gui you send me but it is not working for me. Error message is below: [root@dc pyvnc2swf-0.6.4]# rpm -q pyton o pacote pyton n=E3o est=E1 instalado [root@dc pyvnc2swf-0.6.4]# rpm -q python python-2.4.1-2 [root@dc pyvnc2swf-0.6.4]# ./vnc2swf.py Traceback (most recent call last): File "./vnc2swf.py", line 8, in ? import Tkinter, tkFileDialog, tkMessageBox ImportError: No module named Tkinter [root@dc pyvnc2swf-0.6.4]# Sincerely Ezequias Yusuke Shinyama wrote: >Hello forks, > >I've just released Pyvnc2swf version 0.6.4. > >With this release, now I think the most of >basic functionality has been implemented. So from now on >I will start focusing on polishing detail stuff, >like documentation, packaging or adding GUI tidbits, etc. > >I would appreciate if you post any idea of future improvements, >actual use cases or help document (if any). > >Thanks, >Yusuke Shinyama > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practi= ces >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & = QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5s= f >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > =20 > |
From: Yusuke S. <yu...@cs...> - 2005-08-24 04:17:58
|
Hello forks, I've just released Pyvnc2swf version 0.6.4. With this release, now I think the most of basic functionality has been implemented. So from now on I will start focusing on polishing detail stuff, like documentation, packaging or adding GUI tidbits, etc. I would appreciate if you post any idea of future improvements, actual use cases or help document (if any). Thanks, Yusuke Shinyama |
From: Ezequias R. da R. <eze...@re...> - 2005-08-23 19:02:56
|
I made the html but the problem persists. My screen is 1024x768 I put this configuration and 800x600 but nothing better occour. Sincerely eZequias Ezequias Rodrigues da Rocha wrote: > No, I simply open it on the web browser. > > Could It be the problem ? Can you help me with this html file ? > > It is possible to record the screen in another size ? (without cutting > some part (full screen)) ? > > Yusuke Shinyama wrote: > >> Ezequias Rodrigues da Rocha <eze...@re...> wrote: >> >> >>> vnc2swf -nowindow -truecolour >>> /home/ezequias/instalacao/vnc2/out2.swf dc.ezequias.demprel >>> >>> If i didn't put -nowindow the program crashes. >>> >> >> >> Did you write up an html to play the movie in the exactly same size >> as it's recorded? >> The screen ratio must be 1:1 to the original one. >> See the FAQ: http://www.unixuser.org/~euske/vnc2swf/index.html >> >> Or, you could convert them to a newer format by using >> edit_vnc2swf.py (or pyvnc2swf) so that you can directly play the >> swf. >> >> Yusuke >> >> >> > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing > & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |
From: Ezequias R. da R. <eze...@re...> - 2005-08-23 18:42:52
|
No, I simply open it on the web browser. Could It be the problem ? Can you help me with this html file ? It is possible to record the screen in another size ? (without cutting some part (full screen)) ? Yusuke Shinyama wrote: >Ezequias Rodrigues da Rocha <eze...@re...> wrote: > > >>vnc2swf -nowindow -truecolour /home/ezequias/instalacao/vnc2/out2.swf >>dc.ezequias.demprel >> >>If i didn't put -nowindow the program crashes. >> >> > >Did you write up an html to play the movie in the exactly same size as it's recorded? >The screen ratio must be 1:1 to the original one. >See the FAQ: http://www.unixuser.org/~euske/vnc2swf/index.html > >Or, you could convert them to a newer format by using >edit_vnc2swf.py (or pyvnc2swf) so that you can directly play the >swf. > >Yusuke > > > |
From: Yusuke S. <yu...@cs...> - 2005-08-23 18:35:35
|
Ezequias Rodrigues da Rocha <eze...@re...> wrote: > vnc2swf -nowindow -truecolour /home/ezequias/instalacao/vnc2/out2.swf > dc.ezequias.demprel > > If i didn't put -nowindow the program crashes. Did you write up an html to play the movie in the exactly same size as it's recorded? The screen ratio must be 1:1 to the original one. See the FAQ: http://www.unixuser.org/~euske/vnc2swf/index.html Or, you could convert them to a newer format by using edit_vnc2swf.py (or pyvnc2swf) so that you can directly play the swf. Yusuke |
From: Ezequias R. da R. <eze...@re...> - 2005-08-23 18:10:59
|
vnc2swf -nowindow -truecolour /home/ezequias/instalacao/vnc2/out2.swf dc.ezequias.demprel If i didn't put -nowindow the program crashes. Yusuke Shinyama wrote: >Ezequias Rodrigues da Rocha <eze...@re...> wrote: > > >>Hi list, >> >>Could you tell me how to put the quality to be better ? >> >>My flash movies appears with white strips making my videos poor. >> >>Sincerley >>Ezequias >> >> > >Hi, I think we need a bit more information. >How did you create the movie and the version of vnc2swf? > >Yusuke > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Vnc2swf-users mailing list >Vnc...@li... >https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > > > |
From: Yusuke S. <yu...@cs...> - 2005-08-23 18:01:11
|
Ezequias Rodrigues da Rocha <eze...@re...> wrote: > Hi list, > > Could you tell me how to put the quality to be better ? > > My flash movies appears with white strips making my videos poor. > > Sincerley > Ezequias Hi, I think we need a bit more information. How did you create the movie and the version of vnc2swf? Yusuke |
From: Ezequias R. da R. <eze...@re...> - 2005-08-23 17:42:49
|
Hi list, Could you tell me how to put the quality to be better ? My flash movies appears with white strips making my videos poor. Sincerley Ezequias |
From: Michael W. <mic...@gm...> - 2005-08-19 10:31:07
|
Hello, I like the bar for navigating in the swf. This small java script from Jesse Ruderman ( http://www.squarefree.com/bookmarklets/ ) is a big improvement in comfort. But is has a strange license: (excerpt from http://www.squarefree.com/bookmarklets/copyright.html ) >Relaxed restrictions on redistribution >You may modify and/or distribute up to three bookmarklets from this site >in any way you want. You may not distribute more than three bookmarklets >obtained from this site without my permission except as permitted by >fair use laws. (Note that you may use as many of the bookmarklets as you >want.) I like to give away CDs with vnc2swf generated SWFs. And I prefer to say that all the software on this CD is GPL-software. So, does someone know an alternative for this nice piece of software? Thanks in advance Micha |
From: <jr...@pa...> - 2005-08-05 21:05:05
|
Thanks Yusuke for your great work... ----- Original Message ----- From: "Yusuke Shinyama" <yu...@cs...> To: "Javier Rojas Go?i/Parse" <jr...@pa...> Cc: <vnc...@li...> Sent: Friday, August 05, 2005 2:00 PM Subject: Re: [Vnc2swf-users] Sound problem... > Okay, I fixed it. > Actually I was handling ID3 tags in a rather sloppy manner. > Please replace the "mp3.py" file with the attached one. > > This fix will be released as upcoming version 0.6.4 soon.. > > And looking at your mp3 file, I noticed you're using > "variable bitrate" (VBR) format, which is not supported by > the flash player. So please re-encode the audio file without > that feature (I think there's an option in Lame). > > Thanks > Yusuke > > Javier Rojas Go?i/Parse <jr...@pa...> wrote: >> Hi Yusuke, >> >> First of all, congratulations for your great work, vnc2swf is great !! >> >> I have a problem and hope you can help, I am trying to add MP3 sound to >> my >> recorded swf. >> >> I am working in Windows XP, using Python 2.4.1 My Mp3 was recorded with >> Windows Sound Recorder and converted using LAME 3.93.1. >> >> Here is the screen I got... >> >> C:\python>edit.py -d -o salida.swf -a j.mp3 -S 1000 freddy.swf >> Using pygame 1.7.0 >> Reading mp3 file: j.mp3... >> Traceback (most recent call last): >> File "C:\python\edit.py", line 144, in ? >> if __name__ == "__main__": main(sys.argv[1:]) >> File "C:\python\edit.py", line 112, in main >> info.reg_mp3blocks(fp) >> File "C:\python\movie.py", line 76, in reg_mp3blocks >> MP3Reader(self.mp3).read_mp3file(fp, length, nsamples, seeksamples) >> File "C:\python\mp3.py", line 137, in read_mp3file >> assert (h & 0xffe00000L) == 0xffe00000L, '!Frame Sync: %r' % x >> AssertionError: !Frame Sync: 'j\xb3P#' >> >> Thanks in advance !! >> >> Javier Rojas > |
From: Yusuke S. <yu...@cs...> - 2005-08-05 18:00:51
|
Okay, I fixed it. Actually I was handling ID3 tags in a rather sloppy manner. Please replace the "mp3.py" file with the attached one. This fix will be released as upcoming version 0.6.4 soon.. And looking at your mp3 file, I noticed you're using "variable bitrate" (VBR) format, which is not supported by the flash player. So please re-encode the audio file without that feature (I think there's an option in Lame). Thanks Yusuke Javier Rojas Go?i/Parse <jr...@pa...> wrote: > Hi Yusuke, > > First of all, congratulations for your great work, vnc2swf is great !! > > I have a problem and hope you can help, I am trying to add MP3 sound to my > recorded swf. > > I am working in Windows XP, using Python 2.4.1 My Mp3 was recorded with > Windows Sound Recorder and converted using LAME 3.93.1. > > Here is the screen I got... > > C:\python>edit.py -d -o salida.swf -a j.mp3 -S 1000 freddy.swf > Using pygame 1.7.0 > Reading mp3 file: j.mp3... > Traceback (most recent call last): > File "C:\python\edit.py", line 144, in ? > if __name__ == "__main__": main(sys.argv[1:]) > File "C:\python\edit.py", line 112, in main > info.reg_mp3blocks(fp) > File "C:\python\movie.py", line 76, in reg_mp3blocks > MP3Reader(self.mp3).read_mp3file(fp, length, nsamples, seeksamples) > File "C:\python\mp3.py", line 137, in read_mp3file > assert (h & 0xffe00000L) == 0xffe00000L, '!Frame Sync: %r' % x > AssertionError: !Frame Sync: 'j\xb3P#' > > Thanks in advance !! > > Javier Rojas |