Recherche avancée

Médias (91)

Autres articles (49)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6416)

  • fftools/cmdutils : hide some information listing options from basic help

    22 décembre 2023, par Anton Khirnov
    fftools/cmdutils : hide some information listing options from basic help
    

    They are for advanced usage only and should not clutter basic output.

    • [DH] fftools/ffmpeg_opt.c
    • [DH] fftools/opt_common.h
  • Revision 92f7d79030 : vpxenc.sh : Add basic multithreaded frame parallel encode test. Change-Id : Id526

    24 juin 2015, par Tom Finegan

    Changed Paths :
     Modify /test/vpxenc.sh



    vpxenc.sh : Add basic multithreaded frame parallel encode test.

    Change-Id : Id526783fa2e3e9bb31229931b6548ac7a9b2b7e6

  • ffmpeg command is not able capture mobile video image properly. Always getting stretch image

    1er février 2021, par Vipul Jethva

    I have tried many ffmpeg commands to capture image from mobile video but it's always getting stretch image output.

    


    There are following commands which I used. My video format is mobile shoot. Desktop video is fine. Only mobile video having problem. Always getting stretch image. I need perfect image horizontally and vertically without stretch image.

    


    $command = "ffmpeg  -i &lt;<input video="video" />> -r 0.0033 -vf scale=-1:120 -vcodec png output.jpg";&#xA;&#xA;$command = "ffmpeg -i &lt;<input video="video" />> -ss 00:00:25 -vframes 1  output.jpg";&#xA;&#xA;$command = "ffmpeg -ss 00:00:45 -i &lt;<input video="video" />> -vframes 1 -q:v 2 output.jpg";&#xA;&#xA;$command = "ffmpeg -i &lt;<input video="video" />> -deinterlace -an -ss 00:00:45 -f mjpeg -t 1 -r 1 -y -s 850x478 output.jpg 2>&amp;1";&#xA;&#xA;$command = "ffmpeg -ss 100 -i &lt;<input video="video" />> -frames:v 1 -q:v 2 -vf scale=850:478:force_original_aspect_ratio=increase,crop=850:478 output.jpg";&#xA;

    &#xA;

    Please let me know where I am wrong in above command ? Or if you have other command please let me know.

    &#xA;