Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (28)

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

  • lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface

    23 juillet 2024, par Fei Wang
    lavu/hwcontext_qsv : Derive bind flag from frame type if no valid surface
    

    Fix cmd :
    ffmpeg.exe -init_hw_device d3d11va=d3d -init_hw_device qsv=qsv@d3d \
    - filter_hw_device d3d -hwaccel qsv -hwaccel_output_format qsv \
    - i in.h264 -vf "hwmap,format=d3d11,hwdownload,format=nv12" -y out.yuv

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Tested-by : Tong Wu <wutong1208@outlook.com>

    • [DH] libavutil/hwcontext_qsv.c
  • swscale : fix gray -> grayf32 SIGFPE

    7 mars, par Niklas Haas
    swscale : fix gray -> grayf32 SIGFPE
    

    swscale internals don't distinguish between 16-bit and higher bit depth
    output formats internally when it comes to the choice of intermediate
    representation.

    Clamping this value both prevents a SIGFPE and also aligns the check
    with reality.

    • [DH] libswscale/swscale.c
  • How to use ffmpeg binary in android ?

    6 novembre 2013, par cjose3

    I want make a video from images. I see in some posts (Using FFmpeg with Android-NDK, Create a Video file from images using ffmpeg images-using-ffmpeg) That use command line, is the best choice ?? it's possible ?

    How are build ffmpeg.so ?
    How I can add to the project ?

    This is the command that pretenfi use :

    ffmpeg -r 1 -pattern_type glob -i &#39;*.jpg&#39; out.mp4

    thanks very much.
    I have 2 weeks search !

    Sorry for my English.