Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (96)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (9646)

  • Can't list input devices ffmpeg linux

    23 juillet 2021, par spindi598

    On windows I could do something like this to list input devices :

    


    ffmpeg -list_devices true -f dshow -i dummy


    


    On Linux I try doing something like this :

    


    ffmpeg -list_devices true -f <x11grab></x11grab>avfoundation>&#xA;

    &#xA;

    And I get an error (I have also tried the latest git build from here) :

    &#xA;

    ffmpeg version n4.2.4 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 10.1.0 (GCC)&#xA;  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libdav1d --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libjack --enable-libmfx --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxcb --enable-libxml2 --enable-libxvid --enable-nvdec --enable-nvenc --enable-omx --enable-shared --enable-version3&#xA;  libavutil      56. 31.100 / 56. 31.100&#xA;  libavcodec     58. 54.100 / 58. 54.100&#xA;  libavformat    58. 29.100 / 58. 29.100&#xA;  libavdevice    58.  8.100 / 58.  8.100&#xA;  libavfilter     7. 57.100 /  7. 57.100&#xA;  libswscale      5.  5.100 /  5.  5.100&#xA;  libswresample   3.  5.100 /  3.  5.100&#xA;  libpostproc    55.  5.100 / 55.  5.100&#xA;Unrecognized option &#x27;list_devices&#x27;.&#xA;Error splitting the argument list: Option not found&#xA;

    &#xA;

    How can I list my input devices ?

    &#xA;

  • How to do multiple input with streamio-ffmpeg ?

    12 août 2020, par Yozuu

    I would like to recreate this ffmpeg line (which works well) in my rails app :

    &#xA;

    ffmpeg -i 1.mp4 -i 2.mp4 -filter_complex &#x27;[0] [1] afir=dry=10:wet=10&#x27; output.wav&#xA;

    &#xA;

    So here is my config :

    &#xA;

    module EncodingConstants&#xA;  PROCESSED_DEFAULTS = {&#xA;    resolution:           &#x27;500x400&#x27;,&#xA;    video_codec:          &#x27;libx264&#x27;,&#xA;    constant_rate_factor: &#x27;30&#x27;,&#xA;    frame_rate:           &#x27;25&#x27;,&#xA;    audio_codec:          &#x27;aac&#x27;,&#xA;    audio_bitrate:        &#x27;128k&#x27;,&#xA;    audio_sample_rate:    &#x27;48000&#x27;,&#xA;    progress: :processing_progress&#xA;  }.freeze&#xA;&#xA;  AUDIO_EFFECTS = {&#xA;    multi_effect: %w[-i /home/yozuu/2.mp4 -filter_complex [0] [1] afir=dry=10:wet=10]&#xA; }.freeze&#xA;

    &#xA;

    So Sidekiq send this back to me :

    &#xA;

    I, [2020-08-12T19:40:38.828081 #2142]  INFO -- : Running transcoding...&#xA;["/sbin/ffmpeg", "-y", "-i", "/home/yozuu/labo/video-project/tmp/1597254011-2142-0001-8820/1.mp4", "-vcodec", "libx264", "-acodec", "aac", "-s", "500x282", "-i", "/home/yozuu/2.mp4", "-filter_complex", "&#x27;[0]", "[1]", "afir=dry=10:wet=10&#x27;", "-r", "25", "-b:a", "128k", "-ar", "48000", "-aspect", "1.7730496453900708", "/home/yozuu/labo/video-project/tmp/1597254011-2142-0001-8820/1.mp4"]&#xA;&#xA;E, [2020-08-12T19:40:38.897575 #2142] ERROR -- : Failed encoding...&#xA;["/sbin/ffmpeg", "-y", "-i", "/home/yozuu/labo/video-project/tmp/1597254011-2142-0001-8820/1.mp4", "-vcodec", "libx264", "-acodec", "aac", "-s", "500x282", "-i", "/home/yozuu/2.mp4", "-filter_complex", "&#x27;[0]", "[1]", "afir=dry=10:wet=10&#x27;", "-r", "25", "-b:a", "128k", "-ar", "48000", "-aspect", "1.7730496453900708", "/home/yozuu/labo/video-project/tmp/1597254011-2142-0001-8820/1.mp4"]&#xA;&#xA;&#xA;.....&#xA;&#xA;Unknown decoder &#x27;libx264&#x27;&#xA;&#xA;Errors: no output file created. &#xA;&#xA;

    &#xA;

    I don't understand why because for me the command line ffmpeg seems correct.&#xA;Anyone have a idea ?&#xA;Thank you.

    &#xA;

  • FFmpeg weird codec id for wav_pcm

    1er février 2021, par phongelegob

    So, I want to convert a lot of 32 bit .wav files into 24 bit .wav ones because i want to import them into Omnisphere, a virtual synth. I tried to convert them all with FFmpeg but Omnisphere doesn't support them. I then tested some things and Omnisphere seems to support the audio exported from Edison, which is FL Studio audio editing and recording tool. As I don't want to export them all individually, i wanted to know if there's any way to fix this in FFmpeg or in another audio converter. Here are the test files and what they output in MediaInfo : https://www.mediafire.com/file/l6lojwswsaq9fly/audiotest+wav.zip/file&#xA;32 bit original file :

    &#xA;

    General&#xA;Complete name                            : /home/user/Documents/audiotest wav/32bit.wav&#xA;Format                                   : Wave&#xA;File size                                : 905 KiB&#xA;Duration                                 : 2 s 625 ms&#xA;Overall bit rate mode                    : Constant&#xA;Overall bit rate                         : 2 823 kb/s&#xA;Writing application                      : Edison&#xA;Comment                                  : Recorded on 1/26/2020 in Edison.&#xA;&#xA;Audio&#xA;Format                                   : PCM&#xA;Format profile                           : Float&#xA;Codec ID                                 : 3&#xA;Codec ID/Hint                            : IEEE &#xA;Duration                                 : 2 s 625 ms&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 2 822 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Sampling rate                            : 44.1 kHz&#xA;Bit depth                                : 32 bits&#xA;Stream size                              : 904 KiB (100%)&#xA;

    &#xA;

    24 bit file exported from Edison :

    &#xA;

    General&#xA;Complete name                            : /home/user/Documents/audiotest wav/edison.wav&#xA;Format                                   : Wave&#xA;File size                                : 679 KiB&#xA;Duration                                 : 2 s 625 ms&#xA;Overall bit rate mode                    : Constant&#xA;Overall bit rate                         : 2 118 kb/s&#xA;Writing application                      : Edison&#xA;Comment                                  : Recorded on 1/26/2020 in Edison.&#xA;&#xA;Audio&#xA;Format                                   : PCM&#xA;Format settings                          : Little / Signed&#xA;Codec ID                                 : 1&#xA;Duration                                 : 2 s 625 ms&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 2 117 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Sampling rate                            : 44.1 kHz&#xA;Bit depth                                : 24 bits&#xA;Stream size                              : 678 KiB (100%)&#xA;

    &#xA;

    24 bit file converted with FFmpeg :

    &#xA;

    General&#xA;Complete name                            : /home/user/Documents/audiotest wav/ffmpeg.wav&#xA;Format                                   : Wave&#xA;File size                                : 679 KiB&#xA;Duration                                 : 2 s 625 ms&#xA;Overall bit rate mode                    : Constant&#xA;Overall bit rate                         : 2 117 kb/s&#xA;Writing application                      : Lavf58.50.100&#xA;Comment                                  : Recorded on 1/26/2020 in Edison.&#xA;&#xA;Audio&#xA;Format                                   : PCM&#xA;Format settings                          : Little / Signed&#xA;Codec ID                                 : 00000001-0000-0010-8000-00AA00389B71&#xA;Duration                                 : 2 s 625 ms&#xA;Bit rate mode                            : Constant&#xA;Bit rate                                 : 2 117 kb/s&#xA;Channel(s)                               : 2 channels&#xA;Channel layout                           : L R&#xA;Sampling rate                            : 44.1 kHz&#xA;Bit depth                                : 24 bits&#xA;Stream size                              : 678 KiB (100%)&#xA;

    &#xA;