Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (70)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 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 (...)

Sur d’autres sites (9899)

  • not able to convert a specific .wav file to mp3 or m4a with sox, avconv

    25 juillet 2017, par astrograph

    At the office we have a project where we apply IoT technologies to a real bee hive.

    One of the features is to detect specific sounds the bees make when a new queen hatches. We have a special microphone in place, the algorithm is also implemented. For now we get a lot of false positives, and want to quickly be able to identify them, by listening to the audio files in the browser. Therefore I want to convert the .wav files to either .mp3 or .m4a

    The .wav file format seems to be quite strange, as I was not able to convert it to mp3 using avconv, sox or even audacity. The funny thing is, the Microsoft media player can play the .wav file fine.

    Here is the information soxi gives about the wav file :

    pi@raspberrypi:~ $ soxi Channel1.wav
    soxi WARN wav: wave header missing extended part of fmt chunk

    Input File     : 'Channel1.wav'
    Channels       : 1
    Sample Rate    : 6250
    Precision      : 24-bit
    Duration       : 00:01:21.00 = 506250 samples ~ 6075 CDDA sectors
    File Size      : 2.03M
    Bit Rate       : 200k
    Sample Encoding: 32-bit Floating Point PCM

    This is the avconv command I am trying to use :

    avconv -y -v quiet -i Channel1.wav -strict experimental -ar 44100 -ab 160k Channel1.m4a

    I also tried with sox :

    sox  -v 0.60 Channel1.wav -r 22050 Channel1.m4a

    but the output is mostly silent, with some random noise.

    The question is how can a wav file like this : https://drive.google.com/open?id=0B9YVh-jkOMLsQThERlI2emN2QWM be converted to an audio format using a raspberry pi that can be played in the browser ?

  • XABE : One or more errors occurred (FFmpeg)

    22 mars 2021, par A Farmanbar

    I am trying to build video from images by below piece of code :

    


    FFmpeg.SetExecutablesPath(dir);
