
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (64)
-
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 (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (11541)
-
How to stop ffmpeg automatically rotating (Iphone 13) videos
22 juillet 2022, par VdGRI have a bunch of videos I want to merge into one video.
Therefore I used this ffmpeg command.


ffmpeg -y -loglevel warning -f concat -safe 0 -i "filelist.txt" -c copy "merged.mov"



When I open merged.mov all my videos are rotated -90 degerees but when I open my videos for example in vlc it has the right rotation.
What am I doing wrong ?


I tried already adding the "-noautorotate" option but that does not seem to solve the problem.


-
FFMPEG : Create contiguous videos from webcam
19 octobre 2015, par Kr0eCan FFMPEG record from webcam in (for instance 10 sec.) intervals ?
I need contiguous small videos from webcam (used for a p2p live streaming app, which I’m developing), so that I can play them one after the after without noticing, that there are actually multiple videos.I guess, I have to break on key-frames or something like this, so that I have clear cuts.
For playing multiple videos without stuttering I use the Web MediaSource API and it does actually work quite well already.
I only need to segment a webcam stream into multiple variable video files.
Thanks !
-
playing m3u8 videos with dynamic url in laravel [on hold]
9 mars 2019, par Farzane KhazaeiI convert my
Mp4
videos toM3u8
viaffmpeg
and I want to display them on my android application.for security reason i store my videos in storage folder and i don’t have direct access to the files. and the endpoint for displaying videos is
"products/{product_id}/sample"
please tell me how can i response
M3u8
videos for my application