Recherche avancée

Médias (91)

Autres articles (76)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9132)

  • ffmpeg : images to mp4 -> exact framerate required

    14 mars 2019, par user5230928

    I’m creating a mp4 file from several images by following ffmpeg call.

    ffmpeg.exe -y -framerate 25 -i img_%08d.png -vcodec libx264 -pix_fmt yuv420p -preset veryslow -crf 25 out.mp4

    Each image displays a timestamp in milliseconds(for output framerate = 25 fps).

    img_00000000.png => 0
    img_00000001.png => 40
    img_00000002.png => 80
    img_00000003.png => 120
    img_00000004.png => 160
    img_00000005.png => 240
    img_00000006.png => 320
    img_00000007.png => 360

    and so on.

    The problem is, I need an exact framerate of 25 fps, this means every 40ms the image shall change.

    But when I am playing the created video and pause inbetween, I can see a time difference of up to 200ms between the playtime and the time dispalyed in the video itself. Allowed is only gap of 40ms. I checked with different players, so the problem is in the video itself.

    I tried several different options, but could not solve this.

    Is there any parameter available, which ensures, that each picture is shown exactly 40 ms.

  • lavc/videotoolboxenc : Require hardware encoding

    27 avril 2016, par Rick Kern
    lavc/videotoolboxenc : Require hardware encoding
    

    Software encoding can be allowed by setting allow_sw to 1.

    Signed-off-by : Rick Kern <kernrj@gmail.com>

    • [DH] libavcodec/videotoolboxenc.c
  • Encode & play video formats without 3rd party codec packs

    20 septembre 2013, par Jezza

    We have built a windows based software system that allows users to import their own video for viewing in the software. It works fine for AVI and WMV as we use a windows based player. For encoding or playing to work with most common video formats we have to ask our customers to download a 3rd party codec pack, such as K-Lite or Combined Community Codec Pack. Many of our customers are not allowed to do this due to IT Management rules.

    Are they are any suggestions regarding a player and encoder that can be built into our windows based software without needing 3rd party codec packs.

    I am not sure if ffmpeg, handbrake, VLC can be used for this purpose.

    Thanks. J