Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (60)

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

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7885)

  • Ffmpeg [NULL @ 0x56390335ae80] Unable to find a suitable output format for 'listen' listen : Invalid argument

    18 février 2021, par Sowmya

    I am trying to record a live stream using ffmpeg. I am using an sdp file as input and trying to put it in a .mp3 file and i get the following error :

    


    ffmpeg listen  -loglevel debug -protocol_whitelist file,crypto,udp,rtp,tcp  -i audio.sdp -f mp3 output.mp3
ffmpeg version 3.4.8-0ubuntu0.2 Copyright (c) 2000-2020 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
  configuration: --prefix=/usr --extra-version=0ubuntu0.2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libavresample   3.  7.  0 /  3.  7.  0
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100
Splitting the commandline.
Reading option 'listen' ... matched as output url.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument 'debug'.
Reading option '-protocol_whitelist' ... matched as AVOption 'protocol_whitelist' with argument 'file,crypto,udp,rtp,tcp'.
Reading option '-i' ... matched as input url with argument 'audio.sdp'.
Reading option '-f' ... matched as option 'f' (force format) with argument 'mp3'.
Reading option 'output.mp3' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input url audio.sdp.
Successfully parsed a group of options.
Opening an input file: audio.sdp.
[NULL @ 0x5639033039c0] Opening 'audio.sdp' for reading
[sdp @ 0x5639033039c0] Format sdp probed with size=2048 and score=50
[sdp @ 0x5639033039c0] audio codec set to: opus
[sdp @ 0x5639033039c0] audio samplerate set to: 48000
[sdp @ 0x5639033039c0] audio channels set to: 2
[sdp @ 0x5639033039c0] audio codec set to: opus
[sdp @ 0x5639033039c0] audio samplerate set to: 16000
[sdp @ 0x5639033039c0] audio channels set to: 1
[sdp @ 0x5639033039c0] audio codec set to: opus
[sdp @ 0x5639033039c0] audio samplerate set to: 32000
[sdp @ 0x5639033039c0] audio channels set to: 1
[sdp @ 0x5639033039c0] audio codec set to: opus
[sdp @ 0x5639033039c0] audio samplerate set to: 8000
[sdp @ 0x5639033039c0] audio channels set to: 1
[udp @ 0x56390330b3c0] end receive buffer size reported is 131072
[udp @ 0x56390330b5e0] end receive buffer size reported is 131072
[sdp @ 0x5639033039c0] setting jitter buffer size to 500
[sdp @ 0x5639033039c0] Before avformat_find_stream_info() pos: 1281 bytes read:1281 seeks:0 nb_streams:1
[sdp @ 0x5639033039c0] After avformat_find_stream_info() pos: 1281 bytes read:1281 seeks:0 frames:0
Input #0, sdp, from 'audio.sdp':
  Metadata:
    title           : -
  Duration: N/A, bitrate: N/A
    Stream #0:0, 0, 1/8000: Audio: opus, 48000 Hz, mono, fltp
Successfully opened the file.
Parsing a group of options: output url listen.
Successfully parsed a group of options.
Opening an output file: listen.
[NULL @ 0x56390335ae80] Unable to find a suitable output format for 'listen'
listen: Invalid argument
[AVIOContext @ 0x56390330c6c0] Statistics: 1281 bytes read, 0 seeks


    


    I have tried with output as .wav file too, but i get the same error, Please help me out. Thanks in advance !

    


  • How can I use FFmpeg convert the audio codec of a video file ?

    9 mai 2016, par user614490

    I have a large group of videos with an audio codec of AAC, I need the codec to be Linear PCM. How can I do this without re-transcoding the video ? I am a command line novice and may need the basics explained.

    I’ll be using OS X

    Thank you !

  • ffmpeg creating gif from images, how to prevent loop ?

    8 mai, par Geuis

    I'm creating gifs from a small group of images. Currently the gif loops by default. I've been trying variations of -loop in the ffmpeg command, but the gif still loops. What's the right way to do this ?