Recherche avancée

Médias (91)

Autres articles (72)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4562)

  • aacenc : increase fuzz on aac-ms-encode test

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc : increase fuzz on aac-ms-encode test
    

    GCC 3.4 miscompiles it on sunos. Date of release ? The second of
    August two thousand and five, anno Domini. That’s ten years two
    months and fourteen days ago. Three thousand seven hundred and
    twenty seven days ago. One sixth of the average life expectancy
    of a person living in a country with a human development index
    of zero point eight hundred and eight, equality adjusted.
    GCC 4.3 also miscompiles it, though not as bad.

    • [DH] tests/fate/aac.mak
  • How to convert audio stream from PureTool/CVS video ?

    1er janvier 2013, par Mark

    I apologize if there is a better place to post this. I recently came across a couple CVS single-use video cameras that I had been using back in 2005. I still have the USB cable I made and now that I've switched to Mac I can use Puretool to extract the old videos from the cameras. The problem I'm having is that I can only hear the audio when viewing the videos with VLC media player. I read on PureTools site, a common problem is that the audio codec used is incompatible with Quicktime and the audio stream needs to be converted. There is a link on their site to a program called FixSound which is purported to fix this, but the link is dead and I've been unable to find any further information about this. If anyone could point me in the right direction, I'd be very grateful. All the videos I'm dealing with are from the first year of my son's life and I'd really like to be able to archive them in a more uniform format. I would think this would be possible to do using Adobe Audition or some other program in Adobe's CS6 Master Collection but I've only dealt with Photoshop, Illustrator, Dreamweaver, Flash & Fireworks. I have no experience with audio or video yet.

    Thanks,

    Mark

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