Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (9191)

  • avcodec/pngenc : set default prediction method to PAETH

    6 février, par Michael Niedermayer
    avcodec/pngenc : set default prediction method to PAETH
    

    this is a good compromise between speed and compression

    - rw-r----- 1 michael michael 180987 Feb 6 14:29 lena-def.png
    - rw-r----- 1 michael michael 128430 Feb 6 14:36 lena-pavg.png
    - rw-r----- 1 michael michael 126269 Feb 6 14:36 lena-pmixed.png
    - rw-r----- 1 michael michael 180987 Feb 6 14:35 lena-pnone.png
    - rw-r----- 1 michael michael 127758 Feb 6 14:35 lena-ppaeth.png

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/pngenc.c
    • [DH] tests/ref/fate/copy-apng
    • [DH] tests/ref/fate/cover-art-aiff-id3v2-remux
    • [DH] tests/ref/fate/cover-art-flac-remux
    • [DH] tests/ref/fate/cover-art-mp3-id3v2-remux
    • [DH] tests/ref/fate/mov-cover-image
    • [DH] tests/ref/fate/png-icc
    • [DH] tests/ref/fate/png-mdcv
    • [DH] tests/ref/lavf/apng
    • [DH] tests/ref/lavf/apng.png
    • [DH] tests/ref/lavf/gray16be.png
    • [DH] tests/ref/lavf/png
    • [DH] tests/ref/lavf/rgb48be.png
    • [DH] tests/ref/vsynth/vsynth1-mpng
    • [DH] tests/ref/vsynth/vsynth2-mpng
    • [DH] tests/ref/vsynth/vsynth3-mpng
    • [DH] tests/ref/vsynth/vsynth_lena-mpng
  • playing multiple intervals of a video [on hold]

    6 juin 2018, par gagan singh

    I have a video. I know how to play one interval say 10s-20s.

    How do I play multiple intervals, say 10s-20s then immediately 30s-50s and so on ?

    I am also fine with running ffmpeg -c once to extract the combined stream of my time ranges.

    In one of the ffmpeg query, some one mentioned edit list support in some video players. What is that ?

    I am fine with playing the video with any linux video player, vlc, mplayer etc.
    anything which can play something like the following.

    player —intervals=10-20,30-50 video.mp4

    basically for a movie, I want to play selected intervals of the movie, instead of the whole movie.

    I hope this makes my question clearer.

  • ffmpeg av_seek_frame

    27 août 2015, par Jack Edmonds

    I am attempting to seek in a movie using ffmpeg’s av_seek_frame method however I’m having the most trouble determining how to generate a time-stamp to seek to. Assuming I want to seek x amount of frames either forward or backward and I know what frame the movie is currently on, how would I go about doing this ?