
Recherche avancée
Autres articles (91)
-
À propos des documents
21 juin 2013, parQue faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
Document bloqué en file d’attente ?
Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (16034)
-
lavfi : Always propagate hw_frames_ctx through links
25 octobre 2016, par Mark Thompsonlavfi : Always propagate hw_frames_ctx through links
Also adds a new flag to mark filters which are aware of hwframes and
will perform this task themselves, and marks all appropriate filters
with this flag.This is required to allow software-mapped hardware frames to work,
because we need to have the frames context available for any later
mapping operation in the filter graph.The output from the filter graph should only propagate further to an
encoder if the hardware format actually matches the visible format
(mapped frames are valid here and have an hw_frames_ctx, but this
should not be given to the encoder as its hardware context).- [DBH] avconv.c
- [DBH] libavfilter/avfilter.c
- [DBH] libavfilter/avfilter.h
- [DBH] libavfilter/internal.h
- [DBH] libavfilter/vf_deinterlace_qsv.c
- [DBH] libavfilter/vf_hwdownload.c
- [DBH] libavfilter/vf_hwupload.c
- [DBH] libavfilter/vf_hwupload_cuda.c
- [DBH] libavfilter/vf_scale_npp.c
- [DBH] libavfilter/vf_scale_qsv.c
- [DBH] libavfilter/vf_scale_vaapi.c
-
FFMPeg stuck while processing a video
15 juin 2017, par Muhammad UmarI am trying to add slow motion to an FFMPEG video in android
On my terminal original query i use is
ffmpeg -i soon.mp4 -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" -map "[v]" -map "[a]" output.mp4
Here is my code in android,
String cmd = "/data/data/PACKAGE_NAME/files/ffmpeg -i "+ videoFileName +" -filter_complex [0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a] -map [v] -map [a] " + file.getAbsolutePath();
In Android , i have only removed
quotation marks
since ffmpeg is not recognising these.When i exceute FFMPEG,
following happensconfiguration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/i686-linux-android- --arch=x86 --cpu=i686 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --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/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/x86 --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -march=i686' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
06-15 22:07:01.340 11866-11866/PACKAGE_NAME D/WRITING:: libavutil 55. 17.103 / 55. 17.103
06-15 22:07:01.720 11866-11866/PACKAGE_NAME D/WRITING:: libavcodec 57. 24.102 / 57. 24.102
06-15 22:07:02.100 11866-11866/PACKAGE_NAME D/WRITING:: libavformat 57. 25.100 / 57. 25.100
06-15 22:07:02.510 11866-11866/PACKAGE_NAME D/WRITING:: libavdevice 57. 0.101 / 57. 0.101
06-15 22:07:02.900 11866-11866/PACKAGE_NAME D/WRITING:: libavfilter 6. 31.100 / 6. 31.100
06-15 22:07:03.290 11866-11866/PACKAGE_NAME D/WRITING:: libswscale 4. 0.100 / 4. 0.100
06-15 22:07:03.620 11866-11866/PACKAGE_NAME D/WRITING:: libswresample 2. 0.101 / 2. 0.101
06-15 22:07:03.980 11866-11866/PACKAGE_NAME D/WRITING:: libpostproc 54. 0.100 / 54. 0.100
06-15 22:07:04.320 11866-11866/PACKAGE_NAME D/WRITING:: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/DCIM/Camera/V_20170204_181009.mp4':
06-15 22:07:04.720 11866-11866/PACKAGE_NAME D/WRITING:: Metadata:
06-15 22:07:05.050 11866-11866/PACKAGE_NAME D/WRITING:: major_brand : isom
06-15 22:07:05.450 11866-11866/PACKAGE_NAME D/WRITING:: minor_version : 0
06-15 22:07:05.860 11866-11866/PACKAGE_NAME D/WRITING:: compatible_brands: isom3gp4
06-15 22:07:05.870 230-230/? E/ia_watchdog: Refreshing Watchdog Timers
06-15 22:07:06.240 11866-11866/PACKAGE_NAME D/WRITING:: creation_time : 2017-02-04 13:10:13
06-15 22:07:06.850 11866-11866/PACKAGE_NAME D/WRITING:: Duration: 00:00:02.82, start: 0.000000, bitrate: 12760 kb/s
06-15 22:07:07.240 11866-11866/PACKAGE_NAME D/WRITING:: Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 12344 kb/s, SAR 1:1 DAR 16:9, 24.19 fps, 23.92 tbr, 90k tbn, 60 tbc (default)
06-15 22:07:07.620 11866-11866/PACKAGE_NAME D/WRITING:: Metadata:
06-15 22:07:07.990 11866-11866/PACKAGE_NAME D/WRITING:: rotate : 90
06-15 22:07:08.400 11866-11866/PACKAGE_NAME D/WRITING:: creation_time : 2017-02-04 13:10:13
06-15 22:07:08.870 11866-11866/PACKAGE_NAME D/WRITING:: handler_name : VideoHandle
06-15 22:07:09.880 11866-11866/PACKAGE_NAME D/WRITING:: Side data:
06-15 22:07:10.530 11866-11866/PACKAGE_NAME D/WRITING:: displaymatrix: rotation of -90.00 degrees
06-15 22:07:11.000 11866-11866/PACKAGE_NAME D/WRITING:: Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 191 kb/s (default)
06-15 22:07:11.530 11866-11866/PACKAGE_NAME D/WRITING:: Metadata:
06-15 22:07:12.120 11866-11866/PACKAGE_NAME D/WRITING:: creation_time : 2017-02-04 13:10:13
06-15 22:07:12.620 11866-11866/PACKAGE_NAME D/WRITING:: handler_name : SoundHandleAfter that nothing happens, FFMPEG seems like stuck in oblivion. Any ideas what could be wrong
-
Revision 3262 : On améliore un peu pour éviter de péter sur le form de changement de ...
18 avril 2010, par kent1 — LogOn améliore un peu pour éviter de péter sur le form de changement de pagination quand les valeurs ne sont pas "possibles"