Recherche avancée

Médias (91)

Autres articles (86)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (11855)

  • Resizing video with FFmpeg to double size, but maintains original rectangle video on the top left

    1er juin 2022, par Mauro

    I have a video with 320 x 240 pixels.

    


    I want to convert it to double size : 640 x 480 pixels.

    


    But I don't want the video upscaled.

    


    I mean : The final file must be a 640 x 480 video file, with the "original video" inside a 320 x 240 rectangle on top left, and the rest of screen filled with black background.

    


    How can I do it with ffmpeg ?

    


  • Best video format/codec/technique to send small video with syncronization

    22 janvier 2016, par Epsiloncool

    I have a strange task to solve. We have a small-sized video window (like 300x200 pixels, 256-colors palette) and 44kHz 2ch sound playing on server. We need to send this stream video to some clients (1,2.. up to 10). Strict requirements is syncronization (we should have video syncronized as precise as 20 ms on all clients) and loss-less (preferrably no losses at all, but it is discussable).

    Please recommend any good video format/codec/linux software to install on server to make this thing possible. Thanks !

  • Converting Raw video data to a good quality compressed video using ffmpeg [closed]

    12 janvier 2013, par Deepak Bhatia

    I have a raw video data of size 10 MBytes but when I convert the same to MPEG4 Video, its size becomes 20 MBytes. I am using ffmpeg 1.1.

    Why the size is increasing on using MPEG4 Encoder for compressing the raw video ?

    Thanks in advance.

    Deepak Bhatia