Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (38)

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

  • avfilter/vidstabtransform : allow negative zoom.

    13 septembre 2013, par Georg Martius
    avfilter/vidstabtransform : allow negative zoom.
    

    This is useful in addition to crop=black.

    Signed-off-by : Clément Bœsch <clement@stupeflix.com>

    • [DH] libavfilter/vf_vidstabtransform.c
  • What ffmpeg arguments will approximate Zoom recording quality [closed]

    25 octobre 2020, par Stan Ivanov

    I've been recording screen sharing presentations using Quicktime on my Mac and it uses x264 format with 60fps. The produced video file is with type MOV and around 2.2GB for 1 hour of presentation. I want to compress it using ffmpeg and I've been doing so using x264 as well. Here are my arguments :

    &#xA;

    ffmpeg -i &#x27;$inputFile&#x27; -vcodec "libx264" -crf 32 -vf &#x27;scale=${width}:-2,fps=24&#x27; -c:a aac -b:a 128k -preset veryslow -profile:v high -tune stillimage -f mp4 &#x27;$outputFile&#x27;&#xA;

    &#xA;

    I rescale my video to 1600px width to save on space and I also convert the recording to 24fps as I see no need to have the full 60fps available. It's mostly static images as I talk over my screen. This results in about 100MB file using the -profile:v high argument. Otherwise it is around 160MB.

    &#xA;

    On the other hand Zoom recording for much larger resolutions (4k etc) are around 80MB per 1 hour. Does anyone know what options we can use to approximate this file size and quality ? I know they are using lower quality audio which might explain some of the difference.

    &#xA;

    But if I increase the -crf 32 argument it starts to degrade quality too much. I am not sure how Zoom achieves it's video quality with high resolutions such as 1080p and 4k with a file size of 80MB while I can't match it using 1600px width.

    &#xA;

    Edit : I had an idea that I probably don't need all 24 fps in a screen sharing of static content. So I reduced it to 5 fps and that seems to work well for my use case. I wonder if this is what Zoom does ?

    &#xA;

  • What ffmpeg arguments will approximate Zoom recording quality [closed]

    25 octobre 2020, par Stan Ivanov

    I've been recording screen sharing presentations using Quicktime on my Mac and it uses x264 format with 60fps. The produced video file is with type MOV and around 2.2GB for 1 hour of presentation. I want to compress it using ffmpeg and I've been doing so using x264 as well. Here are my arguments :

    &#xA;

    ffmpeg -i &#x27;$inputFile&#x27; -vcodec "libx264" -crf 32 -vf &#x27;scale=${width}:-2,fps=24&#x27; -c:a aac -b:a 128k -preset veryslow -profile:v high -tune stillimage -f mp4 &#x27;$outputFile&#x27;&#xA;

    &#xA;

    I rescale my video to 1600px width to save on space and I also convert the recording to 24fps as I see no need to have the full 60fps available. It's mostly static images as I talk over my screen. This results in about 100MB file using the -profile:v high argument. Otherwise it is around 160MB.

    &#xA;

    On the other hand Zoom recording for much larger resolutions (4k etc) are around 80MB per 1 hour. Does anyone know what options we can use to approximate this file size and quality ? I know they are using lower quality audio which might explain some of the difference.

    &#xA;

    But if I increase the -crf 32 argument it starts to degrade quality too much. I am not sure how Zoom achieves it's video quality with high resolutions such as 1080p and 4k with a file size of 80MB while I can't match it using 1600px width.

    &#xA;

    Edit : I had an idea that I probably don't need all 24 fps in a screen sharing of static content. So I reduced it to 5 fps and that seems to work well for my use case. I wonder if this is what Zoom does ?

    &#xA;