Recherche avancée

Médias (91)

Autres articles (34)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (10283)

  • Slice a video with ffmpeg based on frame position

    26 janvier 2016, par Jabb

    I’d like to extract a slice of video from a video. Unfortunately, I do not have the start time position and duration to run ffmpeg like so :

    ffmpeg -sameq -ss [start_seconds] -t [duration_seconds] -i [input_file] [outputfile]

    Instead, I have the first and the last frame number. So... is it possible to slice a mp4 video with ffmpeg based on frame position ?

  • Using Python to make a terminal-based YouTube audio streamer

    11 août 2015, par Tyson Berry

    I want to make a terminal-based program that streams YouTube audio for easy listening to music. I’m aware that I’d have to use a converter like ffmpeg to extract the mp3 audio and an audio player like Foobar2000, I’m just unsure how to make it all work together.

    I have an idea for commands etc which is here. (Excuse my crude use of MS Paint)

    As you can see yap (YouTube Audio Player, a working title) is the command used in front of a YouTube URL to tell the program what video to fetch. It then fetches the title of the video from the YouTube page’s source, which is listed in a text file on the desktop along with the URL. The song is then loaded and played through the audio player which is displayed in the terminal using the song time. When the song has ended, you can see the user has typed list. List opens up the list on the desktop, which displays all the songs previously entered in the program. The user can then select a number and play the corresponding song from the list.

    I have found this, which is outdated yet relevant.

  • ffmpeg_opt : Compensate for DTS/PTS difference in seeking when its based on DTS

    18 mai 2015, par Michael Niedermayer
    ffmpeg_opt : Compensate for DTS/PTS difference in seeking when its based on DTS
    

    Fixes Ticket4554

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg_opt.c