Recherche avancée
Autres articles (16)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (4920)
-
hardware acceleration for ffmpeg is not working
21 novembre 2019, par tempMailisAwesomeI download cuda driver for my nvidia
but it still does not use my GPU, it still using cpu.
how can i make it use GPU.
i heard about hardware acceleration as well but thats not working.
It has to be h.264
-
How to compile FFMpeg with older NVEnc ?
20 décembre 2019, par dabeiI get this error when running FFMpeg with NVEnc.
[h264_nvenc @ 0x2a27d00] Driver does not support the required nvenc API version. Required: 9.1 Found: 9.0
[h264_nvenc @ 0x2a27d00] The minimum required Nvidia driver for nvenc is 435.21 or newerI can’t upgrade the driver to latest version because I’m limited by what’s supported in GKE.
-
FFmpeg Android : Freezes / stops silently at 'SoundHandle'
8 décembre 2014, par jgadsI’m trying to get FFmpeg working on Android, but it seems to fail silently with no output file. I have tested the same command on Windows and it fully completes.
I’m trying to convert an mp4 into a format which I can then ’concat’ with other videos files to make one ’compilation’ video.
The command is :
ffmpeg -i 1.mp4 -c copy -bsf h264_mp4toannexb -t 30 out1.tsThe logcat shows that ffmpeg seems to get ’stuck’ - with no updates and seemingly quitting half way through. Is there anything obvious I’m doing wrong ? This is being tested on just a bog-standard Galaxy Note 2. ’ffmpeg -version’ works just fine.
Here is the logcat :
12-08 13:38:27.670 18599-18599/com.company.app E/﹕ Device driver API match
Device driver API version: 23
User space API version: 23
12-08 13:38:27.670 18599-18599/com.company.app E/﹕ mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Fri Mar 21 13:52:50 KST 2014
12-08 13:38:27.710 18599-18599/com.company.app D/OpenGLRenderer﹕ Enabling debug mode 0
12-08 13:38:29.060 18599-18599/com.company.app E/FFMPEG﹕ Success loading ffmpeg
12-08 13:38:29.080 18599-18661/com.company.app D/FFmpeg﹕ Running publishing updates method
12-08 13:38:29.090 18599-18599/com.company.app E/FFMPEG﹕ Progress: ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
12-08 13:38:29.090 18599-18599/com.company.app E/FFMPEG﹕ Progress: built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: 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=
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: libavutil 54. 7.100 / 54. 7.100
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: libavcodec 56. 1.100 / 56. 1.100
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: libavformat 56. 4.101 / 56. 4.101
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: libavdevice 56. 0.100 / 56. 0.100
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: libavfilter 5. 1.100 / 5. 1.100
12-08 13:38:29.095 18599-18599/com.company.app E/FFMPEG﹕ Progress: libswscale 3. 0.100 / 3. 0.100
12-08 13:38:29.100 18599-18599/com.company.app E/FFMPEG﹕ Progress: libswresample 1. 1.100 / 1. 1.100
12-08 13:38:29.100 18599-18599/com.company.app E/FFMPEG﹕ Progress: libpostproc 53. 0.100 / 53. 0.100
12-08 13:38:29.230 18599-18599/com.company.app E/FFMPEG﹕ Progress: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/Pictures/videotest/1.mp4':
12-08 13:38:29.230 18599-18599/com.company.app E/FFMPEG﹕ Progress: Metadata:
12-08 13:38:29.230 18599-18599/com.company.app E/FFMPEG﹕ Progress: major_brand : isom
12-08 13:38:29.230 18599-18599/com.company.app E/FFMPEG﹕ Progress: minor_version : 0
12-08 13:38:29.230 18599-18599/com.company.app E/FFMPEG﹕ Progress: compatible_brands: isom3gp4
12-08 13:38:29.235 18599-18599/com.company.app E/FFMPEG﹕ Progress: creation_time : 2014-12-03 18:40:00
12-08 13:38:29.235 18599-18599/com.company.app E/FFMPEG﹕ Progress: Duration: 00:00:03.14, start: 0.000000, bitrate: 10598 kb/s
12-08 13:38:29.235 18599-18599/com.company.app E/FFMPEG﹕ Progress: Stream #0:0(eng): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 1280x720, 10594 kb/s, SAR 65536:65536 DAR 16:9, 29.94 fps, 29.92 tbr, 90k tbn, 180k tbc (default)
12-08 13:38:29.235 18599-18599/com.company.app E/FFMPEG﹕ Progress: Metadata:
12-08 13:38:29.240 18599-18599/com.company.app E/FFMPEG﹕ Progress: creation_time : 2014-12-03 18:40:00
12-08 13:38:29.240 18599-18599/com.company.app E/FFMPEG﹕ Progress: handler_name : VideoHandle
12-08 13:38:29.245 18599-18599/com.company.app E/FFMPEG﹕ Progress: Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 97 kb/s (default)
12-08 13:38:29.250 18599-18599/com.company.app E/FFMPEG﹕ Progress: Metadata:
12-08 13:38:29.250 18599-18599/com.company.app E/FFMPEG﹕ Progress: creation_time : 2014-12-03 18:40:00
12-08 13:38:29.250 18599-18599/com.company.app E/FFMPEG﹕ Progress: handler_name : SoundHandle