Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (31)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (5851)

  • aac : Fix TNS decoding for the 512 sample window family.

    24 décembre 2013, par Alex Converse
    aac : Fix TNS decoding for the 512 sample window family.
    
    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aactab.c
    • [DH] libavcodec/aactab.h
  • aac : Fix TNS decoding for the 512 sample window family.

    24 décembre 2013, par Alex Converse
    aac : Fix TNS decoding for the 512 sample window family.
    
    • [DBH] libavcodec/aacdec.c
    • [DBH] libavcodec/aactab.c
    • [DBH] libavcodec/aactab.h
  • FFMPEG -User-Agent command not working on linux

    4 janvier 2014, par user3145169

    I installed ffmpeg on my server through putty. Using these commands.

    rpm -Uhv http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

    yum install ffmpeg ffmpeg-devel

    After I tried to run this commmand.

    ffmpeg -user-agent AppleTV/2.4 -i "http://mywebsite/mystream.mp4" -async 1 -r 21 -c:v libx264 -profile:v baseline -crf 27 -maxrate 900k -bufsize 1350k -g 42 -threads 1 -c:a libmp3lame -b:a 96k -ar 44100 -ac 2 -f flv "rtmp://mystreamhost/streamkey"

    I am now getting error "unrecognized option -user-agent"

    I want to set user agent because I let people connect directly to my stream with apple tv only - but I would still like to be able to spoof this connection, so I can restream to another flash host. Anybody see why I would be getting this error ? Maybe an old build of ffmpeg ? This command works from my windows desktop though, so I'm confused. Thanks.