Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (56)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • change fps while-loops exporting ffmpeg

    15 juillet 2015, par wizards

    I am new to FFMPEG. I am trying to export still images from a video file. I did it correctly.

    Now i want to change average frame rate. That is if my video is 24fps and i want to export still images with 30fps. Now instead of 24 frames I need 30 frames.

    Cany you please help me what to do.

    Thanks in advance
    wizards

  • How to combine 2 separate lines of ffmpeg into one

    9 décembre 2014, par Krisi

    Is there a way to concatenate these 2 lines for ffmpeg to a one liner ?

    # get from 7second to 11 second
    ffmpeg -i ../mp4.mp4 -vf scale=640x360 -an -ss 7 -t 4 output.mp4

    # convert to mpeg
    ffmpeg -i output.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts newoutput.mpeg

    thanks in advance !

  • Web Development Video Creation/Editing [on hold]

    22 mai 2017, par user799451

    Im trying to create a online video editing website where users can create a music video like video.

    Currently I created a website that calls a api which does ffmpeg commands for creating my videos but its kind of slow and very cpu heavy.

    Is their any tools that I can use that can do the functionality above ?. We are willing to use any solution paid softwares of free.

    Any suggestion will be helpful thanks in advance.