Recherche avancée

Médias (91)

Autres articles (35)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (6449)

  • swscale/aarch64 : vscale optimization

    13 août 2022, par Swinney, Jonathan
    swscale/aarch64 : vscale optimization
    

    Use scalar times vector multiply accumlate instructions instead of
    vector times vector to remove the need for replicating load instructions
    which are slightly slower.

    On AWS c7g (Graviton 3, Neoverse V1) instances :
    yuv2yuvX_8_0_512_accurate_neon : 1144.8 987.4
    yuv2yuvX_16_0_512_accurate_neon : 2080.5 1869.4

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

    • [DH] libswscale/aarch64/output.S
  • Concatenating video files with ffmpeg, no sound in output file [on hold]

    1er septembre 2013, par Junaid

    I am concatenating different AVI video files. The input files has been specified in input.txt in the order required. First video file does not have sound track, but subsequent files have.

    After completion the resulting the operation, the output does not have audio !

    If I remove first video files from input then resulting video gets sound. So it means the output format follows the first item in input list. How can I solve this problem.

    Please suggest the options in ffmpeg ; not in any other tools like mencoder.

    ffmpeg -f concat -i inputs.txt -c copy test.avi
    ffmpeg version 1.1.git Copyright (c) 2000-2013 the FFmpeg developers
     built on Jun 27 2013 09:22:45 with gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1)
     configuration: --prefix=/home/junaid/ffmpeg_build --extra-cflags=-I/home/junaid/ffmpeg_build/include --extra-ldflags=-L/home/junaid/ffmpeg_build/lib --bindir=/home/junaid/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
     libavutil      52. 37.101 / 52. 37.101
     libavcodec     55. 17.100 / 55. 17.100
     libavformat    55.  9.100 / 55.  9.100
     libavdevice    55.  2.100 / 55.  2.100
     libavfilter     3. 77.101 /  3. 77.101
     libswscale      2.  3.100 /  2.  3.100
     libswresample   0. 17.102 /  0. 17.102
     libpostproc    52.  3.100 / 52.  3.100
    [concat @ 0x335a880] Invalid stream index 1
    [concat @ 0x335a880] max_analyze_duration 5000000 reached at 5000000 microseconds
    Input #0, concat, from &#39;inputs.txt&#39;:
     Duration: N/A, bitrate: N/A
       Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (xvid / 0x64697678), yuv420p, 720x480 [SAR 32:27 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc
    Output #0, avi, to &#39;test.avi&#39;:
     Metadata:
       ISFT            : Lavf55.9.100
       Stream #0:0: Video: mpeg4 (xvid / 0x64697678), yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 25 fps, 25 tbn, 25 tbc
    Stream mapping:
     Stream #0:0 -> #0:0 (copy)
    Press [q] to stop, [?] for help
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 6368 times
    frame= 3793 fps=0.0 q=-1.0 size=   11108kB time=00:02:37.96 bitrate= 576.1kbits/Invalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 7173 times
    frame= 7921 fps=7801 q=-1.0 size=   22928kB time=00:05:30.16 bitrate= 568.9kbitsInvalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 6614 times
    frame=11729 fps=7688 q=-1.0 size=   27057kB time=00:08:08.96 bitrate= 453.3kbitsInvalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 6247 times
    frame=15324 fps=7565 q=-1.0 size=   44956kB time=00:10:38.92 bitrate= 576.4kbitsInvalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 6553 times
    frame=19096 fps=7516 q=-1.0 size=   64014kB time=00:13:16.24 bitrate= 658.6kbitsInvalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 6753 times
    frame=22983 fps=7558 q=-1.0 size=   79848kB time=00:15:58.36 bitrate= 682.5kbitsInvalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 7011 times
    frame=27019 fps=7610 q=-1.0 size=   94130kB time=00:18:46.68 bitrate= 684.4kbitsInvalid stream index 1
    [concat @ 0x335a880] Invalid stream index 1
       Last message repeated 1302 times
    frame=27772 fps=7658 q=-1.0 Lsize=   96618kB time=00:19:18.08 bitrate= 683.5kbits/s    
    video:95921kB audio:0kB subtitle:0 global headers:0kB muxing overhead 0.726908%
  • Can't upload .mkv video file to camtasia 2018

    11 juin 2019, par FunTech StudentsVideos

    Can’t Import .mkv video file to camtasia 2018 :

    I have made an intro for my Youtube Channel on Penzoid and then uploaded it to my laptop in .mkv file format, now it can’t be import to camtasia 2018 for rendering with the recorded video in camtasia...

    I used cloudconvert to convert my intro to .mp4 format but it give me the following error :

    ERROR Could not find tag for codec vp8 in stream #0, codec not currently supported in container
    . Last message repeated 1 times
    Last message repeated 1 times

    I also used .bat file with the following code but it didn’t help me :

    @echo off
    if not exist "fixed" mkdir fixed
    for %%f in ("*.mp4") do "C:\Users\Nadeem Ullah\Downloads\Compressed\ffmpeg-win64-static\bin\ffmpeg.exe" -i "%%f" -c:a copy -c:v copy "fixed\%%~nf.mp4"