Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (70)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6456)

  • libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec()...

    10 octobre 2014, par Rong Yan
    libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec() for POWER LE
    

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

    • [DH] libavcodec/ppc/mpegvideoencdsp.c
  • Extract image of every frame of a video using react-native-ffmpeg

    1er octobre 2020, par EdG

    I have looked all over the internet to get a way to extract image of everyframe of a video using react-native-ffmpeg. I am making a mobile app and I want to show all per frame images on the video timeline. I want to do this natively on mobile so that I can utilise hardware power of mobile. That is the reason I am looking for react-native-ffmpeg kind of library. Am I in the right direction ? This npmjs.com/package/react-native-ffmpeg is what I am trying to use. I need to know the command to do the job.

    &#xA;

  • Google AppEngine flex as a transcoder [closed]

    6 septembre 2021, par jACK

    Situation :

    &#xA;

      &#xA;
    • A Nodejs/Express application running on appengine flex.
    • &#xA;

    • Using FFmpeg to cut videos, and merge different types of videos. 1080p 30fps videos, merged video duration usually around 8 hours.
    • &#xA;

    • Need for a massive amout of processing power for those edits.
    • &#xA;

    • The express server needs to be reachable 24/7 & flex is incredibly expensive if run on a 24/7 basis.
    • &#xA;

    &#xA;

    Goal :

    &#xA;

      &#xA;
    • To have a cost efficient ffmpeg transcoder on a private enviroment =>
    • &#xA;

    • Flex instance as a maximum spec, but as its idle reduce the price significantly.
    • &#xA;

    &#xA;

    Or is this a situation where a redesign is imminent ? eg. Compute Engine

    &#xA;

    Tried approach

    &#xA;

      &#xA;
    • B8 Standard instance => Since the payload is pretty big, its causing the B8 instance to crash.
    • &#xA;

    &#xA;

    Thanks.

    &#xA;