Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (40)

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

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

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

Sur d’autres sites (10502)

  • aarch64 : Fix negative movrel offsets for windows

    9 juillet 2017, par Martin Storsjö
    aarch64 : Fix negative movrel offsets for windows
    

    On windows, the offset for the relocation doesn’t get stored in
    the relocation itself, but as an unsigned immediate in the opcode.
    Therefore, negative offsets has to be handled via a separate sub
    instruction, just as on MachO.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavutil/aarch64/asm.S
  • ffmpeg take snapshot from webcam in windows 10

    12 juin 2019, par mrpatg

    Attempting to use ffmpeg to grab a snapshot from my USB webcam in windows 10.

    ffmpeg -f mjpeg "video=HD Pro Webcam C920" "C:\projects\webcam\" -vframes 1 -s 1920x1080 -ss 10 test.jpg

    Returns :

    Output #0, mjpeg, to 'video=HD Pro Webcam C920':
    Output file #0 does not contain any stream

    I think I might have something backwards here, but I’m not sure what.

  • Create fake webcam with ffmpeg on Windows ?

    1er juillet 2022, par Brian

    ffmpeg has all kinds of options in it to record video off of a webcam, transcode video, send video up to streaming servers. Is there a way to loop over a file and make it look like a webcam ?

    &#xA;&#xA;

    I found this for Linux :&#xA;https://gist.github.com/zburgermeiszter/42b651a11f17578d9787

    &#xA;&#xA;

    I've search around a lot to try to find something for Windows, but have not yet found anything.

    &#xA;