
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (17)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (5745)
-
After Effects as backend movie engine ?
8 août 2014, par jarasssI’m working right now on a project that could allow me to generate movies based on the user input. User will upload some samples (photos, movies) to the web app and web server should generate movie based on that input and some predefined movie compositions.
I know that there are plenty of libraries for ffmpeg that could let me connect movies, photos programmatically (for example https://github.com/schaermu/node-fluent-ffmpeg for node.js) , but I was wondering if it’s possible to use Aftereffects for that purpose since I have some knowledge in that software. I imagine that there should be set of scripts in Aftereffects that could import user uploaded data, fire the movie renderer and save output to the given location.
Do you think this is achievable using Aftereffects ? Or maybe someone had similar problem and solved that differently ?
Cheers !
-
Suggestion query : Someone should add 'percent-complete' to ffmpeg's status line
19 février 2018, par DaveI use the PC-platform’s ffmpeg (on Windows and Linux). I’ve always
wondered why, down on that bottom dynamic status line, it does NOT
show a ’percent-complete’ value.e.g. There’s already a line showing what time-line value is being worked
on, so I’d expect it would be straight-forward to grab total duration, compute percent-complete, and show it, right after the running time value. Or,
if based on frames, then show it in parentheses after the frame value.The reason I think it would be straight-forward is because I see it
discussed in detail, for ffmpeg on Android, here :
How to add progress bar to FFMPEG android
and it talks about time-values and frame-count based calculations.Any volunteers to tackle this ? ^ ;)
-
Lossy compression for video files before being uploaded on server (Django web app)
2 avril 2016, par Hassan BaigI need a bit of guidance. I have a Django app, where users upload photos and captions.
I want to integrate video uploading and playback as well. My question revolves specifically around video file size.
Most of my users have bandwidth issues. It’s best if uploaded videos are as small a size as possible (quality can be compromised upon, it can be lossy). What’s the best currently-supported Python library to get me started on this (an illustrative example) ? I do something similar for photos uploaded on my site using Python Imaging Library.
Pyffmpeg seems to be the closest fit so far. But it doesn’t seem to be supported any longer, nor do I find examples of what I’m trying to achieve. ffmpeg seems to be well documented however.