Recherche avancée

Médias (0)

Mot : - Tags -/upload

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

Autres articles (108)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (13487)

  • how to get the duration of an audio file after uploading using FFMPEG

    10 novembre 2012, par Srini1455

    I am uploading audio files in asp.net using FFMPEG.My question is how can i get the duration of the file(in seconds).

    Please suggest me.

    Thanks and Regards
    Srinivas M

  • About FFMPEG Install and Used

    14 novembre 2012, par Allan.Chen

    My client need me to dev a ios video player and suppor flv,avi format video . i search some info on google and know about "FFMPEG".

    i know what is it and know i can use it to dev the video player . but i have a question , how to install and use it ?? have any doc and demo ? i have no idea how to use it on xcode .

    i have already see ffmpeg website and that havent say how to build it on ios or macox , any one can help me ???

    And i know about MobileVLC, and i try to install on my xcode project . but is doesnt work for me , the error is MediaLibraryKit/MLFile.h was not found actually i dont konw MobileVLC can play flv and avi or not ?? can anyone give me some idea or send me some link ?

  • Why container and codec has different time base ?

    2 décembre 2012, par theateist

    I used ffmpeg to get video info. The output is

     Duration: 00:05:57.00, start: 0.000000, bitrate: 611 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 808x610, 609 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc

    The time base is used to somehow(this is also my another question) calculate when to decode and show the frame, right ? So whose time base is used, container (12800) or codec (50) ?

    The another question is why tbn=12800 and not 90000 ?