[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2021-08-12 Thread Andrei Kulakov
Change by Andrei Kulakov : -- keywords: +patch nosy: +andrei.avk nosy_count: 8.0 -> 9.0 pull_requests: +26227 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27750 ___ Python tracker

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-31 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 in En

Re: Video file to subtitles file

2020-08-30 Thread MRAB
ugh 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 gear

Re: Video file to subtitles file

2020-08-30 Thread Chris Angelico
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, English y

Re: Video file to subtitles file

2020-08-30 Thread Christian Gollwitzer
seful 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 subtitles, E

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 speech

Re: Video file to subtitles file

2020-08-30 Thread Muskan Sanghai
uskan 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, tha

Re: Video file to subtitles file

2020-08-30 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-30 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. "E

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 recogn

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
seract 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
>>>> 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
gt;>> > >>> 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

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

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2020-07-17 Thread David K. Hess
David K. Hess added the comment: @michael-lazar a documentation change seems the path of least resistance given the complicated history of this module. +1 from me. -- ___ Python tracker

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2020-07-16 Thread Michael Lazar
Michael Lazar added the comment: Greetings, I just encountered this issue [0] and I agree with the sentiment that the documentation is currently misleading. Particularly, > By default, it provides access to the same database as the rest of this > module. The initial database is a copy of

[issue41257] mimetypes.guess_extension('video/x-matroska') return wrong value

2020-07-12 Thread Ammar Askar
Ammar Askar added the comment: This looks the same as issue38656, feel free to re-open if its not. -- nosy: +ammar2 resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker

[issue41257] mimetypes.guess_extension('video/x-matroska') return wrong value

2020-07-09 Thread Saber Hayati
New submission from Saber Hayati : Code: import mimetypes print(mimetypes.guess_extension('video/x-matroska')) # return '.mpv' instead of '.mkv' Python 3.8.3 on Linux -- components: 2to3 (2.x to 3.x conversion tool) messages: 373402 nosy: Saber Hayati priority: normal severity: normal

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

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

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread David K. Hess
David K. Hess added the comment: The documentation you quoted does read to me as compatible? The database it is referring to is the one hardcoded in the module – not the one assembled from that and the host OS. But, maybe this is just the vagaries of language and perspective at play. Anyway

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread Florian Bruhin
Change by Florian Bruhin : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread Florian Bruhin
Florian Bruhin added the comment: Ah, I only saw dhess' comment after already submitting mine. > By historical design, instantiating a MimeTypes class instance directly will > not use host OS system mime type files. Yet that wasn't what happened before that commit, and it's also not the

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread Florian Bruhin
Florian Bruhin added the comment: Ah, I think I see what's happening now. Before that commit, when doing "mt = mimetypes.MimeTypes()", its self.types_map is populated as follows: - Its __init__ method calls the mimetypes.init() function. - That then reads all the files in

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread David K. Hess
. In this case, "video/x-mastroska" and ".mkv" are not found in the mimetypes module and were never there - they are coming from the host OS. Also, for better or worse, the mimetypes module has an internal "init" method that does more than just instantiates a Mime

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread Florian Bruhin
Florian Bruhin added the comment: I now bisected this with the following script: #!/bin/bash git clean -dxf ./configure || exit 125 make -j2 || exit 125 output=$(./python -c "import mimetypes; mt = mimetypes.MimeTypes(); print(mt.guess_type('E01.mkv')[0])") echo "$output" echo "$(git

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-18 Thread Florian Bruhin
metypes.guess_type('E01.mkv') ('video/x-matroska', None) >>> mimetypes.types_map['.mkv'] 'video/x-matroska' >>> mt = mimetypes.MimeTypes() >>> mt.guess_type('E01.mkv') (None, None) >>> mt.types_map ({'.rtf': 'application/rtf', [redacted for brevity]}, {'

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-06 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: It seems that there is a list of files from which the mime types are also added at https://github.com/python/cpython/blob/5c0c325453a175350e3c18ebb10cc10c37f9595c/Lib/mimetypes.py#L42. "video/x-matroska" is not present in CPython r

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-11-01 Thread toonn
toonn added the comment: The result is the same for 3.7.4, on my mac. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-10-31 Thread Ammar Askar
"license" for more information. >>> import mimetypes >>> print(mimetypes.guess_type('E01.mkv')) ('video/x-matroska', None) -- nosy: +ammar2 ___ Python tracker <https://bugs.python.org/issue38656> __

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-10-31 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I couldn't find mkv in mimetypes with search. Can you please post the output of the mimetypes query in 3.7.4 and 3.7.5 for the regression? In the attached GitHub issue the user reports mkv returns None and mp4 is detected. --

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-10-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38656] mimetypes for python 3.7.5 fails to detect matroska video

2019-10-31 Thread toonn
New submission from toonn : A user reported an error to us which seems to derive from the ``mimetypes`` library failing to guess the mime type for ``.mkv`` matroska video files: https://github.com/ranger/ranger/issues/1744#issuecomment-548514373 This is a regression because the same query

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

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 downloading

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,

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

2019-02-10 Thread Avi Gross
t 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 here. If

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 of the files.

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. Thank you

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 Vande Vyvre

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

2019-01-02 Thread Vincent Vande Vyvre
) for 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:/gui

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

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-12 Thread grownbetterwe
在 2008年9月22日星期一 UTC+8下午6:39:10,uomioc...@gmail.com写道: > download redtube video > . > . > . > ***CLICK HERE > http://vids365.cn/download-redtube-video > * > . > . > . > . > . > . > . > . > . > . > . &g

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

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

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

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

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

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

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,

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

2016-08-10 Thread Martin Schöön
gt;> 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 editing > software should support colour keying, i.e. masking the green parts out, > becuase thi

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
ossible to render image frames with alpha 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

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
tuation 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-film in firefox and than from m

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, <zljubi...@gmail.com> 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

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 have

Re: Creating barrel distortion of video

2016-03-09 Thread semeon . risom
rying 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 already do this? &g

Re: Creating barrel distortion of video

2016-03-09 Thread semeon . risom
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 of a head-mounted display. This > > distortion is necessary to correct the video due to the optics bei

Re: Creating barrel distortion of video

2016-03-08 Thread Steven D'Aprano
t; 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 of a head-mounted display. This >> distortion is necessary to correct the video due to the optics being >> us

Re: Creating barrel distortion of video

2016-03-08 Thread Chris Angelico
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 already do this? > Hi! Seems like a perfectly r

Re: Creating barrel distortion of video

2016-03-08 Thread Ben Finney
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 display. Th

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

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

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

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

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)

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

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

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

2015-09-21 Thread Cai Gengyang
? 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 real-time video-cartoons that they can then share with other users. It's going to be what

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: 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 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

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

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

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

2015-08-12 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

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

  1   2   3   4   5   >