Recherche avancée

Médias (91)

Autres articles (89)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (8205)

  • Why Can't i view a few of my mp4 files in my .erb but can in html file ?

    27 avril 2016, par Joseph McKenzie

    I have a site that I’m working on for a customer and the strangest thing is happening to me. I pull in a list of videos from a database table and it plays the video that I want it to, this all works fine.

    For some reason some of the video files will not play in either chrome nor Firefox when viewing my page from an .erb file,but they will work in Microsoft edge. They will all work in an .html file though in all my browsers they are raw .264 files converted to mp4 via ffmpeg .

    I would think if it was a file corruption it wouldn’t play fine in a .html file or Edge.

    <% links[0,1].each do |links|%>-->

    <% if  links[1] == "Not_Watched"%>

    <video width="320" height="240" controls="controls">
    <source src="../videos/&lt;%=links[0]%>" type="video/mp4">

    </source></video>
    &lt;%end%>
    &lt;%end%>

    get '/page1' do


    thing1= database.execute("select * from thing1");
    thing2= database.execute("select * from thing2")                
    links = database.execute("select * from links")                



      erb :page1, :locals => {:thing1=> thing1, :thing2=> thing2, :links => links}



    end

    I had to change some of the code names up because i cant put up to much of this code online...... and there is a lot more I didn’t include because didn’t have anything to do with anything as far as I could imagine. If anyone thinks it could have a bearing ill post some of it but changed up so that I can

  • Adding a rotating effect on an image using ffmpeg ? [closed]

    5 mai 2024, par Garry

    I'm trying to overlay an image on a video, and add subtle rotating effects for that image, left, right, left right, and so on. (see pictures) The rotation works, however the edges are always very jagged and bad quality.&#xA;Is there a way to improve my filters, or is there a better approach that I can use, without jagged edges ?

    &#xA;

    This works, overlays the image.png and applies to rotating effect :

    &#xA;

    ffmpeg -loop 1 -i image.png -i video.mp4 -t 10 -filter_complex "[0:v]scale=720:720:flags=lanczos,fps=25,format=rgba,rotate=0.05*sin(2*PI*t/4):c=black@0:ow=round(iw*1.5):oh=round(ih*1.5)[rotated];[1:v][rotated]overlay=(W-w)/2:(H-h)/2:shortest=1" -c:v libx264 -crf 16 -preset veryslow -c:a copy -y output.mp4

    &#xA;

    But the edges turn out to be very jagged :

    &#xA;

    jagged edges

    &#xA;

    jagged edge

    &#xA;

    jagged edge

    &#xA;

  • Anomalie #2533 (Nouveau) : spip 3 > extension texwheel > Yaml

    13 février 2012, par Philippe A

    Les installations de spip 3 beta 2 se terminent toutes en erreur sur mon serveur lors de l’arrivée à la phase 4 de l’installation. Fatal error : Cannot access protected property sfYamlParser: :$offset in /home/monsite/ww/extensions/textwheel/lib/yaml/sfYamlParser.php on line 40 Le site n’est pas (...)