Re: Video file to subtitles file

2020-08-31 Thread Betty Hollinshead
ffmpeg mentioned elsewhere is the goto toolkit for all things video. Subtitles, see: https://trac.ffmpeg.org/wiki/ExtractSubtitles B. -- https://mail.python.org/mailman/listinfo/python-list

Re: Video file to subtitles file

2020-08-30 Thread Chris Angelico
On Mon, Aug 31, 2020 at 3:36 PM Christian Gollwitzer wrote: > > Am 30.08.20 um 21:43 schrieb MRAB: > > On 2020-08-30 18:10, Christian Gollwitzer wrote: > >> Well, with enough effort it is possible to build a system that is more > >> useful than "entertaining". Google did that, English youtube vide

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
Am 30.08.20 um 21:43 schrieb MRAB: On 2020-08-30 18:10, Christian Gollwitzer wrote: Well, with enough effort it is possible to build a system that is more useful than "entertaining". Google did that, English youtube videos can be annotated with subtitles from speech recognition. For example, try

Re: Video file to subtitles file

2020-08-30 Thread MRAB
On 2020-08-30 18:10, Christian Gollwitzer wrote: Am 30.08.20 um 17:25 schrieb MRAB: On 2020-08-30 07:23, Muskan Sanghai wrote: On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: I recommend looking into CMU Sphinx then. I've used that from Python. The results are highly

Re: Video file to subtitles file

2020-08-30 Thread Chris Angelico
On Mon, Aug 31, 2020 at 3:16 AM Christian Gollwitzer wrote: > > Am 30.08.20 um 17:25 schrieb MRAB: > > On 2020-08-30 07:23, Muskan Sanghai wrote: > >> On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: > >>> I recommend looking into CMU Sphinx then. I've used that from Pytho

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
Am 30.08.20 um 17:25 schrieb MRAB: On 2020-08-30 07:23, Muskan Sanghai wrote: On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: I recommend looking into CMU Sphinx then. I've used that from Python. The results are highly entertaining. ChrisA Okay I will try it, thank yo

Re: Video file to subtitles file

2020-08-30 Thread MRAB
On 2020-08-30 07:23, Muskan Sanghai wrote: On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: On Sun, Aug 30, 2020 at 4:11 PM Muskan Sanghai wrote: > > On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer wrote: > > Am 29.08.20 um 13:51 schrieb Muska

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Sunday, August 30, 2020 at 11:46:15 AM UTC+5:30, Chris Angelico wrote: > On Sun, Aug 30, 2020 at 4:11 PM Muskan Sanghai wrote: > > > > On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer > > wrote: > > > Am 29.08.20 um 13:51 schrieb Muskan Sanghai: > > > > I want to ex

Re: Video file to subtitles file

2020-08-29 Thread Chris Angelico
On Sun, Aug 30, 2020 at 4:11 PM Muskan Sanghai wrote: > > On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer > wrote: > > Am 29.08.20 um 13:51 schrieb Muskan Sanghai: > > > I want to extract subtitles from a MPEG video (which does not have any > > > previous subtitles) > >

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Sunday, August 30, 2020 at 10:57:00 AM UTC+5:30, Christian Gollwitzer wrote: > Am 29.08.20 um 13:51 schrieb Muskan Sanghai: > > I want to extract subtitles from a MPEG video (which does not have any > > previous subtitles) > I'm still not sure I get it. "Extract" subtitles, when they are NOT >

Re: Video file to subtitles file

2020-08-29 Thread Christian Gollwitzer
Am 29.08.20 um 13:51 schrieb Muskan Sanghai: I want to extract subtitles from a MPEG video (which does not have any previous subtitles) I'm still not sure I get it. "Extract" subtitles, when they are NOT there? Can it be, by any chance, that you are talking about speech recognition? I.e., yo

Aw: Re: Video file to subtitles file

2020-08-29 Thread Karsten Hilbert
> I want to extract subtitles from a MPEG video (which does not have any > previous subtitles) and then add them to the same video . I am not sure I parse the above: You want to *extract* subtitles from a video which *does not have* subtitles ? I have a feeling you will need to rephrase your obj

