
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (70)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP 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, parMediaSPIP 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, parMediaSPIP 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 astrographAt 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 PCMThis 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 FarmanbarI 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
 built with gcc 9.3-win32 (GCC) 20200320
 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
 libavutil 56. 51.100 / 56. 51.100
 libavcodec 58. 91.100 / 58. 91.100
 libavformat 58. 45.100 / 58. 45.100
 libavdevice 58. 10.100 / 58. 10.100
 libavfilter 7. 85.100 / 7. 85.100
 libswscale 5. 7.100 / 5. 7.100
 libswresample 3. 7.100 / 3. 7.100
 libpostproc 55. 7.100 / 55. 7.100
[mjpeg @ 0000018b7067a780] bits 217 is invalid
[mjpeg @ 0000018b7067a780] bits 253 is invalid
[mjpeg @ 0000018b7067a780] bits 159 is invalid
[mjpeg @ 0000018b7067a780] bits 234 is invalid
[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input
 Last message repeated 2 times
[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring
[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input
 Last message repeated 1 times
[mjpeg @ 0000018b7067a780] No JPEG data found in image
[mjpeg @ 0000018b7067a780] bits 95 is invalid
[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring
[mjpeg @ 0000018b7067a780] bits 133 is invalid
[mjpeg @ 0000018b7067a780] bits 31 is invalid
[mjpeg @ 0000018b7067a780] dqt: invalid precision
[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input
 Last message repeated 8 times
[mjpeg @ 0000018b7067a780] No JPEG data found in image
[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring
[mjpeg @ 0000018b7067a780] bits 105 is invalid
[image2 @ 0000018b72294f80] decoding for stream 0 failed
[image2 @ 0000018b72294f80] Could not find codec parameters for stream 0 (Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, image2, from 'C:\Users\a\AppData\Local\Temp\79b5fa99-f5a5-4788-b126-ef1549eb2086\img_%03d.jpg':
 Duration: 00:00:00.38, start: 0.000000, bitrate: N/A
 Stream #0:0: Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless, 29 fps, 29 tbr, 29 tbn, 29 tbc
File 'C:\Users\a\source\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net5.0\output.mp4' already exists. Exiting.)
 ---> Xabe.FFmpeg.Exceptions.ConversionException: ffmpeg version n4.3.2-160-gfbb9368226 Copyright (c) 2000-2021 the FFmpeg developers
 built with gcc 9.3-win32 (GCC) 20200320
 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
 libavutil 56. 51.100 / 56. 51.100
 libavcodec 58. 91.100 / 58. 91.100
 libavformat 58. 45.100 / 58. 45.100
 libavdevice 58. 10.100 / 58. 10.100
 libavfilter 7. 85.100 / 7. 85.100
 libswscale 5. 7.100 / 5. 7.100
 libswresample 3. 7.100 / 3. 7.100
 libpostproc 55. 7.100 / 55. 7.100
[mjpeg @ 0000018b7067a780] bits 217 is invalid
[mjpeg @ 0000018b7067a780] bits 253 is invalid
[mjpeg @ 0000018b7067a780] bits 159 is invalid
[mjpeg @ 0000018b7067a780] bits 234 is invalid
[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input
 Last message repeated 2 times
[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring
[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input
 Last message repeated 1 times
[mjpeg @ 0000018b7067a780] No JPEG data found in image
[mjpeg @ 0000018b7067a780] bits 95 is invalid
[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring
[mjpeg @ 0000018b7067a780] bits 133 is invalid
[mjpeg @ 0000018b7067a780] bits 31 is invalid
[mjpeg @ 0000018b7067a780] dqt: invalid precision
[mjpeg @ 0000018b7067a780] unable to decode APP fields: Invalid data found when processing input
 Last message repeated 8 times
[mjpeg @ 0000018b7067a780] No JPEG data found in image
[mjpeg @ 0000018b7067a780] Found EOI before any SOF, ignoring
[mjpeg @ 0000018b7067a780] bits 105 is invalid
[image2 @ 0000018b72294f80] decoding for stream 0 failed
[image2 @ 0000018b72294f80] Could not find codec parameters for stream 0 (Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, image2, from 'C:\Users\a\AppData\Local\Temp\79b5fa99-f5a5-4788-b126-ef1549eb2086\img_%03d.jpg':
 Duration: 00:00:00.38, start: 0.000000, bitrate: N/A
 Stream #0:0: Video: mjpeg (Progressive), none(bt470bg/unknown/unknown), lossless, 29 fps, 29 tbr, 29 tbn, 29 tbc
File 'C:\Users\a\source\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net5.0\output.mp4' already exists. Exiting.
 at Xabe.FFmpeg.FFmpegWrapper.<>c__DisplayClass11_0.<runprocess>b__0()
 at System.Threading.Tasks.Task`1.InnerInvoke()
 at System.Threading.Tasks.Task.<>c.<.cctor>b__277_0(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
 at Xabe.FFmpeg.Conversion.Start(String parameters, CancellationToken cancellationToken)
 --- End of inner exception stack trace ---
 at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
 at System.Threading.Tasks.Task.Wait()
 at ConsoleApp1.Program.Main(String[] args) in C:\Users\a\source\repos\ConsoleApp1\ConsoleApp1\Program.cs:line 79
</runprocess>


-
Anomalie #4710 : Warning PHP SPIP 3.2.11 / PHP 7.2
2 avril 2021Précision : la commande spip-cli utilisée :
spipmu "*" plugins:maj:bdd