Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (64)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The 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 2011

    Vous 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, par

    This 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 VdGR

    I 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 Kr0e

    Can 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 Khazaei

    I convert my Mp4 videos to M3u8 via ffmpeg 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