Recherche avancée

Médias (0)

Mot : - Tags -/images

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (37)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (4683)

  • ffmpeg - Add image background to square video

    2 janvier 2015, par ffnoob

    I have a Video Clips which has 480x480 resolutions, I already have the code on combining them with

    ffmpeg -f concat -i C:\vids\ffmpeg\f.txt -c copy  C:\vids\ffmpeg\test.mp4

    Now I want to extend the code to add background image and make the resolution 1280x720 and if possible add a text watermark. Please help me.

    This is what I’m trying to achieve.

    http://i.imgur.com/Lk0dXw1.png

    or this

    https://www.youtube.com/watch?v=zcQK92Kyf88

  • ffmpeg adding jpg and mp3 together to make a video for upload on YouTube

    18 août 2020, par Daniel Meyer

    I am trying to take album art and join it with a track. The file formats in question are jpg and mp3. I have a working ffmpeg command

    



    


    ffmpeg -y -i *.jpg -i *.mp3 -c:a copy result.avi

    


    



    that creates a video that plays well in VLC, but when I upload it to YouTube, it gets stuck in processing.
The video will play on YouTube in low 240p, but I would like the image to be of 1440 pixel quality.
I know YouTube prefers mp4, and that the video I am creating only has a single image. How can I make some changes so the video will be accepted by YouTube and display correctly ?
YouTube test link : https://www.youtube.com/watch?v=0t2A4erG4II&feature=youtu.be

    


  • ffmpeg adding jpg and mp3 together to make a video for upload on YouTube

    16 août 2016, par Daniel Meyer

    I am trying to take album art and join it with a track. The file formats in question are jpg and mp3. I have a working ffmpeg command

    ffmpeg -y -i *.jpg -i *.mp3 -c:a copy result.avi

    that creates a video that plays well in VLC, but when I upload it to YouTube, it gets stuck in processing.
    The video will play on YouTube in low 240p, but I would like the image to be of 1440 pixel quality.
    I know YouTube prefers mp4, and that the video I am creating only has a single image. How can I make some changes so the video will be accepted by YouTube and display correctly ?
    YouTube test link : https://www.youtube.com/watch?v=0t2A4erG4II&feature=youtu.be