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
". Google did that, English youtube videos can > >> be annotated with subtitles from speech recognition. For example, try > >> this video: > >> https://www.youtube.com/watch?v=lYVLpC_8SQE > >> > >> > > There's not much background noise there

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
or example, try this video: https://www.youtube.com/watch?v=lYVLpC_8SQE There's not much background noise there; it takes place in a quiet room. It becomes a bit worse once the background music sets in, but still is usable. Feel free to try any other video. I think, it works with any video

Re: Video file to subtitles file

2020-08-30 Thread MRAB
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 this video: https://www.youtube.com/watch?v=lYVLpC_8SQE Go to the settings thing (the little

Re: Video file to subtitles file

2020-08-30 Thread Chris Angelico
or no background noise. Movies tend not to be like > > that. > > > > Which is why the results are "highly entertaining"... > > > Well, with enough effort it is possible to build a system that is more > useful than "entertaining". Google did that,

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
is more useful than "entertaining". Google did that, English youtube videos can be annotated with subtitles from speech recognition. For example, try this video: https://www.youtube.com/watch?v=lYVLpC_8SQE Go to the settings thing (the little gear icon in the nav bar) and switch on su

Re: Video file to subtitles file

2020-08-30 Thread MRAB
3: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 sp

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
an 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

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

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&q

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 r

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 rephras

Re: Video file to subtitles file

2020-08-29 Thread Chris Angelico
ng like Tesseract to > >> do the actual OCRing, and then you'd write the rest of it yourself in > >> Python. > >> > >> Other than that, this probably is something best done with a dedicated > >> movie editing tool, not Python. Use what exists. > >

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
gt;>>> 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

Re: Video file to subtitles file

2020-08-29 Thread Barry Scott
t; 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 w

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
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 wi

Re: Video file to subtitles file

2020-08-29 Thread Muskan Sanghai
>> > >>> 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 wi

Re: Video file to subtitles file

2020-08-28 Thread Chris Angelico
t;> > >>> 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

Re: Video file to subtitles file

2020-08-28 Thread Barry
enerate >>> 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 want >> to extract the bitmap subtitle data from a MPEG video? >> >> Ba

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 usi

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?

Video file to subtitles file

2020-08-27 Thread Muskan Sanghai
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. -- https://mail.python.org/mailman/listinfo/python-list

Re: Concatenation of multiple video files in single file

2020-05-10 Thread Del Mervine
On 5/9/20 9:36 AM, Akshay Ghodake wrote: Hello, I want a help to concatenation of multiple video files into a single file in python. Any help will be greatly appreciated. Best regards, Akshay Ghodake As others have said, ffmpeg. If you need more processing features, Vapoursynth might be an

Re: Concatenation of multiple video files in single file

2020-05-10 Thread Grant Edwards
On 2020-05-09, Chris Angelico wrote: > On Sun, May 10, 2020 at 8:50 AM Akshay Ghodake > wrote: > >> I want a help to concatenation of multiple video files into a single file >> in python. >> >> Any help will be greatly appreciated. > > Step 1: >

Re: Concatenation of multiple video files in single file

2020-05-09 Thread Wildman via Python-list
On Sat, 09 May 2020 22:06:01 +0530, Akshay Ghodake wrote: > Hello, > > I want a help to concatenation of multiple video files into a single file > in python. > > Any help will be greatly appreciated. > > Best regards, > Akshay Ghodake This might help... https:/

Re: Concatenation of multiple video files in single file

2020-05-09 Thread Chris Angelico
On Sun, May 10, 2020 at 8:50 AM Akshay Ghodake wrote: > > Hello, > > I want a help to concatenation of multiple video files into a single file > in python. > > Any help will be greatly appreciated. Step 1: import subprocess Step 2: Run ffmpeg ChrisA -- https://mail.python

Concatenation of multiple video files in single file

2020-05-09 Thread Akshay Ghodake
Hello, I want a help to concatenation of multiple video files into a single file in python. Any help will be greatly appreciated. Best regards, Akshay Ghodake -- https://mail.python.org/mailman/listinfo/python-list

Re: Replicating YouTube video AI code in python

