Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (43)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • ffmpeg seems to ignore HLS option "-hls_time 10" [closed]

    4 juin 2013, par user1839424

    ffmpeg seems to ignore HLS option "-hls_time 10".

    My invocation :

    ffmpeg  -i "rtmp://mydomain/live/test live=1" -hls_time 10 -hls_list_size 3 -hls_wrap 4 -ar 48000 -acodec libvo_aacenc  -vcodec libx264 -r 24  -async 2  demohd.m3u8

    The m3u8 file shows different sizes for the ts files all the time :

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:7
    #EXT-X-MEDIA-SEQUENCE:17
    #EXTINF:7,
    demohd1.ts
    #EXTINF:4,
    demohd2.ts
    #EXTINF:2,
    demohd3.ts

    How can I force ts files being 10 seconds ?
    (ffmpeg version 1.1.1)

  • nReco.Video Converter ffMpeg Error

    31 juillet 2019, par Faruk

    I am using Nreco Video Converter for take video thumbnail on my MVC project. App is working correctly on local but it shows error on live host

    Error is

    Access to the path ’C :\Inetpub\vhosts********\httpdocs\bin\ffmpeg.exe’ is denied.

    I did search this file in my code and host bin folder but I can’t found. NReco’s site says

    Simple and easy to use video conversion .NET library : all you need is one assembly (FFMpeg is embedded)

    There is no ffmpeg.exe file in local and host bin folder or anywhere.

    How can i fix this ?

    Thanks.

  • nReco.Video Converter ffMpeg Error

    1er août 2015, par Faruk

    I am using Nreco Video Converter for take video thumbnail on my MVC project. App is working correctly on local but it shows error on live host

    Error is

    Access to the path ’C :\Inetpub\vhosts********\httpdocs\bin\ffmpeg.exe’ is denied.

    I did search this file in my code and host bin folder but I can’t found. NReco’s site says

    Simple and easy to use video conversion .NET library : all you need is one assembly (FFMpeg is embedded)

    There is no ffmpeg.exe file in local and host bin folder or anywhere.

    How can i fix this ?

    Thanks.