Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (52)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (6134)

  • FFmpeg libx264 iOS

    8 octobre 2013, par user441918

    I have to stream a RTSP video from IP camera in iOS. I found that I can use FFmpeg to stream the RTSP and it seems working. When I reviewed the legal terms of FFmpeg, it says "Make sure your program is not using any GPL libraries (notably libx264)". Does it mean, I cannot use libx264 library in iOS application or do I have to compile the FFmpeg library with "disable-gpl" option ?

    If FFmpeg with libx264 cannot be used in iOS, is there any other alternative library available ?

  • Create thumb of video

    10 novembre 2022, par Emre8

    I have multiple long-video recordings. In this video, I want to create a thumb but it takes a lot of CPU and time and the most critical problem is that I can't get total thumbs. During the first 1.5 hours the thumb is formed. Unfortunately, there is no sequel.

    


    How can I create a full thumb image in terms of performance and video length ?

    


    ffmpeg -i input1080p.mp4 -filter_complex "select='not(mod(n,10))',scale=150:-1,tile=layout=100x5000:overlap=1" -vframes 1 -q:v 2 oneThumbFile.jpg'


    


  • x264 Downsides of a high CRF (22) intermediary codec between conversions instead of lossless

    18 décembre 2019, par bobtheencoder

    I have a huge collection of video files that are in the range of CRF 16-20 taking up TB’s of space. The only need I have for these originals is that I have to encode them from time to time but the CRF of these final encodes is very low (CRF 26-28).

    I understand that a lossy to lossy converstion ALWAYS results in some quality loss but my question is what if the intermediate file is almost visually lossless compared to the final output.

    So to sum up, what quality difference should I expect from the following routes ?

    CRF 18 (original) -----> CRF 28 (final)
    CRF 18 (original) -----> CRF 22 (long-term storage) -----> Lossy  CRF 28 (final)