Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (60)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • Apply effects using ffmpeg [on hold]

    11 décembre 2013, par bindal

    I have used ffmpeg recorder for recording video in my application,
    Through ffmpeg commnad i can trim , rotate and concate my videos but i want to apply some effects like :

    Black & White
    Sepia
    Old Movie
    Noise
    Brightness
    Thermal
    Xray
    Pencil
    Gamma
    Contrast
    Saturation
    Emboss

    Please suggest me any documentation of ffmpeg,

    Thanks
    Bindal

  • avcodec/mpeg12dec : Don’t create side data when current picture ptr is NULL.

    15 décembre 2013, par Tomer Barletz
    avcodec/mpeg12dec : Don’t create side data when current picture ptr is NULL.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpeg12dec.c
  • How to write out a MOV video into a raw, uncompressed format ?

    8 juin 2015, par feroze

    I have a video in a MOV file format, shot using an IPhone. I have to convert it into an uncompressed raw format, with multiple frames laid out one after the other. This has to be written to a file for post processing.

    Is there a stock format out there that I can convert this video to, using ffmpeg ? If not, I will have to write a C program to open the MOV file and write out the video. I have never worked in video land before, so I am confused about the options.

    I took a look at ffmpeg documentation, and did a web search, but all of them are talking about using ffmpeg as a command line tool, and not about how to write out a file format that I want.