Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (111)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

Sur d’autres sites (15531)

  • Ubuntu Compile C++ Application With ffmpeg and sdl2 [on hold]

    24 novembre 2016, par Antonio Gagliardi

    I’ve tried to compile a c++ application that use ffmpeg and SDL 2 in eclipse.

    The application is simple :

    #include <iostream>
    extern "C"{
    #include <libavutil></libavutil>imgutils.h>
    #include <libavcodec></libavcodec>avcodec.h>
    #include <libswscale></libswscale>swscale.h>
    #include <libavformat></libavformat>avformat.h>
    }
    using namespace std;
    int main() {
       cout &lt;&lt; "Test ffmpeg" &lt;&lt; endl;
       av_register_all();
       return 0;
    }
    </iostream>

    Then I’ve set in project properties the library (-l) :

    avformat
    avcodec
    faac
    mp3lame
    fdk-aac
    vpx
    x264
    avdevice
    avutil
    swscale
    rt
    vorbisenc
    va
    pthread
    dl

    The path of ffmpeg build in libray search path (-L)
    the ffmpeg include path (-l)

    I’ve also set the dialet to c++11

    When i try to compile, I receive lots errors.
    By googling i found that the problem can be the library order include.

    Any help is appreciated.

  • Revision 4a7cebe690 : make : add libvpx_test_srcs.txt target same application as libvpx_srcs.txt Chan

    25 juin 2013, par James Zern

    Changed Paths :
     Modify /libs.mk



    make : add libvpx_test_srcs.txt target

    same application as libvpx_srcs.txt

    Change-Id : I1f096cc3c180d205365663c1aa5533b52561d811

  • Deploy application with accord.video.ffmpeg c#

    8 juillet 2017, par Alex Gimondi

    I’m using accord.video.ffmpeg 3.4.0, downloaded via nuget, to save a video with videorecorder class. If I compile (x86) my solution the application is running smoothly in visual studio, instead if I publish the app (same architecture ) when I try to run the setup.exe it installs the program but suddenly crashes. The problem is in the constructor of a class when I do new videorecorder(). It is like If during the deployment process not all the libraries needed are included.
    Anyonw knows which libraries are missing ?
    Thank,
    Alex