2019-02-12 Thread Abdur-Rahmaan Janhangeer
try 3.6.6 Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Re: Replicating YouTube video AI code in python

2019-02-11 Thread jadenfigger
The error I get typing pip install -U tensorflow into the command terminal Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow. Ive been able to install numpy, scipy, and pygame. Tensorflow is the only package tha

Re: Replicating YouTube video AI code in python

2019-02-11 Thread Abdur-Rahmaan Janhangeer
what python version are you using? what errors are you getting? Abdur-Rahmaan Janhangeer http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ Mauritius -- https://mail.python.org/mailman/listinfo/python-list

Replicating YouTube video AI code in python

2019-02-11 Thread jadenfigger
I'm trying to replicate the YouTube video, https://m.youtube.com/watch?v=NTlXEJjfsQU. The videos git hub address is, https://github.com/carykh/alignedCelebFaces. The video says I have to download python 3 and using pip download tensorflow, numpy, scipy, and pygame. I've tried downlo

Re: Im trying to replicate the youtube video Creating my own customized celebrities with AI.

2019-02-11 Thread Peter J. Holzer
On 2019-02-10 16:28:24 -0500, Avi Gross wrote: > >> tenserflow, pygame, scipy, and numby [...] > please mention that the tenser flow should be tensorflow. Eight, sir; seven, sir; Six, sir; five, sir; Four, sir; three, sir; Two, sir; one! Tenser, said the Tensor. Tenser, said the Tensor. Tension, a

RE: Im trying to replicate the youtube video Creating my own customized celebrities with AI.

2019-02-10 Thread Avi Gross
n-list On Behalf Of Bob Gailer Sent: Sunday, February 10, 2019 12:07 PM To: jadenfig...@gmail.com Cc: python list Subject: Re: Im trying to replicate the youtube video Creating my own customized celebrities with AI. On Feb 10, 2019 11:40 AM, wrote: > > The video I don't see any video

Re: Im trying to replicate the youtube video Creating my own customized celebrities with AI.

2019-02-10 Thread Bob Gailer
On Feb 10, 2019 11:40 AM, wrote: > > The video I don't see any video here. If you attached one the attachment did not come through. > gives the source code and the necessary things to download with it. But I'm new to python and don't understand how to install any

Im trying to replicate the youtube video Creating my own customized celebrities with AI.

2019-02-10 Thread jadenfigger
The video gives the source code and the necessary things to download with it. But I'm new to python and don't understand how to install any of the files. The files include: Python 3, pip, tenserflow, pygame, scipy, and numby. Could anyone help me install all of this to run the AI.

Re: How to display video files (mkv, wav, mp4 etc) within a TKinter widget?

2019-01-03 Thread Arie van Wingerden
Hi, in the meantime I am trying out what I found (after my question) here: https://solarianprogrammer.com/2018/04/21/python-opencv-show-video-tkinter-window/ If that doesn't play well, I'll try your suggestion. Many thanks! Op woensdag 2 januari 2019 19:06:05 UTC+1 schreef Vincent V

Re: How to display video files (mkv, wav, mp4 etc) within a TKinter widget?

2019-01-02 Thread Vincent Vande Vyvre
this? TIA With Qt it's very easy to implement a video player. See this example: https://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4/view/head:/gui/videoplayer.py It is implemented into this window: https://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4/view/head

How to display video files (mkv, wav, mp4 etc) within a TKinter widget?

2019-01-02 Thread Arie van Wingerden
I found (mostly fairly old stuff) some questions and a lot of (apparently often not working) Python code. 1. does TKinter offer such thing out of the box? 2. or is there another way using TKinter? 3. or do I need another GUI tool (e.g. QT) for this? TIA -- https://mail.python.org/mailman/listin

How to get status of Autoplay video from browser

2017-09-03 Thread kabalida16
Hi , I have a URL where Video will start playing after launch (autoplay video) eg:https://techcrunch.com/ Another script will pause the video as soon as it detects a Video is playing. Now I need to verif the video is paused successfully or not. HOw to get the status of video? I am using

Re: download redtube video - Free

2017-04-11 Thread grownbetterwe
在 2008年9月22日星期一 UTC+8下午6:39:10,uomioc...@gmail.com写道: > download redtube video > . > . > . > ***CLICK HERE > http://vids365.cn/download-redtube-video > * > . > . > . > . > . > . > . > . > . > . > . >

