Recherche avancée

Médias (91)

Autres articles (61)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • README : Move reporting issues to contributing, keep email method note

    14 janvier 2015, par jzaefferer
    README : Move reporting issues to contributing, keep email method note
    

    Also adds the warning to CONTRIBUTING.md, its worth duplicating. Added
    a reference to addMethod for both.

  • ffmpeg m4v convert to mp4 missing sound [closed]

    2 octobre 2012, par RussellHarrower

    I am using the following

    ffmpeg -i Bars.m4v -ar 44100 -b 300k -s 640x426 -vcodec mpeg4 -acodec libfaac bars.mp4

    but it is not encoding the sound only the video.

    I am wondering what do I need to do to get the sound also from the video

    it works fine in safari but not chrome and plays fine in quicktime and VLC

  • av_write_frame throws AccessViolationException

    15 février 2017, par iamyz

    I am creating Cli/Cpp wrapper over ffmpeg.
    I am trying to encode video frames and audio to H.264 format.
    When only Video stream is there then its fine.
    But if i add audio stream then on writing of first video frame av_write_frame function throws access violation exception.

    But the same scenario works fine with the MJEPG and WMV encoding.

    Can some one guide me.