Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (49)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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 (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5677)

  • Transcoding a Fast Video (think Snapchat, Instagram)

    4 juin 2018, par J DOe

    I am very new to the video world, but have noticed social media services.. particular snapchat and instagram do a great job of getting videos to load fast even on poorer connections. I know some of this is how the videos are transcoded.

    I have gathered some presets I think I should be using when transcoding with ffmpeg, but am not sure of what formats or other parts of it. I would love to hear what people think !

    ffmpeg()
       .input(remoteReadStream)
       .outputOptions('-preset fast')
       .outputOptions('-movflags +faststart')

    Other than that I am not entirely sure what else..

  • Add Filters to Video like Instagram or Snapchat via FFmpeg

    27 avril 2017, par Karandeep Atwal

    I am using FFmpeg in my android app. I have implemented following filters/effects successfully on video-

    1. Invert Color
    2. Black and white
    3. Sepia
    4. Vignette
    5. Gamma effect

    I followed FFmpeg Video Filter docs.

    There are similar questions asked but without any proper answer.

    I want to apply some Good Filters like on Instagram or Snapchat via FFmpeg . Below are few example filters taken from this link.

    Can these filters be achieved via ffmpeg ?

    Toaster Filter

    Amaro Filter

  • What ffmpeg command will produce a video compression similar to Instagram's compression ?

    8 octobre 2018, par user592419

    I am looking to take a video and compress it in a way that is similar to the compression that Instagram uses. What ffmpeg command can do this ?