Recherche avancée

Médias (91)

Autres articles (32)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • How to open a remote video using PHP-FFMpeg ?

    20 décembre 2019, par C.Ad

    I’m trying to create a web application using PHP (Laravel 5.8) where user can past link of any video found on the Internet (like Youtube, Dailymotion ... etc), then cut the video.

    Cutting the video the video both in front-end and back-end is easy to do, I’m using PHP-FFMPeg to do it in server side.

    My problem is that I couldn’t find a solution to open a remote video from my PHP script, i.e if user past this link "https://www.dailymotion.com/video/x6rh0" I would open it then make a clip.

    This my code :

       $ffmpeg = FFMpeg\FFMpeg::create();
       $url = "https://www.dailymotion.com/video/x6rh0";
       $video = $ffmpeg->open($url);
       $clip = $video->clip(FFMpeg\Coordinate\TimeCode::fromSeconds(30), FFMpeg\Coordinate\TimeCode::fromSeconds(15));
       $clip->save(new FFMpeg\Format\Video\X264('libmp3lame', 'libx264'), public_path().'/videos/video2.avi');

    I’m using PHP Laravel framework.

    Please, how can I open a video from URL using PHP-FFMpeg, this is my question.

  • FFmpeg, framerate changes so my videos gets fast

    30 avril 2017, par John Smith

    Im trying to capture desktop :

    ffmpeg -r 30 -framerate 30 -rtbufsize 1500M -f dshow -i video="screen-capture-recorder":audio="virtual-audio-capturer" -vcodec libx264 -threads 0 -crf 0 -preset ultrafast -tune zerolatency -acodec pcm_s16le output.mkv

    as soon as I start it, I start a game which runs at 50 fps. But when the game runs, capturing becames "fast", so replaying the output.mk4 results fps-desynchronization. Interestingly, FFmpeg say fps at the beginning then it changes to 26 when game runs and when its done, it again jumps to 30. How to enforce constants 30 fps ?

  • Erreur dans squelette collection

    https://www.mediaspip.net/IMG/png/erreurskelcollection.png
    2 décembre 2013

    Slt,

    Erreur dans squelette collection à http://cyc.mediaspip.net/collection/saint-malo-event-youth-workers?id_media=417#media_417
    « Aucun squelette breadcrumb/collection n’est disponible... »

    N’apparait que quand connecté

    ++
    Pierre-Yves