Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (65)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

Sur d’autres sites (7451)

  • .h264 c# player with google map [closed]

    11 octobre 2014, par pkvasan

    want to create media player to play .h264 file in c# along with Google map.

    My mobile hardware unit records cctv image in .h264 format the footage also contains GPS data like Location and speed for each frame

    I want to design a media player in C# to play the cctv footage which is in .h264 format and also I want to read the GPS data from each frame and embed in Google map to show the location

    I wanted following help
    1) how to play .h264 file in C#
    2) want to read metadata from .h264 file (GPS data)
    3) want to embed google map in C# and display location as per the metadata from .h264 file

  • height not divisible ffmpeg [duplicate]

    17 avril 2018, par Darko_Milicic

    This question already has an answer here :

    Problem is when i try scale video and keep aspect ratio

    ffmpeg -i in.mp4 -vf scale=240:-1 out.mp4

    I was try also -s 240x135 but always same error..

    height not divisible by 2 (240x135)

    But if i try 240x180 it’s working, problem is because i need to keep aspect ratio because i need scale=240:-1

    Error what i have

    height not divisible by 2 (240x135)

    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  • avfilter/vf_rotate : use vsub for output plane height calculation

    29 septembre 2013, par Paul B Mahol
    avfilter/vf_rotate : use vsub for output plane height calculation
    

    Output plane height used horizontal instead of vertical subsampling.
    This is just cosmetic change as filter does not support formats where
    vertical subsampling does not match horizontal one.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_rotate.c