Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (103)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7639)

  • video compression using ffmpeg not working save as empty file after conversion

    25 mars 2019, par HEMANTH KUMAR

    I’m using CodeIgniter and also installed FFmpeg

    I have converted the big size video to small size and it worked in localhost.

    On the live server it’s converting but saving has an empty file.

    $v = '/var/www/html/login/public/restaurants/171/items/'.$rowv->item_id.'/'.$rowv->image;              
    $info = pathinfo($rowv->image);
    $v2 ='/var/www/html/login/public/restaurants/171/items/'.$rowv->item_id.'/'.'demo'. '.' . $ext;


    $a = exec("ffmpeg -y -loglevel error -i ".$v." -vcodec libx264 -crf 28 -preset faster -tune film ".$v2);
  • how to reduce ffmpeg compression time

    19 mars 2019, par Virendra Varma

    Hi I am new with FFmpeg and I am trying to compress the video file by using this command

    "-y", "-i", source_file_path, "-s", "480x640", "-r", "24", "-c:v", "libx264", "-pix_fmt", "yuv420p", "-preset", "ultrafast", "-b:v", "512k", "-bufsize",
         "3968k", "-crf", "26", "-c:a", "copy", destination_file_path

    currently, it’s taking 3 minutes to compress a 1-minute long file how I can reduce the compressing process time. I am using FFmpeg 4.0. thanks

    EDITED

    I am using an android phone to compress the video and I am using this FFmpeg git library

  • reduce compression artifacts (using madVR as filter for ffmpeg ?) [closed]

    23 janvier, par artifact4727

    madVR has a filter called 'reduce compression artifacts' which produces a very good quality output image on 'live playback'. I would like to permanently apply this filter to a video. Is it possible to use madVR as a filter for ffmpeg to generate a permanent output file ? Thanks ! madVR filter settings