FFmpeg.Conversions.New()
   .BuildVideoFromImages(files)
   .SetInputFrameRate(_video.Fps)
   .SetFrameRate(_video.Fps)
   .SetPixelFormat(PixelFormat.bgr24)
   .SetOutput(dir + "\\output.mp4").Start().Wait();


    


    but I get below error

    


    System.AggregateException: One or more errors occurred. (ffmpeg version n4.3.2-160-gfbb9368226 Copyright (c) 2000-2021 the FFmpeg developers&#xA;  built with gcc 9.3-win32 (GCC) 20200320&#xA;  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --disable-vulkan --enable-libvorbis --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --disable-libglslang --enable-libgme --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libtwolame --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp&#xA;  libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;[mjpeg @ 0000018b7067a780] bits 217 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 253 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 159 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 234 is invalid&#xA;[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input&#xA;    Last message repeated 2 times&#xA;[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring&#xA;[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input&#xA;    Last message repeated 1 times&#xA;[mjpeg @ 0000018b7067a780] No JPEG data found in image&#xA;[mjpeg @ 0000018b7067a780] bits 95 is invalid&#xA;[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring&#xA;[mjpeg @ 0000018b7067a780] bits 133 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 31 is invalid&#xA;[mjpeg @ 0000018b7067a780] dqt: invalid precision&#xA;[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input&#xA;    Last message repeated 8 times&#xA;[mjpeg @ 0000018b7067a780] No JPEG data found in image&#xA;[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring&#xA;[mjpeg @ 0000018b7067a780] bits 105 is invalid&#xA;[image2 @ 0000018b72294f80] decoding for stream 0 failed&#xA;[image2 @ 0000018b72294f80] Could not find codec parameters for stream 0 (Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless): unspecified size&#xA;Consider increasing the value for the &#x27;analyzeduration&#x27; and &#x27;probesize&#x27; options&#xA;Input #0, image2, from &#x27;C:\Users\a\AppData\Local\Temp\79b5fa99-f5a5-4788-b126-ef1549eb2086\img_%03d.jpg&#x27;:&#xA;  Duration: 00:00:00.38, start: 0.000000, bitrate: N/A&#xA;    Stream #0:0: Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless, 29 fps, 29 tbr, 29 tbn, 29 tbc&#xA;File &#x27;C:\Users\a\source\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net5.0\output.mp4&#x27; already exists. Exiting.)&#xA; ---> Xabe.FFmpeg.Exceptions.ConversionException: ffmpeg version n4.3.2-160-gfbb9368226 Copyright (c) 2000-2021 the FFmpeg developers&#xA;  built with gcc 9.3-win32 (GCC) 20200320&#xA;  configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--static --pkg-config=pkg-config --cross-prefix=x86_64-w64-mingw32- --arch=x86_64 --target-os=mingw32 --enable-gpl --enable-version3 --disable-debug --disable-w32threads --enable-pthreads --enable-iconv --enable-zlib --enable-libxml2 --enable-libfreetype --enable-libfribidi --enable-gmp --enable-lzma --enable-fontconfig --enable-opencl --enable-libvmaf --disable-vulkan --enable-libvorbis --enable-amf --enable-libaom --enable-avisynth --enable-libdav1d --enable-libdavs2 --enable-ffnvcodec --enable-cuda-llvm --disable-libglslang --enable-libgme --enable-libass --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvpx --enable-libwebp --enable-lv2 --enable-libmfx --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librav1e --enable-librubberband --enable-schannel --enable-sdl2 --enable-libsoxr --enable-libsrt --enable-libtwolame --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libzimg --extra-cflags=-DLIBTWOLAME_STATIC --extra-cxxflags= --extra-ldflags=-pthread --extra-libs=-lgomp&#xA;  libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;[mjpeg @ 0000018b7067a780] bits 217 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 253 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 159 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 234 is invalid&#xA;[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input&#xA;    Last message repeated 2 times&#xA;[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring&#xA;[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input&#xA;    Last message repeated 1 times&#xA;[mjpeg @ 0000018b7067a780] No JPEG data found in image&#xA;[mjpeg @ 0000018b7067a780] bits 95 is invalid&#xA;[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring&#xA;[mjpeg @ 0000018b7067a780] bits 133 is invalid&#xA;[mjpeg @ 0000018b7067a780] bits 31 is invalid&#xA;[mjpeg @ 0000018b7067a780] dqt: invalid precision&#xA;[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input&#xA;    Last message repeated 8 times&#xA;[mjpeg @ 0000018b7067a780] No JPEG data found in image&#xA;[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring&#xA;[mjpeg @ 0000018b7067a780] bits 105 is invalid&#xA;[image2 @ 0000018b72294f80] decoding for stream 0 failed&#xA;[image2 @ 0000018b72294f80] Could not find codec parameters for stream 0 (Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless): unspecified size&#xA;Consider increasing the value for the &#x27;analyzeduration&#x27; and &#x27;probesize&#x27; options&#xA;Input #0, image2, from &#x27;C:\Users\a\AppData\Local\Temp\79b5fa99-f5a5-4788-b126-ef1549eb2086\img_%03d.jpg&#x27;:&#xA;  Duration: 00:00:00.38, start: 0.000000, bitrate: N/A&#xA;    Stream #0:0: Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless, 29 fps, 29 tbr, 29 tbn, 29 tbc&#xA;File &#x27;C:\Users\a\source\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net5.0\output.mp4&#x27; already exists. Exiting.&#xA;   at Xabe.FFmpeg.FFmpegWrapper.&lt;>c__DisplayClass11_0.<runprocess>b__0()&#xA;   at System.Threading.Tasks.Task`1.InnerInvoke()&#xA;   at System.Threading.Tasks.Task.&lt;>c.&lt;.cctor>b__277_0(Object obj)&#xA;   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&#xA;--- End of stack trace from previous location ---&#xA;   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)&#xA;   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot, Thread threadPoolThread)&#xA;--- End of stack trace from previous location ---&#xA;   at Xabe.FFmpeg.Conversion.Start(String parameters, CancellationToken cancellationToken)&#xA;   --- End of inner exception stack trace ---&#xA;   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)&#xA;   at System.Threading.Tasks.Task.Wait()&#xA;   at ConsoleApp1.Program.Main(String[] args) in C:\Users\a\source\repos\ConsoleApp1\ConsoleApp1\Program.cs:line 79&#xA;</runprocess>

    &#xA;

  • Anomalie #4710 : Warning PHP SPIP 3.2.11 / PHP 7.2

    2 avril 2021

    Précision : la commande spip-cli utilisée :

    spipmu "*" plugins:maj:bdd