Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (14)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (3757)

  • indeo45 : use is_indeo4 context flag instead of checking codec ID

    20 juin 2014, par Dirk Ausserhaus
    indeo45 : use is_indeo4 context flag instead of checking codec ID
    

    Signed-off-by : Kostya Shishkov <kostya.shishkov@gmail.com>

    • [DBH] libavcodec/indeo4.c
    • [DBH] libavcodec/indeo5.c
    • [DBH] libavcodec/ivi_common.c
    • [DBH] libavcodec/ivi_common.h
  • FFmpeg Error Checking

    18 avril 2017, par Jake

    I have three example videos, good.avi, damaged1.avi, and damaged2.avi. The first will play in VLC, but the second two both error with the same "Broken or missing AVI Index" message.

    I have thousands of these videos which I need to process in MATLAB, so I’m trying to error check using FFmpeg like this : ffmpeg -v error -i vidname.avi -f null - 2>&amp;1

    Now here’s the part I don’t understand :
    On good.avi it completes with no output -OK
    On damaged1.avi it outputs [mjpeg @ 0x7fc1dd813800] overread 1 -OK
    On damaged2.avi it completed with no output as in good.avi - ?????

    Would someone with video codec/FFmpeg experience please help me understand what’s going on here so I can develop a more robust error check ?

    They also both have identical codec details in VLC :
    enter image description here

  • ffmpeg how to ensure audio+video synchronization ?

    22 juin 2020, par roko

    im using this conmmand :

    &#xA;

    /usr/bin/ffmpeg \&#xA;-f pulse -i alsa_output.pci-0000_00_1b.0.analog-stereo.monitor \&#xA;-f pulse -i alsa_input.pci-0000_00_1b.0.analog-stereo \&#xA;-f x11grab -video_size 2560x1600 -framerate 8 -i :0.0 \&#xA;-filter_complex "amix=inputs=2[a]" \&#xA;-map 2:v -map &#x27;[a]&#x27; \&#xA;-c:a aac -b:a 128k \&#xA;-c:v h264_nvenc -b:v 1500k -maxrate 1500k -minrate 1500k \&#xA;-override_ffserver -g 16 http://10.100.102.18:8090/feed1.ffm&#xA;

    &#xA;

    my goal is to record screens continuously for long time (all the year)

    &#xA;

    this is my ffmpeg version (running on RedHat 7.4) :

    &#xA;

    ffmpeg version 3.4.7 Copyright (c) 2000-2019 the FFmpeg developers&#xA;  built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4.8.5-39)&#xA;  configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags=&#x27;-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic&#x27; --extra-ldflags=&#x27;-Wl,-z,relro &#x27; --extra-cflags=&#x27; &#x27; --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --disable-crystalhd --enable-fontconfig --enable-gcrypt --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcdio --enable-libdrm --enable-indev=jack --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmp3lame --enable-nvenc --enable-openal --enable-opencl --enable-opengl --enable-libopenjpeg --enable-libopus --disable-encoder=libopus --enable-libpulse --enable-librsvg --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvidstab --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzvbi --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-libmfx --enable-runtime-cpudetect&#xA;  libavutil      55. 78.100 / 55. 78.100&#xA;  libavcodec     57.107.100 / 57.107.100&#xA;  libavformat    57. 83.100 / 57. 83.100&#xA;  libavdevice    57. 10.100 / 57. 10.100&#xA;  libavfilter     6.107.100 /  6.107.100&#xA;  libavresample   3.  7.  0 /  3.  7.  0&#xA;  libswscale      4.  8.100 /  4.  8.100&#xA;  libswresample   2.  9.100 /  2.  9.100&#xA;  libpostproc    54.  7.100 / 54.  7.100&#xA;

    &#xA;

    when i run these command i get warning : non monotonous dts in output stream 0:1. this is the output :

    &#xA;

    [pulse @ 0x13832c0] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)&#xA;Output #0, ffm, to &#x27;http://193.100.200.206:8090/feed1.ffm&#x27;:&#xA;  Metadata:&#xA;    creation_time   : now&#xA;    encoder         : Lavf57.83.100&#xA;    Stream #0:0: Video: h264 (h264_nvenc) (Main), bgr0(progressive), 1920x1080, q=-1--1, 1500 kb/s, 8 fps, 1000k tbn, 8 tbc&#xA;    Metadata:&#xA;      encoder         : Lavc57.107.100 h264_nvenc&#xA;    Side data:&#xA;      cpb: bitrate max/min/avg: 1500000/0/1500000 buffer size: 3000000 vbv_delay: -1&#xA;    Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp, 128 kb/s (default)&#xA;    Metadata:&#xA;      encoder         : Lavc57.107.100 aac&#xA;[aac @ 0x13dda80] Queue input is backward in time0:00:00.27 bitrate=5907.7kbits/s speed=0.552x    &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320000, current: -195354; changing to 320001. This may result in incorrect timestamps in the output file.                                                              &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320001, current: -174021; changing to 320002. This may result in incorrect timestamps in the output file.                                                              &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320002, current: -152688; changing to 320003. This may result in incorrect timestamps in the output file.                                                              &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320003, current: -131354; changing to 320004. This may result in incorrect timestamps in the output file.                                                              &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320004, current: -110021; changing to 320005. This may result in incorrect timestamps in the output file.                                                              &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320005, current: -88688; changing to 320006. This may result in incorrect timestamps in the output file.                                                               &#xA;[ffm @ 0x13bd5c0] Non-monotonous DTS in output stream 0:1; previous: 320006, current: -67354; changing to 320007. This may result in incorrect timestamps in the output file&#xA;

    &#xA;

    when i use -async 1 the warning disapear but, when i play audio file, the audio is Stretches/squeezes for few seconds at the begining and in the end.

    &#xA;

    how can i ensure that audio and video always stay synchronize ?

    &#xA;

    does another ffmpeg version fix this problem ? (can i install ffmpeg 4.2.3 on redhat 7.4/7.7) (i know that there is asyncts flag but i dont have it in my version)

    &#xA;

    Please help me to find solution in order to keep synchronization for long recording.

    &#xA;