Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (60)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

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

Sur d’autres sites (5674)

  • Ffmpeg how to encode mpg into 2 channel aac ?

    1er août 2012, par Richard Knop

    This command will of course work :

    avconv -i input.mpg -c:v libx264 -s 852x480 -c:a libfaac output.mp4

    But that encodes the mpg into a file with these audio settings :

       {
           "index": 1,
           "codec_name": "mp2",
           "codec_long_name": "MP2 (MPEG audio layer 2)",
           "codec_type": "audio",
           "codec_time_base": "1/48000",
           "codec_tag_string": "mp4a",
           "codec_tag": "0x6134706d",
           "sample_fmt": "s16",
           "sample_rate": "48000",
           "channels": 2,
           "bits_per_sample": 0,
           "r_frame_rate": "0/0",
           "avg_frame_rate": "0/0",
           "time_base": "1/48000",
           "start_time": "0.000000",
           "duration": "60.000000",
           "nb_frames": "2500",
           "tags": {
               "language": "und",
               "handler_name": ""
           }
       }

    This is what I need :

    Resolution: 480p
    Ratio: 1.78
    Audio: 2 channel AAC
    Video Bitrates: 600 / 800 / 1200 / 2000
    Audio Bitrates: 96
    Codec: H.264 - High

    I tried :

    avconv -i input.mpg -c:v libx264 -s 852x480 -c:a libfaac output.mp4

    But I get error :

    Unknown encoder 'libfaac'

    Even after I installed libfaac-dev like this :

    sudo apt-get install libfaac-dev
  • lavfi/movie : force channel layout if not set by the decoder

    30 juillet 2012, par Stefano Sabatini

    lavfi/movie : force channel layout if not set by the decoder

  • mpegaudioenc : list supported channel layouts.

    1er août 2012, par Anton Khirnov

    mpegaudioenc : list supported channel layouts.