Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (10881)

  • Create 30s audio clip from middle of file using ffmpeg [on hold]

    15 octobre 2016, par Draven

    I want to create a sample audio file that is 30 seconds long from the middle of the audio file.

    Is it possible to do something like that in a one line command ?

    I know I can use -ss to jump ahead, but I am not sure how to jump ahead 50% of the file length (minus 15s).

    And I know I can use -t for the length.

    Here’s what I am currently using in my command line PHP script :

    (I am making sure it’s a 128k bit mp3 file)

    ffmpeg -y -i file.ogg -acodec libmp3lame -ac 2 -ab 128k file.mp3

  • avcodec/adpcm : clip step for ADPCM MTAF decoder

    15 septembre 2016, par Paul B Mahol
    avcodec/adpcm : clip step for ADPCM MTAF decoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/adpcm.c
  • Cut Video clip using Media ffmpeg c#

    28 juillet 2016, par Praveen sharma

    Requirement is that I want to cut the live stream from end position to 4 minute back and then save in video file. We have to cut the video from live stream not for video saved already. My web cam will be recording the video and i have to save the stream of 4 minutes from the last position towards start.How could we achieve this

    Here with live stream doesn’t mean that not to store stream anywhere I am storing the stream in memory representation and while going for saving the video to a file cut the frame of 4 minutes from end and save in file.