Re: Video file to subtitles file

2020-08-29 Thread Chris Angelico
On Sat, Aug 29, 2020 at 11:15 PM Barry Scott wrote: > > On 29 Aug 2020, at 12:51, Muskan Sanghai wrote: > > On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: > >> Not familiar with Openshot, but it's worth looking into. > >> Alternatively, I'd definitely recommend ffmpeg f

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Saturday, August 29, 2020 at 6:44:34 PM UTC+5:30, Barry Scott wrote: > > On 29 Aug 2020, at 12:51, Muskan Sanghai wrote: > > > > On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: > >> On Sat, Aug 29, 2020 at 3:24 AM Barry >> > wrote: > >>>

Re: Video file to subtitles file

2020-08-29 Thread Barry Scott
> On 29 Aug 2020, at 12:51, Muskan Sanghai wrote: > > On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: >> On Sat, Aug 29, 2020 at 3:24 AM Barry > > wrote: >>> >>> >>> On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: On Frid

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Friday, August 28, 2020 at 10:59:29 PM UTC+5:30, Chris Angelico wrote: > On Sat, Aug 29, 2020 at 3:24 AM Barry wrote: > > > > > > > > > On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > > > > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > > On 27 Aug 20

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
On Friday, August 28, 2020 at 10:52:57 PM UTC+5:30, Barry wrote: > > On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > >>> > >>> I would be really thankful if

Re: Video file to subtitles file

2020-08-28 Thread Chris Angelico
On Sat, Aug 29, 2020 at 3:24 AM Barry wrote: > > > > > On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > >>> > >>> I would be really thankful if someone can sugg

Re: Video file to subtitles file

2020-08-28 Thread Barry
> On 28 Aug 2020, at 17:37, Muskan Sanghai wrote: > > On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: >>> >>> I would be really thankful if someone can suggest me how can I generate >>> subtitles file (srt format)

Re: Video file to subtitles file

2020-08-28 Thread Muskan Sanghai
On Friday, August 28, 2020 at 12:27:25 AM UTC+5:30, Barry Scott wrote: > > On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > > > > I would be really thankful if someone can suggest me how can I generate > > subtitles file (srt format) from a video or audio without using Google > > cloud and AW

Re: Video file to subtitles file

2020-08-27 Thread Barry Scott
> On 27 Aug 2020, at 18:00, Muskan Sanghai wrote: > > I would be really thankful if someone can suggest me how can I generate > subtitles file (srt format) from a video or audio without using Google cloud > and AWS. What do you know about how subtitles work with video? Do you mean you wa

Re: Video?

2009-09-04 Thread David C . Ullrich
On Thu, 3 Sep 2009 16:24:44 -0700 (PDT), Che M wrote: >On Sep 3, 4:11 pm, David C Ullrich wrote: >> Not at all important, just for fun (at least for me): >> >> It seems to me, looking at various docs, that wxWidgets >> includes a "media control" that can play video files, but >> it's not include

Re: Video?

2009-09-04 Thread David C . Ullrich
On Thu, 03 Sep 2009 23:04:45 +0200, Avell Diroll wrote: >David C Ullrich wrote: >... >> Is that correct? If so is there some other standard Python >> windowing kit that does include some sort of video functionality? >> >> (Talking Ubuntu Linux if it matters.) > >I don't know about video and wxpy

Re: Video?

2009-09-03 Thread Che M
On Sep 3, 4:11 pm, David C Ullrich wrote: > Not at all important, just for fun (at least for me): > > It seems to me, looking at various docs, that wxWidgets > includes a "media control" that can play video files, but > it's not included in wxPython. (There's something in > wxPython with a promisi

Re: Video?

2009-09-03 Thread Avell Diroll
David C Ullrich wrote: ... Is that correct? If so is there some other standard Python windowing kit that does include some sort of video functionality? (Talking Ubuntu Linux if it matters.) I don't know about video and wxpython, but gstreamer has some python bindings (python-gst0.10 on jaunty

Re: video capture in Python ?

