Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (15)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (3981)

  • FFmpeg scale 720*1080 video to 720*404, it not effect, it play as 279 × 404,and use ffmpeg -i it shows 720*404

    16 mars 2018, par yue guan

    FFmpeg scale 720*1080 video to 720*404, it not effect, it plays as 279 × 404, and use cmd ffmpeg -i scaled.mp4 it shows 720*404.
    Then I use cmd ffmpeg -i scaled.mp4 -y -f image2 -ss 1 -vframes 1 ./xx.jpg to get the thumbnail, but I got the size is 720*404.
    Why ?
    and How can I capture the thumbnail of the video as 279*404 ?
    and How can I scale the video as the size what I defined ?

    the video link :enter link description here

  • How do I upscale an iOS App Preview video to 1080 x 1920 ?

    30 août 2016, par Benjamin Thiel

    I just captured a video of my new app running on an iPhone 6 using QuickTime Player and a Lightning cable. Afterwards I created an App Preview project in iMovie, exported it and could successfully upload it to iTunes Connect.

    Apple requires developers to upload App Previews in different resolutions dependent on screen size, namely :

    • iPhone 5(S) : 1080 x 1920 or 640 x 1136
    • iPhone 6 : 750 x 1334 (what I have)
    • iPhone 6+ : 1080 x 1920

    Obviously, 1080 x 1920 is killing two birds with one stone. I know that upscaling isn’t the perfect solution, but it’s meeting my needs. Since I don’t own a 6+, another recording session won’t do the trick.

    Unfortunately, iTunes Connect is extremely picky about what to accept. Here’s what I tried, to no avail :

    • Handbrake, iMovie, QuickTime do not support upscaling
    • MPEG Streamclip
    • ffmpeg -i input.mp4 -acodec copy -vf scale=1080:1920 output.mp4

    Strangely enough, iTunes Connect keeps complaining about the wrong resolution when I try to upload the output.mp4 of ffmpeg.

  • ( Ubuntu 18 ) How to auto delete files every 3 hours in a directory var/www/html/stream that file name start with 1080 or 720 or 480 or 360 ? [closed]

    5 mars 2020, par Ahmed Kaicer

    How to auto delete files every 3 hours in a directory var/www/html/stream that file name start with 1080 or 720 or 480 or 360 ?

    Iam doing this because once ffmpeg stops for any reason, it still keeps the old file and folder size is huge. Thanks for your help