Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (37)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (4276)

  • ffmpeg - Is is possible to create a video from image tiles

    16 mars 2017, par Thomas

    With ffmpeg, you can :

    • create a video from a list of images
    • create an image with tiles representing frames of a video

    but, how is it possible to create a video from tiles, in a picture, representing frames of a video ?

    if I have this command line :

    ffmpeg -i test.mp4 -vf "scale=320:240,tile=12x25" out.png

    I will get an image (out.png) made of 12x25 tiles of 320x240 pixels each.

    I am trying to reverse the process and, from that image, generate a video.

    Is it possible ?

    Edit with more details :
    What am I really trying to achieve is to convert a video into a gif preview. But in order to make an acceptable gif, I need to build a common palette. So, either I scan the movie twice, but it would be very long since I have to do it for a large batch, or I make a tiled image with all the frames in a single image, then make a gif with a palette computed from all the frames, which would be significantly faster... if possible.

  • ffplay : allow borderless playback windows

    1er février 2017, par Lucas Sandery
    ffplay : allow borderless playback windows
    

    For a pure video tile effect, and enabling better integration of playback windows
    into other programs. It would improve the looks in many situations and avoid ugly
    hacks like this : http://stackoverflow.com/q/31465630/315024

    Signed-off-by : Lucas Sandery <lucas-sandery@users.noreply.github.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/ffplay.texi
    • [DH] ffplay.c
  • VP9 encoding limited to 4 threads ?

    30 décembre 2016, par kellerkindt

    I am considering to use VP9 to encode my BluRays in the future, since its an open source codec. But I cannot get Handbrake or ffmpeg use more than 50% (4) of my (8) cores. The encoding time is therefore much worse than x264/5 which uses all cores.

    In Handbrake I just set encoder to VP9 and CQ19. There is no difference if I add "threads 8", "threads 16" or "threads 64" in the parameters field.

    Testing ffmpeg in the command line ("-c:v libvpx-vp9 -crf 19 -threads 16 -tile-columns 6 -frame-parallel 1 -speed 0") also does not use any more cpu threads.

    Is the current encoder not capable of encoding on more than 4 threads or am I doing something wrong ?

    • Linux Mint 18
    • handbrake 0.10.2+ds0-2build1
    • ffmpeg 2.8.10-0ubuntu0.16.04.1
    • libvpx3 1.5.0-2ubuntu1