2009-04-13 Thread Tino Wildenhain
Hi Stef, Stef Mientki wrote: ... videocapture webcamwatcher opencv libvidcap hdpvrassistent they didn't run at all or they crashed within 10 seconds :-( The most promissing looks videocapture, but that also crashes within 10 seconds. Video capture is not a trivial task. to be more exactly, I

Re: video capture in Python ?

2009-04-13 Thread Stef Mientki
Tim Roberts wrote: Stef Mientki wrote: has anyone got video capturing (from a webcam) successful running in a wxPython application under winXP ? I got some links, but it seems quit complicated to get everything installed, and all the packages you need don't describe which versions of the

Re: video capture in Python ? (Tim Roberts)

2009-04-12 Thread Miles Lee
Hi, You could try the python wrapper for OpenCV, here is the link: http://code.google.com/p/ctypes-opencv/ Regards Miles -- http://mail.python.org/mailman/listinfo/python-list

Re: video capture in Python ?

2009-04-12 Thread Tim Roberts
Stef Mientki wrote: > >has anyone got video capturing (from a webcam) successful running >in a wxPython application under winXP ? > >I got some links, but it seems quit complicated to get everything >installed, >and all the packages you need don't describe which versions of the other >parts yo

Re: Video information

2008-08-11 Thread Tobias Billep
2008/8/9 dusans <[EMAIL PROTECTED]> > Is there a py module, which would get me information of a movie file: > - resolution > - fps > -- > http://mail.python.org/mailman/listinfo/python-list > if you have linux installed you can use gstreamer and the bindings pygst -tobias -- http://mail.python.o

Re: Video information

2008-08-11 Thread Peter Otten
dusans wrote: > Is there a py module, which would get me information of a movie file: > - resolution > - fps http://doc.freevo.org/2.0/Kaa#head-919960011a3523a465d1cacc57f2f8e7b0e8ad00 (I haven't used it myself) Peter -- http://mail.python.org/mailman/listinfo/python-list

Re: Video information

2008-08-11 Thread Geoffrey Clements
"Bill McClain" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 2008-08-09, dusans <[EMAIL PROTECTED]> wrote: >> Is there a py module, which would get me information of a movie file: >> - resolution >> - fps > > I don't know of one. I use the transcode utilities for this and parse

Re: Video information

2008-08-09 Thread Bill McClain
On 2008-08-09, dusans <[EMAIL PROTECTED]> wrote: > Is there a py module, which would get me information of a movie file: > - resolution > - fps I don't know of one. I use the transcode utilities for this and parse their output. -Bill -- Sattre PressIn the Quar

Re: Video from image

2007-09-22 Thread Diez B. Roggisch
azrael schrieb: > I'd like to ask you if you know a module that makes it possible to > create a number of images and than to use them as frames and finaly > export them to a video file pymedia Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Video tutorials

2007-05-29 Thread Needless
How much more complex? On May 28, 1:20 am, Laurentiu <[EMAIL PROTECTED]> wrote: > Hello! > > i was searching the net for some video tutorials (free > and payed). > > i found some interesting stuff atwww.showmedo.combut > i want something more complex. > > can someone give me some address for video

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-05-13 Thread Jim
On Apr 29, 4:19 pm, Mitchell Jones <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]>, > War Office <[EMAIL PROTECTED]> wrote: > > > On 28 abr, 14:15, Eric Gisse <[EMAIL PROTECTED]> wrote: > > > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > [snip] > > > > I love how folks like you ask

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-05-12 Thread schoenfeld . one
On Apr 29, 2:44 am, War Office <[EMAIL PROTECTED]> wrote: > Why can't any of you just discuss the fact that free-fall collapse of > this building contradicts the laws of physics? Why do you assume he's even capable of doing so? He's just a crackpot, but he's in the unfortunate majority. > Why do

Re: Video: Professor of Physics, Phd at Cal Tech says: 911 Inside Job

2007-05-03 Thread SuperM
On 2 May 2007 22:26:07 -0700, [EMAIL PROTECTED] Gave us: >> >> >http://www.911blogger.com/node/8101 >> What a lard ass... no wonder the Navy got rid of him. And he isn't from cal tech, he "teaches" in Iowa. Also, being a physicist, does NOT make him, in any way shape or form, a structural e

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-05-02 Thread Major Quaternion Dirt Quantum
can you puhlease reply to my questions? nothing is ever 100%, if only because of Heisenberg -- that dirty little physicist! > I suppose you never seen this footage of WTC7 before have you? Its > 100% evidence that WTC7 was controlled > demolition:http://www.youtube.com/watch?v=YNN6apj5B2U- thus

