Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (75)

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

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8278)

  • Use "this" instead of a closure variable as data parameter inside of the data.submit() method - Fixes #847.

    6 décembre 2011, par Sebastian Tschan

    m jquery.fileupload-ui.js m jquery.fileupload.js Use "this" instead of a closure variable as data parameter inside of the data.submit() method - Fixes #847. Store the jqXHR object returned by data.submit() as property of the data (...)

  • ffmpeg command validation exception

    24 septembre 2018, par sudarshan

    hii i am new in using ffmpeg. i am using this to compress video files from mobile. i used command to compress is-

    ffmpeg -y -i %s -strict experimental -s 640x480 -r 30 -aspect 4:3 -ab 48000 -ac 2 -ar 22050 -b 2097k %s

    now above command works fine but compressed videos not work web browser(firefox).
    i tried using codec for large platform support as follows-

    ffmpeg -y -i %s -vcodec h264 -acodec aac -strict experimental -s 640x480 -r 30 -aspect 4:3 -ab 48000 -ac 2 -ar 22050 -b 2097k %s

    but it gives me command validation exception.my log cat is as follows-

    09-23 16:43:00.856 14252-14252/com.myproject  D/ffmpeg4android: /storage/emulated/0/VideoCompressor/Compressed Videos/VIDEO_20180918_202815.mp4 length in bytes: 2127662
       09-23 16:43:00.857 14252-14252/com.myproject  I/ffmpeg4android: checkForPermissions() called
       09-23 16:43:00.858 14252-14252/com.myprojects I/ffmpeg4android: permission already granted
       09-23 16:43:00.862 14252-16755/com.myprojects I/ffmpeg4android: doInBackground started...
       09-23 16:43:00.863 14252-16755/com.myprojects I/ffmpeg4android: vk deleted: false
       09-23 16:43:00.867 14252-16755/com.myprojects D/ffmpeg4android: Acquire wake lock
       09-23 16:43:00.871 14252-16755/com.myprojects I/ffmpeg4android: running ffmpeg4android_lib: 25.24.09
       09-23 16:43:00.872 14252-16755/com.myprojects D/ffmpeg4android: {"ffmpeg","-y","-i","/storage/emulated/0/VideoCompressor/Compressed","Videos/VIDEO_20180918_202815.mp4","-vcodec","h264","-acodec","aac","-strict","experimental","-s","640x480","-r","30","-aspect","4:3","-ab","48000","-ac","2","-ar","22050","-b","2097k","/storage/emulated/0/wiki_compressed/Wiki__COMP_VID20180923_164246.mp4"}
       09-23 16:43:00.874 14252-16755/com.myprojects D/ffmpeg4android: /storage/emulated/0/VideoCompressor/Compressed length in bytes: 0
       09-23 16:43:00.874 14252-16755/com.myprojects E/ffmpeg4android: Command validation failed.
       Check if input file exists: /storage/emulated/0/VideoCompressor/Compressed
       09-23 16:43:00.875 2684-5501/? V/WindowManager: Relayout Window{f7b8a8ed0 u0 com.myprojects/com.myprojects.ActivityProductListing}: viewVisibility=0 req=720x1280 WM.LayoutParams{(0,0)(fillxfill) sim=#112 ty=1 fl=#81810100 wanim=0x103046f vsysui=0x600 needsMenuKey=2 naviIconColor=0}
       09-23 16:43:00.876 14252-16755/com.myprojects E/ffmpeg4android: vk run exeption.
       com.netcompss.ffmpeg4android.CommandValidationException
       at com.netcompss.loader.LoadJNI.run(LoadJNI.java:39)
       at com.netcompss.loader.LoadJNI.run(LoadJNI.java:55)
       at com.wikireviews.custom.CompressVideoTask.doInBackground(CompressVideoTask.java:58)
       at com.wikireviews.custom.CompressVideoTask.doInBackground(CompressVideoTask.java:16)
       at android.os.AsyncTask$2.call(AsyncTask.java:305)
       at java.util.concurrent.FutureTask.run(FutureTask.java:237)
       at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
       at java.lang.Thread.run(Thread.java:762)
       09-23 16:43:00.876 2142-2142/? I/SurfaceFlinger: id=2473 createSurf (720x1280),1 flag=404, com.myprojects/com.myprojects.ActivityProductListing
       09-23 16:43:00.878 2684-5501/? V/Surface: sf_framedrop debug : 0x4f4c, game : false, logging : 0
       09-23 16:43:00.879 14252-16755/com.myprojects I/ffmpeg4android: doInBackground finished
       09-23 16:43:00.883 14252-14252/com.myprojects V/Surface: sf_framedrop debug : 0x4f4c, game : false, logging : 0
       09-23 16:43:00.884 14252-14252/com.myprojects D/ViewRootImpl@cc3ec53[ActivityProductListing]: Relayout returned: oldFrame=[0,0][720,1280] newFrame=[0,0][720,1280] result=0x7 surface={isValid=true 2107009024} surfaceGenerationChanged=true
       mHardwareRenderer.initialize() mSurface={isValid=true 2107009024} hwInitialized=true
  • Anomalie #3368 : Validation XML - Liens (links/href, etc.)

    4 mai 2015, par Eric Lupinacci

    Pour mémoire : le commit https://core.spip.net/projects/squelettes-dist/repository/revisions/86810 n’a toujours pas été supprimé.