Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (29)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (3370)

  • ffmpeg avformat_open_input cannot open file

    21 mai 2014, par Zyoo

    I’m trying to open an existing Mp3 file via Android NDK, but it won’t open.

    Java

    private static String FILENAME = "/mnt/sdcard/My Audios/Doomsday.mp3";

    C

    if ((res=avformat_open_input(&pFormatCtx, path, NULL, NULL)) < 0) {
       __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "file name: %s", path);
       printf("Hello %s\n", path);
       __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "cannot open input file");
       __android_log_print(ANDROID_LOG_DEBUG, DEBUG_TAG, "%d", res);
       return res; // couldn't open file
    }

    Here’s the log

    error

    Definitely sure the file exists.
    Thanks.

  • Revision 72619 : Depuis le commit 69899, les éléments d’un tableau datas ne passaient plus ...

    7 mai 2013, par joseph@… — Log

    Depuis le commit 69899, les éléments d’un tableau datas ne passaient plus via _T_ou_typo (alors que c’était le cas avant)

  • Open avi file with OpenCV : ffmpeg ?

    28 juin 2012, par CTZStef

    This question is related to a previous question I asked here.

    I read on the Willow Garage website dedicated to OpenCV that we do not have to take care of ffmpeg while installing OpenCV since version 1.2.x. Here it is.

    However, some questions asked here on Stackoverflow suggest the contrary.

    So, what should I do ? Do I have to recompile OpenCV and do some special operation related to ffmpeg to get it to, finally, open avi file on my Linux system ?