
Recherche avancée
Autres articles (40)
-
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (3841)
-
avcodec/evc_parser : Added parser implementation for EVC format
15 juin 2023, par Dawid Kozinskiavcodec/evc_parser : Added parser implementation for EVC format
Added constants definitions for EVC parser
Provided NAL units parsing following ISO_IEC_23094-1
EVC parser registration
Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
-
avcodec : MPEG-5 EVC codec registration
26 mai 2023, par Dawid Kozinskiavcodec : MPEG-5 EVC codec registration
Added prerequisites that must be met before providing support for the MPEG-5 EVC codec
Added new entry to codec IDs list
Added new entry to the codec descriptor list
Bumped libavcodec minor version
Added profiles for EVC codec
Signed-off-by : Dawid Kozinski <d.kozinski@samsung.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
Android ffmpeg Issue :- : No such file or directory
15 février 2014, par Nirav DangiI am using FFMPEG tool to merge IMAGE & AUDIO files. Its working only in SAMSUNG GALAXY TAB II.
I had tried in many android devices & emulators but unfortunately it had not worked in any of them.Same issue is posted here also. But Its solutions has not worked for me.
Following is error log of emulator,
02-15 08:46:33.667: D/NIRAV(921): Shell Line : /data/data/org.ffmpeg.android/lib/libffmpeg.so -y -loop 1 -r 1 -i /mnt/sdcard/ffmpeg/img.jpg -i /mnt/sdcard/ffmpeg/myrecord.mp4 -acodec aac -vcodec mpeg4 -s 480x320 -strict experimental -b:a 32k -shortest -f mp4 -r 2 /mnt/sdcard/ffmpeg/out.mp4
02-15 08:46:33.707: D/NIRAV(921): Shell Line : ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
02-15 08:46:33.717: D/NIRAV(921): Shell Line : built on Nov 15 2013 00:50:10 with gcc 4.6 20120106 (prerelease)
02-15 08:46:33.717: D/NIRAV(921): Shell Line : configuration: --arch=arm --cpu=cortex-a8 --target-os=linux --enable-runtime-cpudetect --enable-small --prefix=/data/data/info.guardianproject.ffmpeg/app_opt --enable-pic --disable-shared --enable-static --cross-prefix=/home/n8fr8/dev/android/ndk//toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --sysroot=/home/n8fr8/dev/android/ndk//platforms/android-3/arch-arm --extra-cflags='-I../x264 -mfloat-abi=softfp -mfpu=neon' --extra-ldflags=-L../x264 --enable-version3 --enable-gpl --disable-doc --enable-yasm --enable-decoders --enable-encoders --enable-muxers --enable-demuxers --enable-parsers --enable-protocols --enable-filters --enable-avresample --enable-libfreetype --disable-indevs --enable-indev=lavfi --disable-outdevs --enable-hwaccels --enable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-network --enable-libx264 --enable-zlib --enable-muxer=md5
02-15 08:46:33.717: D/NIRAV(921): Shell Line : libavutil 51. 54.100 / 51. 54.100
02-15 08:46:33.717: D/NIRAV(921): Shell Line : libavcodec 54. 23.100 / 54. 23.100
02-15 08:46:33.717: D/NIRAV(921): Shell Line : libavformat 54. 6.100 / 54. 6.100
02-15 08:46:33.717: D/NIRAV(921): Shell Line : libavdevice 54. 0.100 / 54. 0.100
02-15 08:46:33.727: D/NIRAV(921): Shell Line : libavfilter 2. 77.100 / 2. 77.100
02-15 08:46:33.727: D/NIRAV(921): Shell Line : libswscale 2. 1.100 / 2. 1.100
02-15 08:46:33.727: D/NIRAV(921): Shell Line : libswresample 0. 15.100 / 0. 15.100
02-15 08:46:33.727: D/NIRAV(921): Shell Line : libpostproc 52. 0.100 / 52. 0.100
02-15 08:46:33.747: D/NIRAV(921): Shell Line : /mnt/sdcard/ffmpeg/img.jpg: No such file or directory
02-15 08:46:33.747: D/NIRAV(921): Exit Value : 1I had verified the path of
img.jpg
&myrecord.mp4
files.
I am usingandroid-ndk-r7
to build ffmpeg.