Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (48)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (6184)

  • I need to build web service that receive video files, and encode these files using ffmpeg API [on hold]

    19 août 2015, par jobin

    I need to build web service that receive video files, and encode these files using ffmpeg API.

    from where I should start ?

    Note : I need to host this service on windows server.

  • Security : Update to latest UglifyJS

    25 août 2015, par JamesMGreene
    Security : Update to latest UglifyJS
    

    Fixes #604.

    Also updated our other NPM dependencies.

  • use ffmpeg in vb.net service application

    29 septembre 2015, par TOM

    hi i want to write a vb.net application using ffmpeg . is there any possible way to run ffmpeg without putting ffmpeg.exe inside the application path or without any hardcoded path ?

    Can Any hardcoded path of ffmpeg be used in windows service application ?

    Process.Start("cmd.exe", "/k c:/ffmpeg/bin/ffmpeg.exe -i rtsp://198.168.1.40/cam  -map 0:0 -map 0:1 -s  -vcodec libx264 -g 60 -vb 500000 -strict experimental   %03d.ts")