Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (85)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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 ;

Sur d’autres sites (10359)

  • Best Video Codec to use for mobile and desktop browsers

    8 septembre 2020, par Dean Van Greunen

    I'm new to video conversion and encoding. thanks for the support guys.

    


    Which is the best codec to use to encode videos with audio ? for mobile (android, ios) and desktop (windows, mac).

    


    Currently, I'm using :

    


      

    • Video : libx264

      


    • 


    • Audio : AAC

      


    • 


    


    Using FFmpeg to do the video encoding to mp4

    


    I did read up that some browsers don't support the "x" codec due to patents and licensing issues.

    


    TIA

    


  • Added jQuery Mobile demo. Fixes #249

    3 mai 2012, par Max Lynch

    m demo/index.html + demo/jquerymobile.html Added jQuery Mobile demo. Fixes #249

  • ffmpeg video encoding for mobile devices

    27 janvier 2012, par TimGL

    I'm trying to encode the video file from f4v to mp4 for mobile devices and using 2 different ffmpeg versions with the same configuration files. Encoding goes ok for both files. The one that I convert using ffmpeg version N-32754-g936d4d4-Sherpya failing to play on my blackberry.
    This is the command line that I'm using :

    ffmpeg.exe -i some.avs -vcodec libx264 -b 500k -r 24 -acodec libfaac -ab 128k -ar 48000 -ac 2 -threads 0 -coder 0 -bf 0 -refs 1 -level 30 -maxrate 10000000 -bufsize 10000000 -y test.mp4

    The vido playes ok when I convert it using FFmpeg version SVN-r13712
    Could you give me some light on where the issue couls be ?