Recherche avancée

Médias (91)

Autres articles (52)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

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

Sur d’autres sites (5669)

  • how to add multiple gif watermakr in one video usign ffmpeg in android

    2 décembre 2019, par p.jadhav

    i want to create video with multiple gif images as sticker .i have already use ffmpeg library for create normal video.

    below code i have already use :

    String[] cmd="-i",margefilePath,"-ignore_loop","0","-i","unnamed.gif","-i","unnamed.gif","-i","unnamed.gif","-i","unnamed.gif","-i","unnamed.gif","-filter_complex","[0][1]overlay=x=W-w:y=0[tr] ;[tr][2]overlay=x=0:y=0[tl] ;[tl][3]overlay=x=W-w:y=H-h[br] ;[br][4]overlay=x=0:y=H-h[bl] ;[bl][5]overlay=x=(W-w)/2:y=(H-h)/2","out.mp4" ;

    Please help me how can i add multiple gif images in video . Thanks in advance :) and sorry for bad english

  • ffmpeg : How to set AVFormatContext from NSData

    21 janvier 2014, par SUKIYAKI

    I'm using FFmpeg library in Objective-C.

    I want to set AVFormatContext from NSData which contain imagedata.
    I know I can set AVFormatContext with av_open_input_file().
    so writing contents of NSData to a temporary file, I can do it like this.

    [data writeToFile:@"./temp.mov" atomically:YES];
    av_open_input_file(&pFormatCtx, "./temp.mov", NULL, 0, NULL);

    .
    .
    .

    NSFileManager *fm = [NSFileManager defaultManager];
    [fm removeFileAtPath:@"./temp.mov" handler:nil];

    but, I don't want to use temporary file.

    Does anyone know smart way ?

    sorry my poor English.

    Thanks

  • Make a video made of frames in subfolders with ffmpeg

    6 mars 2021, par R3JlZW4gYW5kIEJsdWUgZ2FtaW5n

    I have multiple frames of a video divided into parts in multiple subfolders

    


    Parte 1/Parte 1.1/Parte 1.1.1/000000000000001.png
Parte 1/Parte 1.1/Parte 1.1.1/000000000000002.png
...
Parte 1/Parte 1.1/Parte 1.1.2/000000000000307.png
...
Parte 3/Parte 3.3/Parte 3.3.3/000000000008284.png < The last one


    


    How a can make one video in h265 without an audio track with ffmpeg ?

    


    English ? Not my primary language