Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: MP4 decoder
Post: RE: MP4 decoder

well the video like separate frames and audio in raw data
jdewk General Coding Help 4 5,483 Jan-13-2018, 10:02 PM
    Thread: MP4 decoder
Post: RE: MP4 decoder

(Jan-13-2018, 09:19 PM)metulburr Wrote: personally i would just grab the output from programs such as mplayer or similar. There might be some python exclusive packages for similar but can vouch for ...
jdewk General Coding Help 4 5,483 Jan-13-2018, 09:28 PM
    Thread: MP4 decoder
Post: MP4 decoder

I want to read the video and audio information from mp4 file format.If possible I want to run under python 2.7.I have searched but couldn`t find any
jdewk General Coding Help 4 5,483 Jan-13-2018, 08:46 PM
    Thread: Problem with animation
Post: Problem with animation

I have this code for animating two lines def animate(i):    global GLOBAL_TARGET    global GLOBAL_RESULT    if i > 19:        i = 19    x = np.linspace(0,i, i)    xx = np.linspace(i, 2*i, i)    y ...
jdewk GUI 0 2,292 Apr-06-2017, 04:48 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020