
Recherche avancée
Autres articles (19)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (3778)
-
Can I know the exact timestamps of a ffmpeg trim ?
17 juin 2021, par Vincent GarciaI want to trim very long video (e.g. >20h long) and I use ffmpeg this way :


ffmpeg -ss 7200 -i /path/to/my/video.mp4 -t 600 -codec copy out.mp4



This is supposed to provide a trim of 10 minutes starting 2 hours in the input video.
As I read online, by placing
-ss
before the-i
option, I'll get an approximate trim.

Is there a way to know precisely when the trim actually started ?


Thank you.


-
How to encode with LCEVC using FFmpeg ? [closed]
22 juillet 2020, par progdotpressI have searched quite a bit, but I can't seem to find the command line parameters for encoding with LCEVC (Low Complexity Enhancement Video Coding) using FFmpeg.


There is only one article online on this (https://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=139705) and nothing else.


Does anyone know how this is done ? Thank you !


-
Trying to stream AES encrypted ffmpeg video on the server on Android
16 avril 2019, par Abhijit HowalI have been trying to stream an AES encrypted ffmpeg video on android. First I tried using exoplayer but it does not support the extension and is giving me unrecognizedinputformatexception. I have no idea about what ffmpeg is. Is there any other method which could be used to encrypt the video using some software or online tool and then store it on server and then stream it on exoplayer ? Please Help