Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (65)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

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

  • Using ffmpeg to merge two videos from online sources without downloading both ?

    18 juin 2014, par user3754017

    Im trying to merge two videos from that I found online into just one file to be downloaded to my pc. Im looking to do this without downloading the first and second video then merging them together. In addition to merging I also want to edit like the duration of the video that I want from the video I found online. Can I do this with just the url alone ?

  • Revision 2e84633d08 : Merge "Adding libwebm sources to third_party/libwebm."

    18 mars 2014, par Vignesh Venkatasubramanian

    Merge "Adding libwebm sources to third_party/libwebm."

  • correcting captured dvb-t video from two different mpeg-ts sources

    17 février 2013, par Ondra Kocian

    I have captured same channel (two files - full multiplex of dvb-t - mpeg-ts) from different dvb-t transmitters :

    Transmitter-A.ts
    Transmitter-B.ts

    I would like to merge these streams to produce one perfect video of channel to correct failtures in signal from transmitter-B and transmitter-A - I know there are frame gaps lets say :

    Transmitter-A.ts 1:10-1:20
    Transmitter-B.ts 2:30-2:35

    Is there some existing tool to do so ? Do I have to go to the frame level of ts packet and compare them between streams(lets say find I-frames-will they fit ? And compare them) ? I hoped pts and dts timestamps would fit but didnt - is there some way to use pcr or any stamp in ts packet preventing me to go on frame level ?