Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (107)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

Sur d’autres sites (11099)

  • MPEG Encoding library for WINDOWS PHONE 8 [on hold]

    18 avril 2015, par Ali Jey

    I am developing a Windows phone app that takes pictures to create Time-lapse Videos.
    However I’ve noticed that there aren’t many libraries for Encoding frames into MPEG format for Windows phone platform.

    My question is this :

    1. Is there any library at all to encode FFMPEG videos inside Windows phone apps ?
    2. if not, How can I make one in C# ? (Yes I know it’s going to be hard.)

    Where should I Start from ? (please pay attention that the references that I can make inside windows phone app projects are limited !)

    Thanks in advance for any help.

  • ffmpeg extension for php in xampp and windows 64 bit [on hold]

    16 avril 2015, par user3416512

    i am using xampp in 64 bit windows operating system for my php project.I need to install ffmpeg extension for php.i am using php 5.5.9 version

  • Trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1

    31 octobre 2013, par obelix

    I have been trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1.
    I've done the linking stuff required in order to make my code compile but i get the following error :

    C :\Users\user\Desktop\MScProject\FFmpegTest2\main.c|82|error : 'CODEC_TYPE_VIDEO' undeclared (first use in this function)|

    The source i use is the one from the following tutorial
    http://dranger.com/ffmpeg/tutorial01.c

    (original link : http://dranger.com/ffmpeg/tutorial01.html)

    Any ideas ??
    Thanks in advance !!
    (btw the same thing happens when i am trying to compile the program in ubuntu)