Recherche avancée

Médias (91)

Autres articles (75)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8291)

  • 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
  • dca_parser : Extend DTS core sync word and fix existing check

    29 avril 2015, par foo86
    dca_parser : Extend DTS core sync word and fix existing check
    

    The previous version checked for 14-bit streams and did not properly
    work across buffer boundaries.

    Use the 64-bit parser state to make extended sync word detection work
    across buffer boundary and check the extended sync word for 16-bit LE
    and BE core streams to reduce probability of alias sync detection.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/dca_parser.c
  • Replace references to "que" with the appropriate word.

    3 janvier 2013, par Clément Bœsch

    Replace references to "que" with the appropriate word.