
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (43)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8425)
-
ffmpeg compose multiple files [on hold]
28 avril 2017, par SebaWe are looking for an ffmpeg development to compose multiple matroska files to a single mpeg4 file.
Bellow are the requirements definition for this composer :-
Technology :
FFmpeg Fast Video Processing.
AWS to iOS and Android Streaming. -
Input :
Webm Video and Audio Individual files. -
Output :
MPEG4 Video and Audio Single file. -
Resizable :
Mobile Phone Display Size. -
Background
Vertical Video.
0 (Transparent) to 1 Video. -
Front :
Circular Videos.
0 to 9 Videos. -
Layout : image
Any help would be appreciated
-
-
Is seeking to specific frames of an MJPEG video faster than doing the same for an h.264 file ?
9 février 2018, par David ParksI am recording video and will need to seek to a specific frame in the video quickly and randomly.
I can record the video in MJPEG or h.264 compression standards.
I understand that MJPEG produces individual jpegs and produce larger file sizes than h.264, and h.264 compresses across multiple frames of video.
Does this difference mean that I will get faster seek times when
seeking to a random location in the file using ffmpeg or gstreamer
programmatically ?Will the MJPEG allow the frame-seek operation to reduce the IO requirements when reading just 1 frame from a video file ?
-
ffmpeg video length is 0 when concatenating pictures
10 novembre 2019, par iftach freundI’m trying to concatenate individual frames, but the video length is 0 and all frames seemingly play at once. Iv’e tried increasing the video length in ffmpeg and changing the frame rate.
os.system('ffmpeg -f concat -i List_tb.txt -c copy output.mp4')
os.system("ffmpeg -i output.mp4 -filter:v fps=fps=120 output_temp.mp4")
os.system("ffmpeg -i output_temp.mp4 -filter:v setpts=8.0*PTS final.mp4")also the frame rate is the amount of frames