Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (38)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4671)

  • swscale/aarch64 : add hscale specializations

    26 mai 2022, par Swinney, Jonathan
    swscale/aarch64 : add hscale specializations
    

    This patch adds code to support specializations of the hscale function
    and adds a specialization for filterSize == 4.

    ff_hscale8to15_4_neon is a complete rewrite. Since the main bottleneck
    here is loading the data from src, this data is loaded a whole block
    ahead and stored back to the stack to be loaded again with ld4. This
    arranges the data for most efficient use of the vector instructions and
    removes the need for completion adds at the end. The number of
    iterations of the C per iteration of the assembly is increased from 4 to
    8, but because of the prefetching, there must be a special section
    without prefetching when dstW < 16.

    This improves speed on Graviton 2 (Neoverse N1) dramatically in the case
    where previously fs=8 would have been required.

    before : hscale_8_to_15__fs_8_dstW_512_neon : 1962.8
    after : hscale_8_to_15__fs_4_dstW_512_neon : 1220.9

    Signed-off-by : Jonathan Swinney <jswinney@amazon.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/aarch64/hscale.S
    • [DH] libswscale/aarch64/swscale.c
    • [DH] libswscale/utils.c
  • what codec to specify to accessing my HDMI-to-USB adaptor, under Linux ? [closed]

    14 mai 2022, par David

    A week or so ago,I bought a HDMI-to-USB adapter, to use to capture video&#xA;TV content from my TV's set-top box. (Xfinity, if it matters. Box generically is :&#xA;"XiD X1"...I have both the Pace and the Cisco models available here in this house.)

    &#xA;

    Specifically, here's the adapter I bought,from Amazon :&#xA;https://www.amazon.com/gp/product/B09FLN63B3

    &#xA;

    So, I'm fluent in both Windows (Win-11) and Linux (Debian 'Bullseye', on my chromebook).

    &#xA;

    The adapter does not come with any recommendations for what software/drivers to (try to) use, but I was prepared for that.&#xA;After some google searches, I decided to first try using the cmd-line&#xA;'ffmpeg' program, because I'm&#xA;quite familiar with that (excellent !) piece of open-source software !

    &#xA;

    So, after a day or two of (mostly) success recordings under Win-11, using&#xA;ffmpeg's Microsoft-based 'dshow' (aka 'DirectShow'), I decided to attempt to get&#xA;up to the same level of accomplishment on my Chromebook, under Linux, also&#xA;using 'ffmpeg'.

    &#xA;

    [Ok...a very brief explanation of 'mostly' successful. I'll&#xA;post another separate question here, about the specifics of my glitches,&#xA;using 'dshow' on Windows. But, essentially, when I try to record to a MP4&#xA;file, I get 2 scenarios of glitch : #1 : Suddenly, dropped packets surges up,&#xA;and I get "1000 dropped' yellow msg #2 : On other trials, I get '...contains&#xA;no image...'.) So, I figured I should first give a Linux a chance,&#xA;before spending more effort trying to resolve the glitches on Windows.]

    &#xA;

    My first snag, was learning that 'dshow' seems to be specific to 'Windows',&#xA;and thus ffmpeg is getting 'unknown' for my reference to 'dshow'. After more hours of 'guessing', I've finally learned/concluded that there are other things&#xA;(something call "DeckLink" is one such alternative ?) for Linux, but I'm unclear&#xA;what extra Linux packages might exist for ffmpeg support, or whether I will need to built a more complete 'ffmpeg' (e.g. from source code), to get things going under Linux ?

    &#xA;

    Is my device able to be accessed from some tools other than 'ffmpeg' ?&#xA;(e.g. VLC or Handbrake or whatever ?) more easily, on the Linux platform ?

    &#xA;

    [If I had to, I'd probably invest another $20-$50 in some other hardware&#xA;device that goes from HDMI-to-USB (USB-A/B), if it were ]

    &#xA;

    All ideas are welcome...(TIA)

    &#xA;

    — Dave

    &#xA;

  • compile ffmpeg on ec2 linux instance - no libfdk-acc available

    11 mai 2022, par byc

    I’m compiling the ffmpeg on an ec2 amazon linux instance, but it threw me an error ERROR: libfdk_aac not found.

    &#xA;

    I'm following this guide http://trac.ffmpeg.org/wiki/CompilationGuide/Centos to first install the dependencies and compile the package.

    &#xA;

    yum install autoconf automake bzip2 bzip2-devel cmake freetype-devel gcc gcc-c&#x2B;&#x2B; git libtool make pkgconfig zlib-devel&#xA;&#xA;mkdir ~/ffmpeg_sources&#xA;&#xA;cd ~/ffmpeg_sources&#xA;curl -O -L https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2&#xA;tar xjvf ffmpeg-snapshot.tar.bz2&#xA;cd ffmpeg&#xA;PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \&#xA;  --prefix="$HOME/ffmpeg_build" \&#xA;  --pkg-config-flags="--static" \&#xA;  --extra-cflags="-I$HOME/ffmpeg_build/include" \&#xA;  --extra-ldflags="-L$HOME/ffmpeg_build/lib" \&#xA;  --extra-libs=-lpthread \&#xA;  --extra-libs=-lm \&#xA;  --bindir="$HOME/bin" \&#xA;  --enable-gpl \&#xA;  --enable-libfdk_aac \&#xA;  --enable-libfreetype \&#xA;  --enable-libmp3lame \&#xA;  --enable-libopus \&#xA;  --enable-libvpx \&#xA;  --enable-libx264 \&#xA;  --enable-libx265 \&#xA;  --enable-nonfree&#xA;make&#xA;make install&#xA;hash -d ffmpeg&#xA;

    &#xA;

    and this is the error message I've got

    &#xA;

    ec2-user@ip-xx-xxx-xx-xx ffmpeg]$ PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \&#xA;>   --prefix="$HOME/ffmpeg_build" \&#xA;>   --pkg-config-flags="--static" \&#xA;>   --extra-cflags="-I$HOME/ffmpeg_build/include" \&#xA;>   --extra-ldflags="-L$HOME/ffmpeg_build/lib" \&#xA;>   --extra-libs=-lpthread \&#xA;>   --extra-libs=-lm \&#xA;>   --bindir="$HOME/bin" \&#xA;>   --enable-gpl \&#xA;>   --enable-libfreetype \&#xA;>   --enable-libmp3lame \&#xA;>   --enable-libopus \&#xA;>   --enable-libvpx \&#xA;>   --enable-libx264 \&#xA;>   --enable-libx265 \&#xA;>   --enable-nonfree&#xA;&#xA;ERROR: libfdk_aac >= 3.98.3 not found&#xA;

    &#xA;

    I tried installing libfdk_aac but there's no package found. I don't seem to come across any posts discussing this issue, or at least recently. Appreciate any pointers. thanks !

    &#xA;

    [ec2-user@ip-xx-xxx-xx-xx ffmpeg]$ sudo yum install libfdk-aac&#xA;Loaded plugins: extras_suggestions, langpacks, priorities, update-motd&#xA;No package libfdk-aac available.&#xA;Error: Nothing to do&#xA;

    &#xA;