Re: Video: Professor of Physics, Phd at Cal Tech says: 911 Inside Job

2007-05-02 Thread lemnitzer
On Apr 26, 3:08 am, James Stroud <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Video: Professor of Physics, Phd at Cal Tech says: 911 Inside Job > > > Cal Tech is the ELITE of ELITE in physics. > > > If Feynman were alive, he would point his finger straight at the 911 > > criminal opera

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-05-02 Thread Midex
On 28 abr, 17:50, Major Quaternion Dirt Quantum <[EMAIL PROTECTED]> wrote: > here's a question that came-up recently, > in battling with the controlled-demo advocates > at teh Promenade: > > how is it that the metal was still molten, > after weeks? > > it seems taht an additional hypothesis is requ

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-30 Thread [EMAIL PROTECTED]
On Apr 24, 10:13 pm, [EMAIL PROTECTED] wrote: > Cal Tech is the ELITE of ELITE in physics. > > If Feynman were alive, he would point his finger straight at the 911 > criminal operators, the yank bastards themselves ... If Feynmann alive were he would be wrighting review crap for PBS.. Si

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-30 Thread Major Quaternion Dirt Quantum
the towers collapsed into a subway that most of the employees probably used to get to work, with all sorts of ancilliary services (parking, paintball facilities etc.) -- it was huge. so, shouldn't there have been some secondary effects, such as structural damage to bldg. 7, that also set it on fir

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-30 Thread Major Quaternion Dirt Quantum
Jones' report seems to support this idea, that there was molten metal under the pile, some where. there is another thing, documented with multiple photos, that seems to be related, although they weren't *still* molten. > > how is it that the metal was still molten, > > after weeks? > I say it's

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-29 Thread Michael A. Terrell
Mitchell Jones wrote: > If I seem to be ignoring you, consider the possibility > that you are in my killfile. --MJ Ditto. -- Service to my country? Been there, Done that, and I've got my DD214 to prove it. Member of DAV #85. Michael A. Terrell Central Florida -- http://mail.python.org/ma

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-29 Thread Mitchell Jones
In article <[EMAIL PROTECTED]>, War Office <[EMAIL PROTECTED]> wrote: > On 28 abr, 14:15, Eric Gisse <[EMAIL PROTECTED]> wrote: > > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: [snip] > > I love how folks like you ask for intellectual honesty when every > > effort is made to ignore evidence tha

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-29 Thread Gordon
On Thu, 26 Apr 2007 00:33:19 GMT, "Bill Habr" <[EMAIL PROTECTED]> wrote: > ><[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> Cal Tech is the ELITE of ELITE in physics. >> >> If Feynman were alive, he would point his finger straight at the 911 >> criminal operators, the yank bastards

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-29 Thread gDog
On Apr 28, 2:50 pm, Major Quaternion Dirt Quantum <[EMAIL PROTECTED]> wrote: > here's a question that came-up recently, > in battling with the controlled-demo advocates > at teh Promenade: > > how is it that the metal was still molten, > after weeks? snip...snip...snip... I say it's time to brin

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Major Quaternion Dirt Quantum
here's a question that came-up recently, in battling with the controlled-demo advocates at teh Promenade: how is it that the metal was still molten, after weeks? it seems taht an additional hypothesis is required, to explain that. because I doubt that there was sufficient nukular material "left-o

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 28 abr, 14:15, Eric Gisse <[EMAIL PROTECTED]> wrote: > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > > Cal Tech is the ELITE of ELITE in physics. > > "INN World Report interviewed Dr. Crockett Grabbe - professor of > physics at the University of Iowa - regarding his thoughts on the > 'collaps

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 28 abr, 14:30, "Michael A. Terrell" <[EMAIL PROTECTED]> wrote: > Eric Gisse wrote: > > > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > > Cal Tech is the ELITE of ELITE in physics. > > > "INN World Report interviewed Dr. Crockett Grabbe - professor of > > physics at the University of Iowa - re

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 28 abr, 14:30, "Michael A. Terrell" <[EMAIL PROTECTED]> wrote: > Eric Gisse wrote: > > > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > > Cal Tech is the ELITE of ELITE in physics. > > > "INN World Report interviewed Dr. Crockett Grabbe - professor of > > physics at the University of Iowa - re

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 28 abr, 16:06, Salmon Egg <[EMAIL PROTECTED]> wrote: > On 4/28/07 9:44 AM, in article > [EMAIL PROTECTED], "War Office" > > <[EMAIL PROTECTED]> wrote: > > Why can't any of you just discuss the fact that free-fall collapse of > > this building contradicts the laws of physics? > > > Why do you all

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 28 abr, 14:15, Eric Gisse <[EMAIL PROTECTED]> wrote: > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > > Cal Tech is the ELITE of ELITE in physics. > > "INN World Report interviewed Dr. Crockett Grabbe - professor of > physics at the University of Iowa - regarding his thoughts on the > 'collaps

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 28 abr, 13:56, Eric Gisse <[EMAIL PROTECTED]> wrote: > On Apr 28, 8:44 am, War Office <[EMAIL PROTECTED]> wrote: > > > > > On 25 abr, 21:33, "Bill Habr" <[EMAIL PROTECTED]> wrote: > > > > <[EMAIL PROTECTED]> wrote in message > > > >news:[EMAIL PROTECTED] > > > > > Cal Tech is the ELITE of ELITE

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Salmon Egg
On 4/28/07 9:44 AM, in article [EMAIL PROTECTED], "War Office" <[EMAIL PROTECTED]> wrote: > Why can't any of you just discuss the fact that free-fall collapse of > this building contradicts the laws of physics? > > Why do you all have to avoid the topic and rather go on a character > assassinatio

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Eric Gisse
On Apr 28, 9:30 am, "Michael A. Terrell" <[EMAIL PROTECTED]> wrote: > Eric Gisse wrote: > > > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > > Cal Tech is the ELITE of ELITE in physics. > > > "INN World Report interviewed Dr. Crockett Grabbe - professor of > > physics at the University of Iowa -

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Michael A. Terrell
Eric Gisse wrote: > > On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > > Cal Tech is the ELITE of ELITE in physics. > > "INN World Report interviewed Dr. Crockett Grabbe - professor of > physics at the University of Iowa - regarding his thoughts on the > 'collapses' of WTC1, WTC2, & WTC7. In this i

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Eric Gisse
On Apr 24, 6:13 pm, [EMAIL PROTECTED] wrote: > Cal Tech is the ELITE of ELITE in physics. "INN World Report interviewed Dr. Crockett Grabbe - professor of physics at the University of Iowa - regarding his thoughts on the 'collapses' of WTC1, WTC2, & WTC7. In this interview he lists numerous reason

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Ben newsam
On 28 Apr 2007 09:35:59 -0700, War Office <[EMAIL PROTECTED]> wrote: >(God's law whom gave you >and God's children whom's mass murder in Iraq you have allowed)? Hi Dennis! -- http://mail.python.org/mailman/listinfo/python-list

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Eric Gisse
On Apr 28, 8:44 am, War Office <[EMAIL PROTECTED]> wrote: > On 25 abr, 21:33, "Bill Habr" <[EMAIL PROTECTED]> wrote: > > > > > <[EMAIL PROTECTED]> wrote in message > > >news:[EMAIL PROTECTED] > > > > Cal Tech is the ELITE of ELITE in physics. > > > > If Feynman were alive, he would point his finger

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 25 abr, 21:33, "Bill Habr" <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Cal Tech is the ELITE of ELITE in physics. > > > If Feynman were alive, he would point his finger straight at the 911 > > criminal operators, the yank bastards themselves

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread War Office
On 25 abr, 21:33, "Bill Habr" <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Cal Tech is the ELITE of ELITE in physics. > > > If Feynman were alive, he would point his finger straight at the 911 > > criminal operators, the yank bastards themselves

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-26 Thread Dave L. Renfro
[EMAIL PROTECTED] wrote: >> Cal Tech is the ELITE of ELITE in physics. >> >> If Feynman were alive, he would point his finger straight at >> the 911 criminal operators, the yank bastards themselves ... >> >> http://www.911blogger.com/node/8101 >> >> No self-respecting scientist should keep his

Re: Video: Professor of Physics, Phd at Cal Tech says: 911 Inside Job

2007-04-26 Thread James Stroud
[EMAIL PROTECTED] wrote: > Video: Professor of Physics, Phd at Cal Tech says: 911 Inside Job > > Cal Tech is the ELITE of ELITE in physics. > > If Feynman were alive, he would point his finger straight at the 911 > criminal operators, the yank bastards themselves ... > > http://www.911blogge

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-25 Thread thermate
So the truth is unstoppable indeed . On Apr 24, 7:12 pm, [EMAIL PROTECTED] wrote: > Cal Tech is the ELITE of ELITE in physics. > > If Feynman were alive, he would point his finger straight at the 911 > criminal operators, the yank bastards themselves ... > > http://www.911blogger.com/n

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-25 Thread Bill Habr
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Cal Tech is the ELITE of ELITE in physics. > > If Feynman were alive, he would point his finger straight at the 911 > criminal operators, the yank bastards themselves ... > > http://www.911blogger.com/node/8101 > > No self-respectin

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-24 Thread Jonathan Kirwan
On Wed, 25 Apr 2007 15:33:45 +1200, Gib Bogle <[EMAIL PROTECTED]> wrote: >When did the University of Iowa (Iowhere?) become CalTech. "Grabbe earned his PhD from Caltech in 1978. He is a graduate of Caltech, but has no current academic appointment there." So I read, anyway. Jon -- http://mail.p

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-24 Thread Gib Bogle
[EMAIL PROTECTED] wrote: > Cal Tech is the ELITE of ELITE in physics. > > If Feynman were alive, he would point his finger straight at the 911 > criminal operators, the yank bastards themselves ... > > http://www.911blogger.com/node/8101 > > No self-respecting scientist should keep his mouth

Re: VIDEO: US OIL NAZIS MAKE FUN OF KIDS

2007-02-06 Thread [EMAIL PROTECTED]
There is more ... Some American soldiers raped Iraqi girls and The conservatives living in America still says they are not guilty.Bush must take responsible of these situation.These are massed most of Americans. [EMAIL PROTECTED] wrote: > Pretzel, please include scientific newsgroups like > sci

Re: VIDEO: US OIL NAZIS MAKE FUN OF KIDS

2007-02-06 Thread thermate
Pretzel, please include scientific newsgroups like sci.math,comp.lang.python,sci.optics,soc.culture.usa,soc.culture.europe in your valuable posts On Feb 6, 4:24 pm, "Möbius Pretzel" <[EMAIL PROTECTED]> wrote: > Breaking News: US Soldiers Do It Again- Please Watch! > By: Seele > > 06.02.2007 > > US

Re: Video stream server

2006-12-08 Thread Paul Boddie
Lad wrote: > I checked your video strem server.It seems interesting for me. It's not my software, I'm afraid. I just read enough of Planet GNOME to have become aware of the activities of various people, including people who work at Fluendo [1] - the principal developers of that software. > Can y

Re: Video stream server

2006-12-08 Thread Lad
Hi Paul, I checked your video strem server.It seems interesting for me. Can you please answer these questions? 1. What is a price? 2.Do you support FLV format files, if not, why? 3. How many users do already use the server? 4. Can you name any of your customers ? Thank you Lad, Paul Boddie wrot

Re: Video stream server

2006-12-07 Thread Lad
Fredrik Lundh wrote: > Lad wrote: > > > I love Python so I would like to implement video support in Python. > > maybe this might be helpful? > > http://blog.go4teams.com/archives/video-blogging-using-django-and-flashtm-video-flv/56 > > Yes, it is very good link. Thank you -- http://mail.pyth

Re: Video stream server

2006-12-06 Thread Paul Boddie
Lad wrote: > > I love Python so I would like to implement video support in Python. > That is how it is related to Python only I'm not sure if this is too low-level, but there's always the Flumotion platform [1]: an open source streaming solution based on Python, GStreamer and Twisted, and there's

Re: Video stream server

2006-12-06 Thread Fredrik Lundh
Lad wrote: > I love Python so I would like to implement video support in Python. maybe this might be helpful? http://blog.go4teams.com/archives/video-blogging-using-django-and-flashtm-video-flv/56 -- http://mail.python.org/mailman/listinfo/python-list

Re: Video stream server

2006-12-04 Thread Tim Roberts
"Lad" <[EMAIL PROTECTED]> wrote: > >The most important thing now is how to add a support for video files. This is not really a Python question -- it's an HTML question. You need to spend some time Googling for and tags which allow you shove a video as part of a web page. Then you can use your

Re: Video feature

2006-12-04 Thread Tim Roberts
"Lad" <[EMAIL PROTECTED]> wrote: > >Hello Tim, >Thank you for your reply. >Yes, my site uses Python. >Do you have any idea how to add video playing ( video streaming >feature)to my webiste? That's not the hard part. You can use an or tag to play a movie as part of a web site. Google is your fr

Re: Video stream server

2006-12-04 Thread Lad
Fredrik, Thank you for your reply > > but I think you're missing the point; you need to provide more > information about your specific requirements than just "a HTML > page that links to a video file". like, say, in what way this > is related to Python, what software you're using today, what >

Re: Video stream server

2006-12-03 Thread Fredrik Lundh
Lad wrote: > If I use the YOUTUBE.com server , I would have to connect to THEIR > computers whenever a user will come to MY website to play a video > stream on MY website. Is it so? no, your user's browser would have to connect to their computers: http://www.youtube.com/t/help_cat11 b

Re: Video stream server

2006-12-03 Thread Lad
Fredrik, Thank you for your reply. If I use the YOUTUBE.com server , I would have to connect to THEIR computers whenever a user will come to MY website to play a video stream on MY website. Is it so? Regards, L. Lundh wrote: > Lad wrote: > > > Does anybody know about a video stream server

Re: Video stream server

2006-12-03 Thread Fredrik Lundh
Lad wrote: > Does anybody know about a video stream server that > serves up HTML pages with links to video files, and then serving out > those video files. http://www.youtube.com/ seems to match your specification pretty well. -- http://mail.python.org/mailman/listinfo/python-list

Re: Video feature

2006-12-03 Thread Lad
Hello Tim, Thank you for your reply. Yes, my site uses Python. Do you have any idea how to add video playing ( video streaming feature)to my webiste? Thank you for help L. Tim Roberts wrote: > "Lad" <[EMAIL PROTECTED]> wrote: > > > >I would like to add on my website a possibility for visitors to

Re: Video feature

2006-12-02 Thread Tim Roberts
"Lad" <[EMAIL PROTECTED]> wrote: > >I would like to add on my website a possibility for visitors to >upload video and watch other user's video. How much difficult would it >be with Python? It's not all that hard, although you can probably download something that will do most of the job, probably

Re: VIdeo Converence Software: Tk and thread synchronization

2006-10-03 Thread Paul Rubin
"Eric Brunel" <[EMAIL PROTECTED]> writes: > General answer: no, it isn't. The only thing that seems to work > everytime on tk widgets from secondary threads is generating events > as above. I wouldn't bet on even that always being safe. > If you try to do anything else, you may experience deadl

Re: VIdeo Converence Software: Tk and thread synchronization

2006-10-03 Thread Eric Brunel
On Mon, 02 Oct 2006 14:42:15 +0200, Paolo Pantaleo <[EMAIL PROTECTED]> wrote: > Hi, > > I am going on writing my video conference software. I wrote the video > grab, code/decode, and netwoark (multicast) transport. > > I have one thread doing this: > > [thread 1] > while True: > for some times:

Re: Video capture from webcam on Mac?

2006-06-16 Thread faulkner
gstreamer has python bindings. http://gstreamer.net/ Joseph Chase wrote: > Is there a cross-platform solution for video capture from a webcam? > > I am aware of the Win32 videocapture library, but am unaware of how to > accomplish the same functionality on the Mac side. > > Thanks in advance. --

Re: Video capture from webcam on Mac?

2006-06-16 Thread Diez B. Roggisch
Joseph Chase schrieb: > Is there a cross-platform solution for video capture from a webcam? > > I am aware of the Win32 videocapture library, but am unaware of how to > accomplish the same functionality on the Mac side. You could try and make OpenCV work - it has a part called anygui that allo

Re: Video Capture modules in linux

2006-02-22 Thread [EMAIL PROTECTED]
ok..i'll check with that...but wait libfg binaries arent available in any software repos..and Diez, I would like to mention that there is a VideoCapture lib exclusively for python..(only that its for win32).. >So - that _is_ a >C-domain. So can i kinda embed that code into C using the libraries th

Re: Video.

2006-02-21 Thread Dr. Pastor
Many thanks to you All. -- http://mail.python.org/mailman/listinfo/python-list

Re: Video.

2006-02-21 Thread Peter Hansen
Sybren Stuvel wrote: > Dr. Pastor enlightened us with: > >>What environment,library,product should I import or study to >>manipulate cameras, video, fire-wire, avi files? > > > That depends on what you want with it. Without more information I'd > say "transcode" Presumably this, found easily by

Re: Video.

2006-02-21 Thread SPE - Stani's Python Editor
- pymedia: http://www.pymedia.org/ - pyvideo: http://www.geocities.com/rtrocca/python/ (use avisynth) - videocapture: http://videocapture.sourceforge.net/ If you are on Mac, you probably have access to everything by pyobjc. Good luck, Stani -- http://pythonide.stani.be -- http://mail.python.org

Re: Video.

2006-02-21 Thread Dr. Pastor
Thank you Sybren. Where is it? Regards. -- http://mail.python.org/mailman/listinfo/python-list

Re: Video.

2006-02-21 Thread Sybren Stuvel
Dr. Pastor enlightened us with: > What environment,library,product should I import or study to > manipulate cameras, video, fire-wire, avi files? That depends on what you want with it. Without more information I'd say "transcode" Sybren -- The problem with the world is stupidity. Not saying ther

Re: Video Capture modules in linux

2006-02-21 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > well wht can i say it simply refuses to compile...i m getting make > errors. i think the culprit is the gcc-4.0..secondly i havent had a > chance to really try it out..aneways does libfg manipulate inputs from > webcams..like VideoCapture modules ..also i think libfg is

Re: Video Capture modules in linux

2006-02-21 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > i need this video capture modules which i can use in linux, u know the > similar one used in windows, Now Windows is not my type and it would be > really helpful if someone helps me out...i tried libfg but its not > useful in my case (BTW its a great library)... given h

Re: Video Capture modules in linux

2006-02-21 Thread [EMAIL PROTECTED]
well wht can i say it simply refuses to compile...i m getting make errors. i think the culprit is the gcc-4.0..secondly i havent had a chance to really try it out..aneways does libfg manipulate inputs from webcams..like VideoCapture modules ..also i think libfg is mainly for C although a module for

Re: Video display, frame rate 640x480 @ 30fps achievable?

2005-09-09 Thread Michael Sparks
Guenter wrote: > Michael Sparks schrieb: >> Yes. >> >> Co-incidentally we've been looking at video playback this week as >> well. We've been using Pygame with an Overlay surface, and it works >> fairly well. > > I guess Pygame was more suitable overall for your application? It's not really that,

Re: Video display, frame rate 640x480 @ 30fps achievable?

2005-09-09 Thread Peter Hansen
Guenter wrote: > It is a video image coming from a camera over a frame grabber board. > The video from the frame grabber is passed to another board that > performs some processing and when it comes back from that board it > needs to be displayed. The joystick allows to specify some regions of > int

Re: Video display, frame rate 640x480 @ 30fps achievable?

2005-09-09 Thread Guenter
Michael Sparks schrieb: > Yes. > > Co-incidentally we've been looking at video playback this week as well. > We've been using Pygame with an Overlay surface, and it works fairly well. I guess Pygame was more suitable overall for your application? I would just be interested whether you have consid

  1   2   >