Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (27)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (4661)

  • How to convert yuv to y4m within ffmpeg ? [on hold]

    20 juin 2018, par nm82
    ffmpeg -i test.yuv  test.y4m

    gives me :

    test.yuv: Invalid argument.

    Is there a command to convert a file.yuv into a file.y4m with ffmpeg ? The yuv file is already specified. I don’t know the correct cmd/ffmpeg-code to convert from specified yuv to y4m.

    kind regards

  • shell script to convert several videos into mp4 using ffmpeg

    20 juillet 2012, par Subhransu

    I am trying to write a shell script to convert several videos to mp4 format :

    HERE IS THE CODE


    UPDATE

    It is executing ,but when i am checking the folder no file were being converted .

    Please help me with this .

  • Rewind problem after convert *.mp3 to *.aac

    29 août 2020, par Vitaly Vesyolko

    I need to prepare audio files in MP3 format for sending via WhatsApp to Android and iOS devices with the ability to pause and mainly rewind.

    


    To do this, I use the ffmpeg utility on my notebook with Linux Ubuntu installed. Conversion example is described in detail here FFmpeg command to convert MP3 to AAC.

    


    As a result, I get AAC audio files that cannot be rewound in the WhatsApp player. I tried to set different options that are responsible for the output sound quality, size, and so on. But the ability to rewind in the WhatsApp player disappears.

    


    Rewind - is to slide by finger the circular slider in the WhatsApp audio player widget.

    


    I also used the following online services :

    


      

    1. ONLINE-CONVERT
    2. 


    3. Convertio
    4. 


    5. ZAMZAR.
    6. 


    


    One of the first two in some cases saves files with the ability to rewind, but in most cases - without it. And it very likely depends on the original file size. This is a hypothesis - if the size is small, then it is possible to rewind the audio file in the WhatsApp player. In any case, this method is not universal.

    


    Please provide a universal solution to the task at hand - a CLI utility or a tool that would convert MP3 to AAC with the ability to rewind in the WhatsApp player. And please indicate which characteristics are responsible for the absence / presence of such functionality.