Re: Extraction of model and date created tag from own picture/video recordings

2017-03-15 Thread zljubisic
I have done that. The best article I have found is: https://getpocket.com/a/read/1651596570 So far I have tried exifread, exiftool, mediainfo, but looks like I will have to combine several tools in order to get the information that I need. Major problem is with the model. Looks like every manufac

Re: Extraction of model and date created tag from own picture/video recordings

2017-03-15 Thread Chris Angelico
On Wed, Mar 15, 2017 at 7:31 PM, wrote: > On Tuesday, 14 March 2017 19:54:18 UTC+1, MRAB wrote: >> It might be worth trying "ImageMagick". > > ImageMagick is only for pictures. :( > Do you have a suggestion for videos? What format are they in? Search the web for "read media info" and see what

Re: Extraction of model and date created tag from own picture/video recordings

2017-03-15 Thread zljubisic
On Tuesday, 14 March 2017 19:54:18 UTC+1, MRAB wrote: > It might be worth trying "ImageMagick". ImageMagick is only for pictures. :( Do you have a suggestion for videos? -- https://mail.python.org/mailman/listinfo/python-list

Re: Extraction of model and date created tag from own picture/video recordings

2017-03-14 Thread MRAB
On 2017-03-14 07:34, zljubi...@gmail.com wrote: I am looking for the way to extract two simple information from pictures/videos that I have recorded with different devices that I own: model (of the device that has recorded) and recordings (local) creation time. So far, I tried different approa

Extraction of model and date created tag from own picture/video recordings

2017-03-14 Thread zljubisic
I am looking for the way to extract two simple information from pictures/videos that I have recorded with different devices that I own: model (of the device that has recorded) and recordings (local) creation time. So far, I tried different approaches. I tried to use pymediainfo (https://pypi.p

Extraction of model and date created tag from own picture/video recordings

2017-03-14 Thread zljubisic
I am looking for the way to extract two simple information from pictures/videos that I have recorded with different devices that I own: model (of the device that has recorded) and recordings (local) creation time. So far, I tried different approaches. I tried to use pymediainfo (https://pypi.p

Re: How do I make a video animation with transparent background?

2016-08-14 Thread Martin Schöön
Den 2016-08-10 skrev Lawrence D’Oliveiro : > On Thursday, August 11, 2016 at 9:34:33 AM UTC+12, Martin Schöön wrote: >> Next on my TODO list is to look into the color composition idea. I >> have already looked this tutorial: >> https://youtu.be/sZzmksnzrX0 > > If the images you generate have an alp

Re: How do I make a video animation with transparent background?

2016-08-10 Thread Lawrence D’Oliveiro
On Thursday, August 11, 2016 at 9:34:33 AM UTC+12, Martin Schöön wrote: > Next on my TODO list is to look into the color composition idea. I > have already looked this tutorial: > https://youtu.be/sZzmksnzrX0 If the images you generate have an alpha channel, Blender can composite them directly, w

Re: How do I make a video animation with transparent background?

2016-08-10 Thread Martin Schöön
appreciated. > > > Here is a simple idea: Draw the background with a colour, that is not > used in the graphs, like bright blue or green. Any decent video editing > software should support colour keying, i.e. masking the green parts out, > becuase this is used in film production

Re: How do I make a video animation with transparent background?

2016-08-10 Thread Christian Gollwitzer
of the leads I have found searching the Internet have helped me. (I may have found the needed information without realising it...) Any help is appreciated. Here is a simple idea: Draw the background with a colour, that is not used in the graphs, like bright blue or green. Any decent video

Re: How do I make a video animation with transparent background?

2016-08-09 Thread Dale Marvin via Python-list
of the motion-video image formats supports transparency. They all assume that the image fills the entire frame and completely covers anything behind. You could invent your own player which draws the frames one after another itself. Note that the JPEG image format doesn’t support transparency

Re: How do I make a video animation with transparent background?

2016-08-09 Thread Steven D'Aprano
On Wednesday 10 August 2016 12:49, Lawrence D’Oliveiro wrote: > On Wednesday, August 10, 2016 at 2:04:39 PM UTC+12, Chris Angelico wrote: > >> Animated GIFs support transparency. > > But they don’t do full colour. Define "full colour". GIFs don't directly support 16-bit or 32-bit colours in a

Re: How do I make a video animation with transparent background?

2016-08-09 Thread Lawrence D’Oliveiro
On Wednesday, August 10, 2016 at 2:04:39 PM UTC+12, Chris Angelico wrote: > Animated GIFs support transparency. But they don’t do full colour. -- https://mail.python.org/mailman/listinfo/python-list

Re: How do I make a video animation with transparent background?

2016-08-09 Thread Chris Angelico
ha transparency channels, > as far as I know none of the motion-video image formats supports > transparency. They all assume that the image fills the entire frame and > completely covers anything behind. > Animated GIFs support transparency. Are you happy with the framerates you can

Re: How do I make a video animation with transparent background?

2016-08-09 Thread Lawrence D’Oliveiro
On Wednesday, August 10, 2016 at 12:44:30 AM UTC+12, Martin Schöön wrote: > What I have failed to achieve is a graph with a transparent > background. While it is possible to render image frames with alpha transparency channels, as far as I know none of the motion-video image formats su

How do I make a video animation with transparent background?

2016-08-09 Thread Martin Schöön
Here is what I want to do: I want to create an animated graph and store it as a video file, mp4 say. This file will then be used as an overlay on another video. Using this example: http://matplotlib.org/examples/animation/moviewriter.html and this tutorial: https://www.youtube.com/watch?v

Re: How to download a flash video from this site?

2016-04-30 Thread zljubisic
> > ChrisA The situation is very simple. I would like to use a beutifullsoap but I can't figure out how to get the filename that I could download. For example I opened the page https://hrti.hrt.hr/#/video/show/2203605/trebizat-prica-o-jednoj-vodi-i-jednom-narodu-dokumentarni-fi

Re: How to download a flash video from this site?

2016-04-29 Thread Chris Angelico
On Sat, Apr 30, 2016 at 5:21 AM, wrote: > I am looking for a way to download a flash video from the page: > > https://hrti.hrt.hr/#/video/show/2203605/trebizat-prica-o-jednoj-vodi-i-jednom-narodu-dokumentarni-film > > The html code bellow the page is fairly simple, but I can'

How to download a flash video from this site?

2016-04-29 Thread zljubisic
Hi, I am looking for a way to download a flash video from the page: https://hrti.hrt.hr/#/video/show/2203605/trebizat-prica-o-jednoj-vodi-i-jednom-narodu-dokumentarni-film The html code bellow the page is fairly simple, but I can't figure out how to get the file. In case somebody ha

Re: Creating barrel distortion of video

2016-03-09 Thread semeon . risom
I'm trying to find a way of rendering an optical distortion on a video > > I will be presenting through the use of a head-mounted display. This > > distortion is necessary to correct the video due to the optics being > > used. Any advice on a module(s) or examples that alre

Re: Creating barrel distortion of video

2016-03-09 Thread semeon . risom
; that utilize python. > > > > I'm trying to find a way of rendering an optical distortion on a video I > > will be presenting through the use of a head-mounted display. This > > distortion is necessary to correct the video due to the optics being used. > > An

Re: Creating barrel distortion of video

2016-03-08 Thread Steven D'Aprano
hon. >> >> I'm trying to find a way of rendering an optical distortion on a video I >> will be presenting through the use of a head-mounted display. This >> distortion is necessary to correct the video due to the optics being >> used. Any advice on a module(s) or

Re: Creating barrel distortion of video

2016-03-08 Thread Chris Angelico
On Wed, Mar 9, 2016 at 12:32 PM, wrote: > This may seem like an odd request for the main python google group, but I > thought this question might have answers coming from different backgrounds > that utilize python. > > I'm trying to find a way of rendering an optical dis

Re: Creating barrel distortion of video

2016-03-08 Thread Ben Finney
s question might have answers coming from different > backgrounds that utilize python. Your question is fine for this forum. Thanks for investigating Python! > I'm trying to find a way of rendering an optical distortion on a video > I will be presenting through the use of a head-mounted

Creating barrel distortion of video

2016-03-08 Thread semeon . risom
Hello - This may seem like an odd request for the main python google group, but I thought this question might have answers coming from different backgrounds that utilize python. I'm trying to find a way of rendering an optical distortion on a video I will be presenting through the use

Video Tutorial Online On How To Create a Basic Dynamic Website In Python?

2015-09-23 Thread Cai Gengyang
Hello! So I have Python 2.7.10, 3.3.2, 3.3.4 downloaded on my Mac OS X Yosemite 10.10.2 and also downloaded pip and django. Is there an online tutorial on how to create a basic dynamic website in Python where I can put my image/photo/video sharing app ? I find it much easier to learn from

Re: A photo/image/video sharing app in Python

2015-09-22 Thread Cai Gengyang
On Tuesday, September 22, 2015 at 5:48:26 PM UTC+8, Cai Gengyang wrote: > On Tuesday, September 22, 2015 at 2:34:20 PM UTC+8, Chris Angelico wrote: > > On Tue, Sep 22, 2015 at 3:53 PM, Cai Gengyang wrote: > > > A piece of software that would let end users easily create gorgeous > > > real-life, r

Re: A photo/image/video sharing app in Python

2015-09-22 Thread Cai Gengyang
On Tuesday, September 22, 2015 at 2:34:20 PM UTC+8, Chris Angelico wrote: > On Tue, Sep 22, 2015 at 3:53 PM, Cai Gengyang wrote: > > A piece of software that would let end users easily create gorgeous > > real-life, real-time cartoons on the web might not exist yet. But if it > > were possible t

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Chris Angelico
On Tue, Sep 22, 2015 at 3:53 PM, Cai Gengyang wrote: > A piece of software that would let end users easily create gorgeous > real-life, real-time cartoons on the web might not exist yet. But if it were > possible to invent this and get it commercialised , it could indeed become a > great produc

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Cai Gengyang
On Tuesday, September 22, 2015 at 4:34:45 AM UTC+8, Christian Gollwitzer wrote: > Am 21.09.15 um 17:16 schrieb Cai Gengyang: > > 2) A system where where the users can then edit these > > photos/images/videos into short , funny cartoons/videos > > > > This one's a bit open-ended, but more importantl

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Grant Edwards
On 2015-09-21, Cai Gengyang wrote: > I'll also need the capability to let users edit their photos/images > and videos into great looking real-time cartoons based on themes > (what technologies would I need to learn to create this?) Well, the usual technology for turning some images into greal lo

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Christian Gollwitzer
Am 21.09.15 um 17:16 schrieb Cai Gengyang: 2) A system where where the users can then edit these photos/images/videos into short , funny cartoons/videos This one's a bit open-ended, but more importantly, it needs a lot of front-end work. Editing images in Python code won't be particularly hard;

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Cai Gengyang
that's what you have to think about: Can you write all that front-end code? This will not be simple; it'll be a pretty big project. - Yup, I'll have to find a way to make it work really well. The user must have the capability to create and design really good-looking

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Chris Angelico
On Mon, Sep 21, 2015 at 10:53 PM, Cai Gengyang wrote: > Ok, so basically these are the features I want the app to have : > > 1) A system where users can upload photos/images/videos of their loved ones > and family onto the web-based app (It's going to be web-based website) > 2) A system where whe

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Cai Gengyang
On Monday, September 21, 2015 at 7:38:21 PM UTC+8, Great Avenger Singh wrote: > On Monday, 21 September 2015 15:08:53 UTC+5:30, Cai Gengyang wrote: > > Hello, > > > > > > So, I want to use Python to design a photo/image/video sharing app that i > > can &g

Re: A photo/image/video sharing app in Python

2015-09-21 Thread Great Avenger Singh
On Monday, 21 September 2015 15:08:53 UTC+5:30, Cai Gengyang wrote: > Hello, > > > So, I want to use Python to design a photo/image/video sharing app that i can > >test on users. One Example is DropBox doing this at very large extent. ;) > I have Python 2.7.10, 3.3.2

A photo/image/video sharing app in Python

2015-09-21 Thread Cai Gengyang
Hello, So, I want to use Python to design a photo/image/video sharing app that i can test on users. I have Python 2.7.10, 3.3.2 and 3.3.4 downloaded and am using a Mac OS X Yosemite Version 10.10.2 laptop and having gone through the Python course on CodeAcademy a while ago (though I probably

Re: Real-time recoding of video from asx to non-Windows formats

2015-08-13 Thread Michael Torrie
On 08/12/2015 12:04 AM, Montana Burr wrote: > I'm interested in using Python to create a server for streaming my > state's traffic cameras - which are only available as Windows Media streams > - to devices that do not natively support streaming Windows Media content > (think Linux computers & i

Re: Real-time recoding of video from asx to non-Windows formats

2015-08-13 Thread Python UL
On 12-08-15 08:04, Montana Burr wrote: Hi, I'm interested in using Python to create a server for streaming my state's traffic cameras - which are only available as Windows Media streams - to devices that do not natively support streaming Windows Media content (think Linux computers & iP

Real-time recoding of video from asx to non-Windows formats

2015-08-11 Thread Montana Burr
Hi, I'm interested in using Python to create a server for streaming my state's traffic cameras - which are only available as Windows Media streams - to devices that do not natively support streaming Windows Media content (think Linux computers & iPads). I know Python makes various problems eas

Re: get Coursera video download link via program

2015-06-30 Thread iMath
I know the two packages : BeautifulSoup and requests may help, I am also able to login in Coursera via requests, the difficulty is how to find out the video download link from the page. -- https://mail.python.org/mailman/listinfo/python-list

get Coursera video download link via program

2015-06-30 Thread iMath
I want extract Coursera video download link via program(mainly Python) behind those links https://www.coursera.org/learn/human-computer-interaction/lecture/s4rFQ/the-interaction-design-specialization https://www.coursera.org/learn/calculus1/lecture/IYGhT/why-is-calculus-going-to-be-so-much-fun

Re: Syncing audio and video for casual recording

2014-11-09 Thread Steven D'Aprano
27;t have any camera yet, other than a prosumer digital > camera that does take decent video. The problem that I'm > anticipating is the syncing of audio and video. [...] I think you may have sent this to the wrong mailing list (or newsgroup). This is about the Python programming language.

Engaging, powerful - video inspriration/learning - Your best selections

2014-11-09 Thread flebber
Not fans of videos hey(well python videos anyway) bugger. Sayth. -- https://mail.python.org/mailman/listinfo/python-list

Syncing audio and video for casual recording

2014-11-08 Thread Tobiah
tal camera that does take decent video. The problem that I'm anticipating is the syncing of audio and video. Now, I do have a Tascam recorder with timecode, so maybe that's one way to approach this. I'm just guessing that any camera that has this would be expensive, but I didn

Engaging, powerful - video inspriration/learning - Your best selections

2014-11-08 Thread flebber
. I have watched some Scipy conf videos which I really appreciated though some of the subject matter was over my technical level. Jessica McKellar did a great talk on the future of python. http://pyvideo.org/video/2375/the-future-of-python-a-choose-your-own-adventur Looking forward to see what

Re: Free Video Course + cool exercises

2014-08-18 Thread Everything You Need To Know
On Monday, 18 August 2014 23:13:59 UTC+9:30, Chris Angelico wrote: > On Mon, Aug 18, 2014 at 11:30 PM, Everything You Need To Know > > wrote: > > > You are correct in suggesting that the current course is Windows Specific, > > though as far as I currently understand it only effects conditional

Re: Free Video Course + cool exercises

2014-08-18 Thread Chris Angelico
On Mon, Aug 18, 2014 at 11:30 PM, Everything You Need To Know wrote: > You are correct in suggesting that the current course is Windows Specific, > though as far as I currently understand it only effects conditional imports > such as time.clock() into time.time(). Which is a great warning to add

Re: Free Video Course + cool exercises

2014-08-18 Thread Everything You Need To Know
On Monday, 18 August 2014 22:23:43 UTC+9:30, Chris Angelico wrote: > On Mon, Aug 18, 2014 at 10:44 PM, Everything You Need To Know > > wrote: > > >> [ > > >> I sincerely hope you're not teaching people to install Python 3.0! But > > >> > > >> what _is_ the minimum expected version for this c

Re: Free Video Course + cool exercises

2014-08-18 Thread Chris Angelico
On Mon, Aug 18, 2014 at 10:44 PM, Everything You Need To Know wrote: >> [ >> I sincerely hope you're not teaching people to install Python 3.0! But >> >> what _is_ the minimum expected version for this course? And what >> >> platforms do you support? > > Sorry, I have tried to refer to version of

Re: Free Video Course + cool exercises

2014-08-18 Thread Everything You Need To Know
> [ > I sincerely hope you're not teaching people to install Python 3.0! But > > what _is_ the minimum expected version for this course? And what > > platforms do you support? Sorry, I have tried to refer to version of #3.0+ meaning most current version, though I wanted to make it clear we are

Re: Free Video Course + cool exercises

2014-08-18 Thread Chris Angelico
On Mon, Aug 18, 2014 at 5:31 PM, Everything You Need To Know wrote: > Python 0.0 - Downloading and installing > Running Time: 1:47 > > Eyn2k about downloading and installing Python 3.0 + to get started scripting > in Python. You may want to use another Python Text

Free Video Course + cool exercises

2014-08-18 Thread Everything You Need To Know
VIDEO PYTHON COURSE - 33 Videos and growing rapidly. Emphasis is on trying to make programming free and fun! Grow your own fun programs like the Mandelbrot set and John Conways Game of Life. See here for link to Channel: https://www.youtube.com/channel/UCad91ea17ynqc0cTokBG3bg This is a

Infinite Mandelbrot Set Tutorial - Video

2014-08-07 Thread EYN2K
Created a cool Infinite (16 trillion zoom) Mandelbrot set in Python. Only two for loops, one while loop and one if-elif-else for control flow. I hope you enjoy Free video link : https://www.youtube.com/watch?v=WqfbDAzA1Sw Thank you -- https://mail.python.org/mailman/listinfo/python-list

33 Video free Course - Python

2014-08-07 Thread Everything You Need To Know
We have put together a neat playlist to learn python, with some really neat tricks and exercises. Playlist Link : https://www.youtube.com/channel/UCad91ea17ynqc0cTokBG3bg/playlists exercises include : Graphics Calculator with check for zeros Zoom Function for Graphics Window Mandelbrot set Game

editing video using python

2014-01-02 Thread Alok Singh Mahor
Hello everyone, I want to join 2 or 3 video and want to add effect of fading in and out. I also want to add text strip on the video. I am not able to decide what to adopt for doing this task. I have option of MLT ( http://www.mltframework.org/bin/view/MLT/WebHome ) but I guess its too complex and

Shen video appeal - generating type secure Python

2013-08-16 Thread Mark Tarver
Shen is a hypermodern functional programming language based on a core that is essentially a Lisp, but portable to many major language platforms. One of these platforms is Python. I am asking for support for the Shen project in this video appeal www.shenlanguage.org/appeal.html The video

Re: www Spankwire - Amazing porn video collection

2013-06-12 Thread tongsai56
เมื่อ วันศุกร์ที่ 25 กรกฎาคม ค.ศ. 2008, 3 นาฬิกา 54 นาที 51 วินาที UTC+7, baba...@gmail.com เขียนว่า: > www spankwire > . > > >>Best Collection of Spankwire Videos<< > http://vids365.com/watch.php<<< > >>FREE www spankwire VIDEOS<<< > > . > www

Re: use python to split a video file into a set of parts

2013-05-07 Thread Dave Angel
On 05/07/2013 07:15 AM, iMath wrote: I use the following python code to split a FLV video file into a set of parts ,when finished ,only the first part video can be played ,the other parts are corrupted.I wonder why and Is there some correct ways to split video files There are two parts to

Re: use python to split a video file into a set of parts

2013-05-07 Thread Chris Angelico
On Tue, May 7, 2013 at 9:15 PM, iMath wrote: > I use the following python code to split a FLV video file into a set of parts > ,when finished ,only the first part video can be played ,the other parts are > corrupted.I wonder why and Is there some correct ways to split video files Mos

  1   2   3   4   5   >