Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (85)

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

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

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

Sur d’autres sites (10684)

  • avformat/microdvddec : skip empty lines

    27 avril 2019, par Paul B Mahol
    avformat/microdvddec : skip empty lines
    
    • [DH] libavformat/microdvddec.c
  • 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 set Duration, framerate, bitrate etc for an empty video file without encoding frames, audio in it

    27 février 2019, par Deepak Prajapati

    My aim is that I have a video which do not contain any properties Details so i want to add properties to this video and make it playable

    enter image description here

    Look images, In properties detail section there is no property and there value
    please fix it because i tried to find solution
    Also i don’t have enough knowledge
    THANKS IN ADVANCE STACKOVERFLOW