Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (13657)

  • How do you get ffmpeg to convert a video, parse its thumbnail and then pass it back to Elgg in the file upload function ? [closed]

    22 janvier, par Orange

    I know my question is very specific, but I'm using the social media base (with WAMP) Elgg to create a Flash-based video sharing site for older browsers and computers and I was wondering how does one set up ffmpeg and Elgg in tandem so Elgg gets both a thumbnail and a video converted to FLV from an MP4 file someone uploads from their computer.

    


    I'm using Elgg 1.9 and ffmpeg-20130314.

    


    I couldn't figure out how to inject ffmpeg into Elgg so I tried duplicating the upload form so it had two file upload buttons (second one for thumbnail image) but this broke the site and made a blank undeletable video.

    


  • FFmpeg mp4 compression

    22 septembre 2016, par Nikita Pronchik

    I’m developing photo and video social network ( partially like instagram ). And i’m using ffmpeg for mp4 to mp4 file size compression. I achieved 3 time scale factor for file size ( from 13 mb to 2,5 mb ) but very stupidly - 3 times converting output files by the following command-line string :

    ./ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4

    I’m a newbee in video-audio codec theory, so i completely lost audio while such compression. So my question is - where is audio ? Which option should i use ? Thanks in advance !

  • lavf/rtpdec* : Constify all RTPDynamicProtocolHandler.

    12 février 2018, par Carl Eugen Hoyos
    lavf/rtpdec* : Constify all RTPDynamicProtocolHandler.
    

    Reviewed-by : Muhammad Faiz

    • [DH] libavformat/rtpdec_ac3.c
    • [DH] libavformat/rtpdec_amr.c
    • [DH] libavformat/rtpdec_asf.c
    • [DH] libavformat/rtpdec_dv.c
    • [DH] libavformat/rtpdec_formats.h
    • [DH] libavformat/rtpdec_g726.c
    • [DH] libavformat/rtpdec_h261.c
    • [DH] libavformat/rtpdec_h263.c
    • [DH] libavformat/rtpdec_h263_rfc2190.c
    • [DH] libavformat/rtpdec_h264.c
    • [DH] libavformat/rtpdec_hevc.c
    • [DH] libavformat/rtpdec_ilbc.c
    • [DH] libavformat/rtpdec_jpeg.c
    • [DH] libavformat/rtpdec_latm.c
    • [DH] libavformat/rtpdec_mpa_robust.c
    • [DH] libavformat/rtpdec_mpeg12.c
    • [DH] libavformat/rtpdec_mpeg4.c
    • [DH] libavformat/rtpdec_mpegts.c
    • [DH] libavformat/rtpdec_qcelp.c
    • [DH] libavformat/rtpdec_qdm2.c
    • [DH] libavformat/rtpdec_rfc4175.c
    • [DH] libavformat/rtpdec_svq3.c
    • [DH] libavformat/rtpdec_vc2hq.c
    • [DH] libavformat/rtpdec_vp8.c
    • [DH] libavformat/rtpdec_vp9.c
    • [DH] libavformat/rtpdec_xiph.c