
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (79)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 (9742)
-
ERROR while Installing FFMPEG through Dockerfile
27 juin 2018, par drexdeltaI am trying to install ffmpeg in dockerfile.
For that, I am using following this link . Please, have look at the link before answering.
Following the answer given to that link, I am using these commands,,,RUN apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:mc3man/trusty-media
RUN apt-get update
RUN apt-get install -y ffmpeg RUN apt-get install -y frei0r-plugins
After successfully executing first two commands, apt-get update fails miserably.
Hit ://deb.debian.org jessie Release.gpg
Err ://ppa.launchpad.net jessie/main amd64 Packages Get:3
://security.debian.org jessie/updates/main amd64 Packages [589 kB]Hit ://deb.debian.org jessie Release
Err ://ppa.launchpad.net jessie/main amd64 Packages Err
://ppa.launchpad.net jessie/main amd64 Packages Get:4
://deb.debian.org jessie-updates/main amd64 Packages [23.0 kB]Err ://ppa.launchpad.net jessie/main amd64 Packages Get:5
http://deb.debian.org jessie/main amd64 Packages [9098 kB]Err ://ppa.launchpad.net jessie/main amd64 Packages
404 Not Found
Fetched 9900 kB in 8s (1161 kB/s)
W : Failed to fetch
http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/dists/jessie/main/binary-amd64/Packages
404 Not FoundE : Some index files failed to download. They have been ignored, or old
ones used instead.And I understood the reason that why it fails .
I would have certainly followed the solution given in the above link. Since I am working on docker. I can’t do much. is there any other way to install FFMPEG on docker with all it’s tools and functionalities ?
Moreover, I wasn’t able to post the acutal content of the error, due to constrain that " I can’t post more than 8 links , since my ratings are low." .
so in the error log, there is ’http
’ , before ’://
’. -
ffmpeg error "No such file or directory" while compiling a video file compression
13 janvier 2016, par Abraham GharyaliFirstly I have checked many questions and answers related to my question, but unfortunately none of them solves my problem.
I have implemented ffmpeg library in my project, using it for 2 tasks :
1). adding watermark on video.
2). video compression.
I am able to apply watermark on recorded video successfully using this command :
{"-y" ,"-i", "/storage/emulated/0/Booms/Videos/video1122150738.mp4","-strict","experimental", "-vf", "movie="
+ watermarkFile + " [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]","-s", "320x240","-r", "30", "-b", "15496k", "-vcodec", "mpeg4","-ab", "48000", "-ac", "2", "-ar", "22050", "/storage/emulated/0/Shared/Videos/video.mp4"}"watermarkFile" is the location of .png watermark file
Now I need to compress video, for that i used this command :
"ffmpeg -i "+"/storage/emulated/0/Booms/Videos/video1122150738.mp4"+" -vcodec mpeg4 -s 320x240 -r 25 -y "+"/storage/emulated/0/Shared/Videos/video.mp4";
It gives error "No such file or directory". please see the logs.
01-11 15:32:39.283 28027-28027/ I/FFmpeg: Loading FFmpeg for armv7-neon CPU
01-11 15:32:39.439 28027-28027/ D/FFMPEG: onSuccess.
01-11 15:32:39.440 28027-28027/ D/FFMPEG: onFinish.
01-11 15:32:55.584 28027-28027/ D/FFMPEG compress: input path: /storage/emulated/0/Booms/Videos/video1122150738.mp4
01-11 15:32:55.585 28027-28027/ D/FFMPEG compress: output path: /storage/emulated/0/Shared/Videos/video.mp4
01-11 15:32:55.587 28027-28027/ D/FFMPEG compress: Started.
01-11 15:32:55.618 28027-28089/ D/FFmpeg: Running publishing updates method
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: WARNING: linker: /data/data/packge_name/files/ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix.
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: 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=
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: libavutil 54. 7.100 / 54. 7.100
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: libavcodec 56. 1.100 / 56. 1.100
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: libavformat 56. 4.101 / 56. 4.101
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: libavdevice 56. 0.100 / 56. 0.100
01-11 15:32:55.662 28027-28027/ D/FFMPEG compress: Progress: libavfilter 5. 1.100 / 5. 1.100
01-11 15:32:55.663 28027-28027/ D/FFMPEG compress: Progress: libswscale 3. 0.100 / 3. 0.100
01-11 15:32:55.663 28027-28027/ D/FFMPEG compress: Progress: libswresample 1. 1.100 / 1. 1.100
01-11 15:32:55.663 28027-28027/ D/FFMPEG compress: Progress: libpostproc 53. 0.100 / 53. 0.100
01-11 15:32:55.663 28027-28027/ D/FFMPEG compress: Progress: ffmpeg -i /storage/emulated/0/Booms/Videos/_video1122150738.mp4 -vcodec mpeg4 -s 320x240 -r 25 -y /storage/emulated/0/Shared/Videos/video.mp4: No such file or directory
01-11 15:32:55.663 28027-28027/ D/FFMPEG compress: Failure: WARNING: linker: /data/data/package_name/files/ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix.
ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
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=
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100
ffmpeg -i /storage/emulated/0/Booms/Videos/video1122150738.mp4 -vcodec mpeg4 -s 320x240 -r 25 -y /storage/emulated/0/Shared/Videos/video.mp4: No such file or directory
01-11 15:32:55.663 28027-28027/ D/FFMPEG compress: Finished.for both operations i input .mp4 file and need .mp4 file in output.
Same process works for watermarking and not working for compression.
My compress command is correct because I checked the same command compressing video in my windows pc using command prompt.
I don’t understand what i am doing wrong.
Any help would be appreciated.
-
avformat : Add and use ff_copy_whitelists()
24 octobre 2014, par Michael Niedermayeravformat : Add and use ff_copy_whitelists()
Fixes potential security issue in case of running out of memory
Found-by : ubitux
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>