Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (105)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (14234)

  • Revision cc6117d0f3 : update nestegg + prune some unused files https://github.com/kinetiknz/nestegg.

    14 décembre 2013, par James Zern

    Changed Paths :
     Delete /nestegg/.gitignore


     Add /nestegg/0001-include-paths.diff


     Add /nestegg/0002-ne_read_simple-uninitialized_variable.diff


     Modify /nestegg/AUTHORS


     Delete /nestegg/Makefile.am


     Add /nestegg/README.webm


     Delete /nestegg/configure.ac


     Delete /nestegg/docs/Doxyfile.in


     Delete /nestegg/docs/Makefile.am


     Modify /nestegg/halloc/src/halloc.c


     Modify /nestegg/include/nestegg/nestegg.h


     Delete /nestegg/m4/as-ac-expand.m4


     Delete /nestegg/m4/ax_create_stdint_h.m4


     Delete /nestegg/m4/pkg.m4


     Delete /nestegg/nestegg-uninstalled.pc.in


     Delete /nestegg/nestegg.pc.in


     Modify /nestegg/src/nestegg.c


     Modify /nestegg/test/test.c


     Modify /test/webm_video_source.h


     Modify /webmdec.c



    update nestegg

    + prune some unused files

    https://github.com/kinetiknz/nestegg.git

    commit f46223191d8116a36bf299b5b9793fcb798417b1
    Merge : 0851279 4b0190a
    Author : Matthew Gregan <kinetik@flim.org>
    AuthorDate : Wed Nov 27 13:50:43 2013 -0800
    Commit : Matthew Gregan <kinetik@flim.org>
    CommitDate : Wed Nov 27 13:50:43 2013 -0800

    Merge pull request #15 from shadone/master

    Fix compiler warning.

    Change-Id : I59eecdd68fced1ef61b67d446735539628d81484

  • CANNOT get FFserver stream going

    18 septembre 2016, par Euroclydon37

    I want to preface this question with the fact that I am very very new to ffmpeg and even newer to ffserver.

    I cannot, for the life of me, get this thing going.
    I get :

    "Too large number of skipped frames 882933314374 > 60000"

    Also, ffplay gives me first frame is no keyframe

    Here is my ffserver.conf file

    HTTPPort 8090
    HTTPBindAddress 0.0.0.0
    MaxHTTPConnections 1000
    MaxClients 10
    MaxBandwidth 2000000
    NoDefaults

    ###############################################################################################

    <feed>
       File /tmp/test.ffm
       FileMaxSize 10000M
       ACL ALLOW localhost
    </feed>

    <stream>
    Format status

    # Only allow local people to get the status
       ACL allow localhost
    </stream>

    <stream>
       Feed test.ffm
       Format avi
       ACL ALLOW localhost
       ACL ALLOW 192.168.1.0
       NoAudio
       VideoSize 3840x2160
       VideoFrameRate 30
       Preroll 10
    </stream>

    ###############################################################################################

    And here is my ffmpeg command

    ffmpeg -i smaller.avi http://localhost:8090/test.ffm

    I’ve been fighting with this thing all day, googling like a madman the entire time. What am I doing wrong ? Any help will be welcomed enthusiastically.

  • Windows media player showing wrong bit rate

    30 octobre 2011, par Akash

    I used ffmpeg to change the bit rate of a .mp3 file from 128kbps to 64kbps

    here are the final lines of output of ffmpeg :

    size=    2261kB time=00:04:49.38 bitrate=  64.0kbits/s
    video:0kB audio:2261kB global headers:0kB muxing overhead 0.011274%

    Tough the file size is reduced by half, windows media player while playing the file shows the bit-rate is 159 K bits/second

    Any ideas on why is this so ?