Recherche avancée

Médias (91)

Autres articles (72)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14984)

  • convert CCTV .264 video to one of common formats (mp4, avi, etc.) via ffmpeg or other cmdline tool

    21 mars 2016, par yy502

    I’ve got a CCTV cam that produces .264 format video clips. These clips plays fine just like any other normal video recording that you would expect on portable devices, but only with it’s manufacture provided App. When played directly using VLC or mplayer, only gray blocks are visible in the picture. I doubt it is propitiatory encoding, but some kind of hardware encoded raw h264 format that I’m just lacking the right combination of arguments/options for playback or convert using ffmpeg. ffmpeg -i does report the basic metadata correctly, but also crazy amount of frame errors.... but I know the video can be played fine.

    The Android App has the following files in its lib folder :
    enter image description here

    I understand these files are not all for video decoding but also some other feature in the app. I’m just hoping someone could maybe determine what extra lib or option is needed to convert it with ffmpeg. e.g. libh264ToRGB565.so could be useful maybe...?

    This is a screenshot of what to expect from the sample video.
    enter image description here

    And here is the sample video clip (1.3M, 1280x720p) : http://146.185.145.75/vid.264
    (MD5 = 0ae871484b3832984f46e6820b21c673)

    Any suggestion is appreciated.

  • tests/fate/pixfmt : add conversion tests with semi planar YUV formats

    10 mars, par James Almer
    tests/fate/pixfmt : add conversion tests with semi planar YUV formats
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tests/fate/pixfmt.mak
    • [DH] tests/ref/pixfmt/nv24-bgr24
    • [DH] tests/ref/pixfmt/nv24-gbrp10be
    • [DH] tests/ref/pixfmt/nv24-gbrp10le
    • [DH] tests/ref/pixfmt/nv24-gbrp12be
    • [DH] tests/ref/pixfmt/nv24-gbrp12le
    • [DH] tests/ref/pixfmt/nv24-gbrp16be
    • [DH] tests/ref/pixfmt/nv24-gbrp16le
    • [DH] tests/ref/pixfmt/nv24-gray
    • [DH] tests/ref/pixfmt/nv24-gray10be
    • [DH] tests/ref/pixfmt/nv24-gray10le
    • [DH] tests/ref/pixfmt/nv24-gray12be
    • [DH] tests/ref/pixfmt/nv24-gray12le
    • [DH] tests/ref/pixfmt/nv24-gray16be
    • [DH] tests/ref/pixfmt/nv24-gray16le
    • [DH] tests/ref/pixfmt/nv24-monob
    • [DH] tests/ref/pixfmt/nv24-monow
    • [DH] tests/ref/pixfmt/nv24-nv12
    • [DH] tests/ref/pixfmt/nv24-nv16
    • [DH] tests/ref/pixfmt/nv24-nv24
    • [DH] tests/ref/pixfmt/nv24-p010be
    • [DH] tests/ref/pixfmt/nv24-p010le
    • [DH] tests/ref/pixfmt/nv24-p012be
    • [DH] tests/ref/pixfmt/nv24-p012le
    • [DH] tests/ref/pixfmt/nv24-p016be
    • [DH] tests/ref/pixfmt/nv24-p016le
    • [DH] tests/ref/pixfmt/nv24-p210be
    • [DH] tests/ref/pixfmt/nv24-p210le
    • [DH] tests/ref/pixfmt/nv24-p212be
    • [DH] tests/ref/pixfmt/nv24-p212le
    • [DH] tests/ref/pixfmt/nv24-p216be
    • [DH] tests/ref/pixfmt/nv24-p216le
    • [DH] tests/ref/pixfmt/nv24-p410be
    • [DH] tests/ref/pixfmt/nv24-p410le
    • [DH] tests/ref/pixfmt/nv24-p412be
    • [DH] tests/ref/pixfmt/nv24-p412le
    • [DH] tests/ref/pixfmt/nv24-p416be
    • [DH] tests/ref/pixfmt/nv24-p416le
    • [DH] tests/ref/pixfmt/nv24-rgb24
    • [DH] tests/ref/pixfmt/nv24-rgb32
    • [DH] tests/ref/pixfmt/nv24-rgb48
    • [DH] tests/ref/pixfmt/nv24-rgb555
    • [DH] tests/ref/pixfmt/nv24-rgb565
    • [DH] tests/ref/pixfmt/nv24-uyvy422
    • [DH] tests/ref/pixfmt/nv24-v30xle
    • [DH] tests/ref/pixfmt/nv24-vuyx
    • [DH] tests/ref/pixfmt/nv24-vyu444
    • [DH] tests/ref/pixfmt/nv24-x2bgr10le
    • [DH] tests/ref/pixfmt/nv24-x2rgb10le
    • [DH] tests/ref/pixfmt/nv24-xv30le
    • [DH] tests/ref/pixfmt/nv24-xv36be
    • [DH] tests/ref/pixfmt/nv24-xv36le
    • [DH] tests/ref/pixfmt/nv24-xv48be
    • [DH] tests/ref/pixfmt/nv24-xv48le
    • [DH] tests/ref/pixfmt/nv24-xyz12le
    • [DH] tests/ref/pixfmt/nv24-y210le
    • [DH] tests/ref/pixfmt/nv24-y212le
    • [DH] tests/ref/pixfmt/nv24-y216le
    • [DH] tests/ref/pixfmt/nv24-yuv410p
    • [DH] tests/ref/pixfmt/nv24-yuv411p
    • [DH] tests/ref/pixfmt/nv24-yuv420p
    • [DH] tests/ref/pixfmt/nv24-yuv420p10be
    • [DH] tests/ref/pixfmt/nv24-yuv420p10le
    • [DH] tests/ref/pixfmt/nv24-yuv420p12be
    • [DH] tests/ref/pixfmt/nv24-yuv420p12le
    • [DH] tests/ref/pixfmt/nv24-yuv420p16be
    • [DH] tests/ref/pixfmt/nv24-yuv420p16le
    • [DH] tests/ref/pixfmt/nv24-yuv422p
    • [DH] tests/ref/pixfmt/nv24-yuv422p10be
    • [DH] tests/ref/pixfmt/nv24-yuv422p10le
    • [DH] tests/ref/pixfmt/nv24-yuv422p12be
    • [DH] tests/ref/pixfmt/nv24-yuv422p12le
    • [DH] tests/ref/pixfmt/nv24-yuv422p16be
    • [DH] tests/ref/pixfmt/nv24-yuv422p16le
    • [DH] tests/ref/pixfmt/nv24-yuv440p
    • [DH] tests/ref/pixfmt/nv24-yuv440p10be
    • [DH] tests/ref/pixfmt/nv24-yuv440p10le
    • [DH] tests/ref/pixfmt/nv24-yuv440p12be
    • [DH] tests/ref/pixfmt/nv24-yuv440p12le
    • [DH] tests/ref/pixfmt/nv24-yuv444p
    • [DH] tests/ref/pixfmt/nv24-yuv444p10be
    • [DH] tests/ref/pixfmt/nv24-yuv444p10le
    • [DH] tests/ref/pixfmt/nv24-yuv444p12be
    • [DH] tests/ref/pixfmt/nv24-yuv444p12le
    • [DH] tests/ref/pixfmt/nv24-yuv444p16be
    • [DH] tests/ref/pixfmt/nv24-yuv444p16le
    • [DH] tests/ref/pixfmt/nv24-yuvj420p
    • [DH] tests/ref/pixfmt/nv24-yuvj422p
    • [DH] tests/ref/pixfmt/nv24-yuvj440p
    • [DH] tests/ref/pixfmt/nv24-yuvj444p
    • [DH] tests/ref/pixfmt/nv24-yuyv422
    • [DH] tests/ref/pixfmt/nv24-yvyu422
    • [DH] tests/ref/pixfmt/p410-bgr24
    • [DH] tests/ref/pixfmt/p410-gbrp10be
    • [DH] tests/ref/pixfmt/p410-gbrp10le
    • [DH] tests/ref/pixfmt/p410-gbrp12be
    • [DH] tests/ref/pixfmt/p410-gbrp12le
    • [DH] tests/ref/pixfmt/p410-gbrp16be
    • [DH] tests/ref/pixfmt/p410-gbrp16le
    • [DH] tests/ref/pixfmt/p410-gray
    • [DH] tests/ref/pixfmt/p410-gray10be
    • [DH] tests/ref/pixfmt/p410-gray10le
    • [DH] tests/ref/pixfmt/p410-gray12be
    • [DH] tests/ref/pixfmt/p410-gray12le
    • [DH] tests/ref/pixfmt/p410-gray16be
    • [DH] tests/ref/pixfmt/p410-gray16le
    • [DH] tests/ref/pixfmt/p410-monob
    • [DH] tests/ref/pixfmt/p410-monow
    • [DH] tests/ref/pixfmt/p410-nv12
    • [DH] tests/ref/pixfmt/p410-nv16
    • [DH] tests/ref/pixfmt/p410-nv24
    • [DH] tests/ref/pixfmt/p410-p010be
    • [DH] tests/ref/pixfmt/p410-p010le
    • [DH] tests/ref/pixfmt/p410-p012be
    • [DH] tests/ref/pixfmt/p410-p012le
    • [DH] tests/ref/pixfmt/p410-p016be
    • [DH] tests/ref/pixfmt/p410-p016le
    • [DH] tests/ref/pixfmt/p410-p210be
    • [DH] tests/ref/pixfmt/p410-p210le
    • [DH] tests/ref/pixfmt/p410-p212be
    • [DH] tests/ref/pixfmt/p410-p212le
    • [DH] tests/ref/pixfmt/p410-p216be
    • [DH] tests/ref/pixfmt/p410-p216le
    • [DH] tests/ref/pixfmt/p410-p410be
    • [DH] tests/ref/pixfmt/p410-p410le
    • [DH] tests/ref/pixfmt/p410-p412be
    • [DH] tests/ref/pixfmt/p410-p412le
    • [
  • Slice recording audio file, given start and end timestamps

    30 mai 2017, par Shivam Aggarwal

    I am trying to store a rtmp stream in audio file using ffmpeg tool.
    Following is the command I am using -

    ffmpeg -i rtmp://localhost:9000/app/test-stream -c:a aac -y output.aac

    I need to slice through the output.aac file while its also getting recorded. Given a start and end time, I am trying to use ffmpeg’s -ss feature.

    ffmpeg -ss 0 -t 10 -i output.aac -y sliced.aac

    But this gives error -

    ffmpeg version N-85581-ge22d495538-static http://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2017 the FFmpeg developers
     built with gcc 5.4.1 (Debian 5.4.1-8) 20170304
     configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
     libavutil      55. 61.100 / 55. 61.100
     libavcodec     57. 92.100 / 57. 92.100
     libavformat    57. 72.101 / 57. 72.101
     libavdevice    57.  7.100 / 57.  7.100
     libavfilter     6. 84.101 /  6. 84.101
     libswscale      4.  7.101 /  4.  7.101
     libswresample   2.  8.100 /  2.  8.100
     libpostproc    54.  6.100 / 54.  6.100
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x3bb54e0] moov atom not found
    output.aac: Invalid data found when processing input

    Can anyone help me with this issue.