Advanced search

Medias (91)

Other articles (21)

  • Keeping control of your media in your hands

    13 April 2011, by

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Use, discuss, criticize

    13 April 2011, by

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

    5 March 2010, by

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

On other websites (5620)

  • FFMPEG settings for MP4 encoding with MPEG4 not x264

    13 May 2014, by Papapouiki

    i use this command line on Windows to encode all my videos :

    ffmpeg -i MyInputFile.wmv -c:v mpeg4 -q:v 1 -c:a libvo_aacenc -q:a 100 MyOutPutFile.mp4

    All these originals videos are in .wmv and they have a bitrate of 1200kb/s.

    I have to use MPEG4 to read the encoded videos on Android / iOS. With x264 it doesn’t work, i have a black screen and audio only.

    The command line works fine, but my output files are too big ( bigger than .wmv files, but MPEG4 is better normally ). How can i change my settings ? Select the bitrate ? i’m trying this but it doesn’t work, the bitrate is still too high :

    ffmpeg -i TestBitRate.wmv -c:v mpeg4 -q:v 1 -b 500k -c:a libvo_aacenc -q:a 100 TestBitRate.mp4

    Thank you in advance for your help. :)

  • Watch multi-stream video file while being recorded by ffmpeg

    20 January 2020, by Luke Gorrie

    I am using ffmpeg to record four 1080p video streams simultaneously and I would like to view these streams in real time while they are being recorded. Ideally I would like to view them from a separate machine, using some convenient Linux data sharing method like ssh/sshfs/..., but that is a nice-to-have. Is there a practical way to accomplish this?

    The ffmpeg recording command that I currently use is like this:

    ffmpeg \
     -f v4l2 -i $cam0 \
     -f v4l2 -i $cam1 \
     -f v4l2 -i $cam2 \
     -f v4l2 -i $cam3 \
     -f matroska \
     -map 0 \
     -map 1 \
     -map 2 \
     -map 3 \
     -c copy \
     $output.mkv

    My problem would be solved if I could use a command like ffplay or vlc to play one or more of the video streams, always tracking close to the end of the stream, playing more as data becomes available. I haven’t found such an option though.

    One alternative might be to have the recording ffmpeg process also tile the four 1080p videos into one 4K grid and pipe that to ffplay. Then I could at least preview on the same machine that is recording. I have not been able to work out the right ffmpeg command to do the tiling though and would appreciate an example.

  • fmpeg change amr to mp3 ,have an error(windows system)

    22 March 2016, by nina_0573
    C:\>ffmpeg -i c:/msg_.amr c:/msg.mp3

    ffmpeg version N-79075-ga7b8a6e Copyright (c) 2000-2016 the FFmpeg developers

     built with gcc 5.3.0 (GCC)

     configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-
    fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b -
    -enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enab
    le-libmodplug --enable-libmfx --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enabl
    e-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --
    enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-lib
    vorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs

    --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib

     libavutil      55. 19.100 / 55. 19.100

     libavcodec     57. 28.103 / 57. 28.103

     libavformat    57. 28.102 / 57. 28.102

     libavdevice    57.  0.101 / 57.  0.101

     libavfilter     6. 39.102 /  6. 39.102

     libswscale      4.  0.100 /  4.  0.100

     libswresample   2.  0.101 /  2.  0.101

     libpostproc    54.  0.100 / 54.  0.100

    [mp3 @ 00000000004ba400] Format mp3 detected only with low score of 1, misdetection possible!

    [mp3 @ 00000000004ba400] Failed to read frame size: Could not seek to 5309.
    c:/msg_.amr: Invalid argument