Recherche avancée

Médias (91)

Autres articles (47)

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

  • Revision bb260d9076 : Rework partition search skip scheme This commit enables the encoder to skip spl

    3 octobre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Rework partition search skip scheme

    This commit enables the encoder to skip split partition search if
    the bigger block size has all non-zero quantized coefficients in low
    frequency area and the total rate cost is below a certain threshold.
    It logarithmatically scales the rate threshold according to the
    current block size. For speed 3, the compression performance loss :
    derf -0.093%
    stdhd -0.066%

    Local experiments show 4% - 20% encoding speed-up for speed 3.
    blue_sky_1080p, 1500 kbps
    51051 b/f, 35.891 dB, 67236 ms ->
    50554 b/f, 35.857 dB, 59270 ms (12% speed-up)

    old_town_cross_720p, 1500 kbps
    14431 b/f, 36.249 dB, 57687 ms ->
    14108 b/f, 36.172 dB, 46586 ms (19% speed-up)

    pedestrian_area_1080p, 1500 kbps
    50812 b/f, 40.124 dB, 100439 ms ->
    50755 b/f, 40.118 dB, 96549 ms (4% speed-up)

    mobile_calendar_720p, 1000 kbps
    10352 b/f, 35.055 dB, 51837 ms ->
    10172 b/f, 35.003 dB, 44076 ms (15% speed-up)

    Change-Id : I412e34db49060775b3b89ba1738522317c3239c8

  • Reduce size of APK when including .so files

    13 septembre 2014, par Arslan

    I am using a 3rd party API for camera library that is using ffmpeg frame recorder and .so files along with javacv.

    I am also using a 3rd party library for extracting meta data out from a video which also has some .so files

    When i merged all these files into only one folder "armeabi" my application did not work.
    So I have to copy all these files to all other folders "armeabi-v7a, mips, x86". Which works perfectly fine but obviously the size of the apk is now too large.

    Total size of these file are 20MB per folder. That make 80MB for all folder. My .apk size is 41MB. Please suggest ma what I can do to remove duplicate files/folders or reduce .apk size.

    Why I need all these folders armeabi, armeabi-v7a, mips, x86
    enter image description here

    .so files in folder
    enter image description here

  • how to multiply and rename one image to n-times in ffmpeg

    27 avril 2022, par LookAndSee

    for making a video i want to multiply one image of a folder e.g. for 30fps and 30sec to 900 times with an uprising index.

    


    How can i copy on image n-times and rename it with ffpeg ?

    


    How i did it by now :

    


    mark all Strg C + Strg V
mark all Copy + Paste
2-4-8-16-32-64-128-256-576-1152

    


    numbering i did with total commander "multi-rename-tool"

    


    i like to do it with a loop-function in ffmpeg but i have no idea.
Has someone a suggestion and can help me please ?
thx in advance !