Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (64)

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

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (3768)

  • avfilter/palettegen : rename local variable box_weight to weight

    27 décembre 2022, par Clément Bœsch
    avfilter/palettegen : rename local variable box_weight to weight
    

    This variable is used only for the running weight (used to reach the
    target median). The places where we actually need the box weight are
    changed to use box->weight.

    • [DH] libavfilter/vf_palettegen.c
  • avcodec/scpr : Use local variables in decode_run_i()

    27 décembre 2018, par Michael Niedermayer
    avcodec/scpr : Use local variables in decode_run_i()
    

    This improves the speed of decode_run_i()

    Before : clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5656821117747200 in 17420 ms
    After : clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5656821117747200 in 14018 ms

    Improves : 11270/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SCPR_fuzzer-5656821117747200

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/scpr.h
  • when I merge some .ts files using ffmpeg libraray and for making mp4 video its get me error

    7 décembre 2016, par humayoon siddique

    I got .ts files from m3u8 link and now I want to merge the .ts files. After searching I came to know that we can merge .ts files using ffmpeg library. Now when I try to merge after certain process it gives me error as following.

    user this function for merging ts two mp4

    WARNING: linker: /data/data/com.whizpool.muftatv/files/ffmpeg has text relocations. This is wasting memory and is a security risk. Please fix.
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress: ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   built on Oct  7 2014 15:08:46 with gcc 4.8 (GCC)
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-cflags='-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mfpu=neon' --extra-ldflags='-L/home/sb/Source-Code/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   libavutil      54.  7.100 / 54.  7.100
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   libavcodec     56.  1.100 / 56.  1.100
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   libavformat    56.  4.101 / 56.  4.101
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   libavdevice    56.  0.100 / 56.  0.100
    03-01 17:43:58.049 23895-23895/com.whizpool.muftatv E/ onProgress:   libavfilter     5.  1.100 /  5.  1.100
    03-01 17:43:58.059 23895-23895/com.whizpool.muftatv E/ onProgress:   libswscale      3.  0.100 /  3.  0.100
    03-01 17:43:58.059 23895-23895/com.whizpool.muftatv E/ onProgress:   libswresample   1.  1.100 /  1.  1.100
    03-01 17:43:58.059 23895-23895/com.whizpool.muftatv E/ onProgress:   libpostproc    53.  0.100 / 53.  0.100
    03-01 17:43:58.069 23895-23895/com.whizpool.muftatv E/ onProgress: [concat @ 0x41a66eb0] Impossible to open '/storage/emulated/0/Mufta/3117927975001_4221595953001_s-6.ts?'
    03-01 17:43:58.069 23895-23895/com.whizpool.muftatv E/ onProgress: /storage/emulated/0/Pictures/MyCameraVideo/videos.txt: Invalid data found when processing input