Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (80)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

Sur d’autres sites (8772)

  • Building ffmpeg on windows for android [closed]

    5 septembre 2012, par Naseeb Sheoran

    can anybody please share new edited and working build.sh file to compile
    libogg or ffmpeg by using NDK-r8b on MAC OS x
    I saw many tutorial but no one is specific. I follow this
    tutorial http://www.roman10.net/how-to-build-ffmpeg-for-android/
    The bash script its not working for me ..
    so please share working Script for ndk-r8b and please specify what are the
    changes i need to make in that script file..
    also one more question that can i use compile ffmpeg source directly into
    my app ( on git you will find many project having compile ffmpeg source in
    JNi folder)
    thank you

  • Hardsub/Converting via Windows commandline

    14 décembre 2012, par Yiğitcan Uçum

    I have been trying to hardsub a video via cmd for a long time now. Still i could not find a proper way of doing it. I tried HandbrakeCLI, ffmpeg and mencoder but still could not find a way to do it. I got so closer to hardsubbing with HandbrakeCLI but there were some codeset problems and it wasn't really a hardsub at the end. I really need to find a way to hardsub .avi/.mp4 files via CMD. If you know any ways to do it please help me out ! Thanks.

  • Using ffmpeg with URL in Windows

    23 septembre 2012, par Léon Pelletier

    I'm able to convert the bitrate of an mp3 file with :

    ffmpeg -i before.mp3 -ab 64k after.mp3

    But is it possible to convert a url to a file ?

    ffmpeg -i [http://myurl.com/myfile.mp3] -ab 64k after.mp3

    When trying, it gives me, and this is the full complete output :

    https://myurl.com/myfile.mp3 : Protocol not found
    http://myurl.com/myfile.mp3 : Input/output error

    If not, is it possible to ask ffmpeg to wait for specific character/message to stop converting ? Ex :

    ffmpeg -i before.mp3 -ab 64k after.mp3 [stopon:1234567890]