Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (112)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10198)

  • Merge commit 'f44ec22e095c5ba00ffeadd891655c456e3dd014'

    28 septembre 2017, par James Almer
    Merge commit 'f44ec22e095c5ba00ffeadd891655c456e3dd014'
    

    * commit 'f44ec22e095c5ba00ffeadd891655c456e3dd014' :
    lavc : use av_cpu_max_align() instead of hardcoding alignment requirements

    This commit is a noop, see
    https://ffmpeg.org/pipermail/ffmpeg-devel/2017-September/215834.html

    Merged-by : James Almer <jamrial@gmail.com>

  • Is seeking to specific frames of an MJPEG video faster than doing the same for an h.264 file ?

    9 février 2018, par David Parks

    I am recording video and will need to seek to a specific frame in the video quickly and randomly.

    I can record the video in MJPEG or h.264 compression standards.

    I understand that MJPEG produces individual jpegs and produce larger file sizes than h.264, and h.264 compresses across multiple frames of video.

    Does this difference mean that I will get faster seek times when
    seeking to a random location in the file using ffmpeg or gstreamer
    programmatically ?

    Will the MJPEG allow the frame-seek operation to reduce the IO requirements when reading just 1 frame from a video file ?

  • Any suggestion for a reliable video format for industrial applications ?

    2 juin 2017, par fstab

    I am currently using videos encoded in MPEG4 (h264). This makes the content of the frames rely on the content of other frames.

    In my case this is undesirable as I often need to quickly split video files without re-compressing or altering the content and seek many times trough the video.

    The video format that I need needs to be reliable and the frames need to be independent from each other.

    Any idea on which video format might be best for these requirements ?

    Maybe there is a sub-type of MPEG4 encoding that allows to reach this result ?