Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (112)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (11230)

  • Getting horizontal thumb from portrait video

    3 janvier 2017, par Harshketu

    I am compressing video with ffmpeg library.But facing issue sometime when i get width more than the height for portrait video from iphone.After i am creating thumb from first frame of video.But that gives me horizontal thumb.

    I need that thumb vertical because that video is actually portrait.

  • Stream Video from ios device

    29 avril 2014, par iJose

    I have integrated FFmpeg libraries to my project.

    Now

    i want stream a video that is captured using my ios device (iPhone, iPad, iPod)
    to an RTMP server using FFMpeg.

    I did post a similar question and googled for the same but did not end up with any solution.

    Can anyone of you suggest me a tutorial or atleast direct me as i am badly stuck over here and not able to move ahead.

    Kindly Pour your knowledge.

    Thanking you in advance.

  • [ffmpeg]How do I play udp streams on my phone

    30 décembre 2018, par 徐思龙

    I used FFMPEG to record the screen push stream [UDP]

    This is the command line I typed

    Ffmpeg-f gdigrab-framerate 25-offset_x 10-offset_y 20-video_size 640x480-i desktop vcodec libx264-preset :v ultrafast-tune :vzerolatency -f h264 udp ://localhost:8888

    ffplay can be played on the localhost :ffplay udp ://192.168.31.18:8888

    Use VLC APP on IPHONE, input udp ://192.168.31.18:8888, it can’t play.

    What do I need to do ?

    thank you