
Recherche avancée
Autres articles (10)
-
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 (...) -
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 (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (2807)
-
What does 'Past duration X.XXX too large' mean ?
20 janvier 2021, par ErikWhen encoding H.264 using ffmpeg I get the following type of warnings en masse :



Past duration 0.603386 too large
Past duration 0.614372 too large
Past duration 0.606377 too large




What do they mean ? I have not found anything clear online or in the ffmpeg documentation.


-
OpenCv and FFmpeg [on hold]
28 juillet 2014, par user987743I am new to OpenCV. I working with OpenCV and java.
I would like to send the processed frames from OpenCV to the client.
I searched online and Was not able to find anything that works.
I Could write a java TCP socket to send frames one by one but I feel it is inefficient.
Please help me on some tool/packages to send processed frames from OpenCv to client -
How do I play an audio clip from a https URL in Qt6 on Windows ?
20 mai 2023, par wiktort1I keep getting the following error :


https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled



I link OpenSSL in my project, I also have OpenSSL Toolkit installed through the Qt Maintenance Tool, however that doesn't seem to fix it.


I have also found an answer online, that said that I need to copy the OpenSSL DLLs to my build folder, but that didn't work either.


I use Qt 6.5.0.


Do I have to compile Qt on my own ? or is there a different approach ?