Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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)

  • License or not ? As website owner do i have to pay license for using ffmpeg (x264) -> mp4 decoding in my webiste ?

    28 août 2014, par linderman

    I am very confused about my legal or illegal rights to use H.264 mp4 file.

    I had long time reading various websites about should i pay license or not ... still cant understand ..

    So here is the exact situation :

    I have website , where users can upload their videos. Videos are taken with their smart-phones or home cameras , or webcam etc.

    After they upload their videos , i am using FFMPEG (x264) to convert the video from 3gp, mov, or even "mp4 to mp4".

    Then other users can watch these decoded videos on my website.

    I am not charging the end users anything. My website is free for uploaders and viewers.

    You will be right if you say that my website have the same purpose as youtube - and you will be right.. video sharing !

    So ME - as website owner , hosting buyer and ffmpeg user ... should i have to pay license ? OR ABANDON THE MP4 decoding in my website ?

    Thank you

  • Fix Visual Studio solution generation with CMake

    11 mai 2019, par evpobr
    Fix Visual Studio solution generation with CMake
    

    Rename flac application target to flacapp to avoid name collision with FLAC library target.

    Closes #101.

    • [DH] src/flac/CMakeLists.txt
  • How do you build FFmpeg for Mac Catalyst

    9 octobre 2019, par Jim Rhodes

    With XCode 11 and macOS 10.15 (Catalina), you can now build iPad apps to run on a Mac by checking Mac in the General settings of the target. I have an iPhone/iPad app that uses ffmpeg. When I try to build it for the Mac I get this linker error :

    Building for Mac Catalyst, but the linked library ’libavformat.a’ was built for iOS + iOS Simulator. You may need to restrict the platforms for which this library should be linked in the target editor, or replace it with an XCFramework that supports both platforms.

    So my question is, how do you build a static library for Mac Catalyst or create an XCFramework for ffmpeg ? I am using build-ffmpeg.sh from FFmpeg-iOS-build-script on GitHub to bulild the ffmpeg static libraries for iOS.