Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (106)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (11501)

  • how to solved Build fingerprint :'samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys'error in android

    14 novembre 2016, par Virani Ashish
    Build fingerprint:'samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys
                                                                            Revision: "0"
                                                                            ABI "arm"
                                                                            pid 1716, tid 3690,name Thread-44811 >>> com.aspiration.gifmaker <<<
                                                                            Fatal signal 11 (SIGSEGV), code 1, (SEGV_MAPERR),fault addr 0x18
                                                                            r0 00000018 r1 00000010 r2 c01047f0 r3 00000088
                                                                            r4 c0104768 r5 00000000 r6 vv589v10 r7 c89f7190
                                                                            r8 00000000 r9 7fffffff s1 c89f7190 fp c89f706c
                                                                            ip c42dd180 sp c89f7008 lr bf8a71a8 pc c00b1d00 cpse 200f0010

                                                                            backtrace :
                                                                               #00 pc 008f2d00 /data/app/com.aspiration.gifmaker-1/lib/arm/libvideokit.so (av_log+20)

    Build fingerprint :’samsung/a5xeltexx/a5xelte:6.0.1/MMB29KB/A510Fx:user/release-keys’error in android

  • Translating a multiple line terminal command into a single line terminal command

    5 décembre 2019, par andy stumpf

    Does anyone have any direction or suggestion on how to translate this command into a single line command ? I need to keep this in a terminal command and no use a shell. Thank you so much for any help and direction.

       for event in */; do
       (
       echo "$event"
       cd "$event"
       for segment in */; do          
           (                      
               cd "$segment"
               echo "$segment"          
               for f in *-0.ts; do
                   (
                       echo $f
                   )
               done
               (printf "file '$PWD/%s'\n" *.ts | sort -n -k1.$(($(printf "file '$PWD/$f'" | wc -c) - 4))) > fraglist.txt
               ../../ffmpeg -f concat -i fraglist.txt -c copy ../../"${segment[@]%.hls/}.ts"
           )
       done
       )
    done

    I’ve tried something like the following but the outcome is not the same

    for s in *.*; do ffmpeg -f concat -i <(for f in $s/*.ts; do echo 'file '$PWD/$f''; done) -c copy ${s[@]%.hls/}.ts; done
  • avcodec/dvbsubdec : Clear w/h/size on region buffer allocation failure

    14 mai 2015, par Michael Niedermayer
    avcodec/dvbsubdec : Clear w/h/size on region buffer allocation failure
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvbsubdec.c