Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (17)

  • 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

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5535)

  • FFMpeg-PHP, Digital Ocean, Centos 6 server installation and access

    24 février 2016, par Luke Brandon Farrell

    I am having problems getting FFMpegPHP up and running on a Digital Ocean, Centos 6 server.

    All I need to do is convert a sequence of images into a movie using PHP.

    I have FTP access to my server so I can install files if needed, I also have command line access.

    I have installed FFMpeg and FFMpeg-PHP onto the server but I am not sure how to execute it from PHP. This is what I have so far ->

    http://socialexplosion.co.uk/phpffmpeg/

    This is the output from the error-log :

    [24.02.16 15:28:07] [131.231.236.97] Invalid FFMPEG Path `/var/www/html/phpffmpeg/ffmpeg\bin\ffmpeg.exe`!
    [24.02.16 15:28:09] [131.231.236.97] ffmpeg-progress: FFMPEG progress log does not exist! FILE: `/var/www/html/phpffmpeg/logs/47fc097c.ffmpeg.log`

    I can’t seem to get it to work.

    Any ideas ? Maybe I have installed it wrong ?

    Thanks

  • Error : The path is not of a legal form while using NReco.VideoConverter

    26 janvier 2017, par Dyon

    I am trying to convert a .flac-file to a .wav-file using NReco.VideoConverter, but I keep getting an error and I do not know why.
    This is the piece of code I am using for the conversion :

           //Create the NReco.VideoConverter.FFMpegConverter object
           var ffmpeg = new FFMpegConverter();

           //inputFile will be something like this:
           //type: string, "C:\\some\\folder\\fullTrackName" + ".flac"
           var inputFile = Path.Combine(downloadFolder + fullTrackNameNoExtension + ".flac");

           //outputFile will be something like this:
           //type: string, "C:\\some\\folder\\musicfile" + ".wav"
           var outputFile = Path.Combine(downloadFolder + fullTrackNameNoExtension + ".wav");

           //Convert the file using NReco.VideoConverter.FFMpegConverter
           ffmpeg.ConvertMedia(inputFile, outputFile, null);

    inputFile/outputFile would be like this, this is what I see when I insert a breakpoint and check the values of in/outputFile :

    string, inputFile/outputFile : "Z :\Downloads\Audio - File (Original Mix).flac" (or .wav)

    And this is the error I receive when I run ffmpeg.ConvertMedia :

    System.ArgumentException: The path is not of a legal form.
      at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
      at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
      at System.IO.Path.GetFullPathInternal(String path)
      at System.IO.File.InternalGetLastWriteTimeUtc(String path, Boolean checkHost)
      at NReco.VideoConverter.FFMpegConverter.EnsureFFMpegLibs()
      at NReco.VideoConverter.FFMpegConverter.ConvertMedia(Media input, Media output, ConvertSettings settings)
      at NReco.VideoConverter.FFMpegConverter.ConvertMedia(String inputFile, String inputFormat, String outputFile, String outputFormat, ConvertSettings settings)
      at NReco.VideoConverter.FFMpegConverter.ConvertMedia(String inputFile, String outputFile, String outputFormat)
      at APPLICATION_Name.APPLICATION_Class.ConvertFile(String downloadFolder, String fullTrackName, String fullTrackNameNoExtension, String downloadQuality, String downloadType) in X:\APPLICATION_Name\DownloadTrack.cs:line 244
  • Evolution #3271 (Fermé) : tailles_en_octets : tenir compte des norme SI

    26 octobre 2014, par Fil Up

    résolu par [21724] et l’introduction d’une constante _KILOBYTE (1024 par défaut comme ça on ne change rien)