Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (50)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (5684)

  • FFMPEG "Error setting GOP size" when converting from mp4 to ogg

    25 avril 2014, par gCardinal

    I built a little internal website to upload and convert videos using Symfony2, PHP-FFMPEG (via this bundle : https://github.com/pulse00/ffmpeg-bundle). It worked fine on my dev machine, a PC, but it refuses to work on my prod machine, a ubuntu server, outputting "[libtheora @ 0x17f7380] Error setting GOP size" whenever I run the command.

    Here is said command :

    ffmpeg -y -i url/to/input.mp4 -vcodec libtheora -acodec libvorbis -b:v 1000k -refs 6 -coder 1 -sc_threshold 40 -g 30 -flags +loop -me_range 16 -subq 7 -i_qfactor 0.71 -qcomp 0.6 -qdiff 4 -trellis 1 -b:a 128k url/to/output.ogg

    This is generated by PHP-FFMPEG so I don’t really have any control over it.

    I’ll admit that I don’t really understand ffmpeg, so my knowledge is limited, but I don’t see any -g parameter where it could be trying to set the GOP size and anyways, I’m guessing, if it worked on my dev, it should also work on the prod machine, right ?

    I figured I should maybe include an output of both ffmpeg versions : http://i.imgur.com/ec4MnKl.png

    I don’t feel like this is the source of the problem, but like I said, I know little about ffmpeg so it could be !

    Thanks a lot to anyone reading this and even more to those taking the time to answer :)

    Edit : I tried running the most basic command I could

    ffmpeg -i foo.mp4 foo.ogg

    And it outputs the same error. Again, with my limited knowledge, I’m starting to think my install of ffmpeg just can’t handle the ogg format. I’ll keep digging.

  • "ibpostproc 52. 3.100 / 52. 3.100" Error when convert video to flv

    14 avril 2014, par Ziba

    I use FFMpegConverter for convert video to flv in my site. it work properly in local but i get below error in host, why ?

    libpostproc    52.  3.100 / 52.  3.100

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception:  libpostproc    52.  3.100 / 52.  3.100

    Source Error:


    Line 71:
    Line 72:                         FFMpegConverter ff = new FFMpegConverter();
    Line 73:                         ff.ConvertMedia(start, end, Format.flv);
    Line 74:
    Line 75:                         if (File.Exists(VideoPath))

    Source File: f:\domains\bfs-co.ir\wwwroot\Cms\AddVideo.aspx.cs    Line: 73
  • Revision 490c5fe074 : Merge "Fixing error found by ioc."

    12 avril 2014, par Dmitry Kovalev

    Merge "Fixing error found by ioc."