
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (44)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)
Sur d’autres sites (6694)
-
libx264 not found when compiling 64 bit ffmpg
11 juillet 2017, par Tamilrajexport PLATFORM=$NDK_BASE/platforms/android-21/arch-arm64
export PREBUILT=$NDK_BASE/toolchains/aarch64-linux-android-4.9/prebuilt
export PREFIX=/android-lib/arm64
./configure --cross-prefix=$PREBUILT/windows-x86_64/bin/aarch64-linux-android- \
--sysroot=$PLATFORM \
--host=aarch64-linux \
--enable-pic \
--enable-static \
--extra-cflags="-fPIE -pie" \
--extra-ldflags="-fPIE -pie" \
--disable-cli \
--disable-asm \
--prefix=$X264_OUT_PATH/arm64 \This is my setup_x264_arm64.sh and when i compile it does not show any error and compiled successfully.But when compile
export PLATFORM=$NDK_BASE/platforms/android-21/arch-arm64
export PREBUILT=$NDK_BASE/toolchains/aarch64-linux-android-4.9/prebuilt
export PREFIX=../android-lib/arm64
echo $X264_OUT_PATH/arm64/include
sh configure --prefix=$FFMPEG_OUT_PATH/arm64 \
$DEBUG_FLAG \
--arch=arm64 \
--cpu=cortex-a53 \
--target-os=linux \
--enable-runtime-cpudetect \
--enable-pic \
--enable-shared \
--enable-nonfree \
--enable-cross-compile \
--enable-static \
--cross-prefix=$PREBUILT/windows-x86_64/bin/aarch64-linux-android- \
--sysroot=$PLATFORM \
--extra-cflags="-I$X264_OUT_PATH/arm64/include -Wno-deprecated-declarations -Wno-format-extra-args -Wno-pointer-sign -Wno-implicit-function-declaration -Wno-parentheses -Wno-format-extra-args -Wno-unused-result -Wno-traditional -fPIE -pie" \
--extra-ldflags="-L$X264_OUT_PATH/arm64/lib" \
\
--enable-version3 \
--enable-gpl \
--disable-opencl \
\
--disable-doc \
--enable-yasm \
\
--enable-decoders \
--enable-encoders \
--enable-muxers \
--enable-demuxers \
--enable-parsers \
--enable-protocols \
--enable-filters \
--enable-avresample \
--disable-libfreetype \
\
--disable-indevs \
--disable-indev=lavfi \
--disable-outdevs \
\
--enable-hwaccels \
\
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-network \
\
--enable-thumb \
--enable-encoder=libx264 \
--enable-libx264 \
--disable-muxer=md5
popd; popdthis one i got libx264 not found error .Can anyone pls help me .Thanks in advance
-
FFMPEG 2.5.4 build for Android with NDK r10d
7 décembre 2015, par jmartinalonsoI’m trying to build FFmpeg for android following this tuto : http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/
I’m using :
- NDK r10d
- FFMPEG 2.5.4
I have tried to build on MacOs and Ubuntu and I get the same error when I execute ./build_android.sh :
`Creating config.mak, config.h, and doc/config.texi...
./build_android.sh: line 16: --prefix=/Users/jesusmartin92/Documents/android-ndk-r10d/sources/ffmpeg-2.5.4/android/arm: No such file or directory
./build_android.sh: line 18: --enable-shared: command not found
./build_android.sh: line 20: --disable-static: command not found
./build_android.sh: line 22: --disable-doc: command not found
./build_android.sh: line 24: --disable-ffmpeg: command not found
./build_android.sh: line 26: --disable-ffplay: command not found
./build_android.sh: line 28: --disable-ffprobe: command not found
./build_android.sh: line 30: --disable-ffserver: command not found
./build_android.sh: line 32: --disable-avdevice: command not found
./build_android.sh: line 34: --disable-doc: command not found
./build_android.sh: line 36: --disable-symver: command not found
./build_android.sh: line 38: --cross-prefix=/Users/jesusmartin92/Documents/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-: No such file or directory
./build_android.sh: line 40: --target-os=linux: command not found
./build_android.sh: line 42: --arch=arm: command not found
./build_android.sh: line 44: --enable-cross-compile: command not found
./build_android.sh: line 46: --sysroot=/Users/jesusmartin92/Documents/android-ndk-r10d/platforms/android-9/arch-arm/: No such file or directory
./build_android.sh: line 48: --extra-cflags=-Os -fpic -marm: command not found
./build_android.sh: line 50: --extra-ldflags=: command not found`It’s like the script doesn’t find the ndk folder, but I checked and the path is OK. The script "build_android.sh" is in the ffmpeg folder. This is the content of it :
#!/bin/bash
NDK=/Users/jesusmartin92/Documents/android-ndk-r10d
SYSROOT=$NDK/platforms/android-9/arch-arm/
TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64
function build_one
{
./configure \
--prefix=$PREFIX \
--enable-shared \
--disable-static \
--disable-doc \
--disable-ffmpeg \
--disable-ffplay \
--disable-ffprobe \
--disable-ffserver \
--disable-avdevice \
--disable-doc \
--disable-symver \
--cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \
--target-os=linux \
--arch=arm \
--enable-cross-compile \
--sysroot=$SYSROOT \
--extra-cflags="-Os -fpic $ADDI_CFLAGS" \
--extra-ldflags="$ADDI_LDFLAGS" \
$ADDITIONAL_CONFIGURE_FLAG
make clean
make
make install
}
CPU=arm
PREFIX=$(pwd)/android/$CPU
ADDI_CFLAGS="-marm"
build_oneI’m very stuck, so any idea will be well received.
Thanks
-
Some Mp3 Audio Files are not playing
28 octobre 2014, par Ramesh KaranamWhen Playing mp3 Audio Files some songs are playing successfully but some songs are not playing.When decoding audio file getting error like No Data found when processing input.
dec_ctx = fmt_ctx->streams[audio_stream_index]->codec;
Finding Audio Stream :
audio_st = fmt_ctx->streams[audio_stream_index];
Finally I am Decoding Audio
if (packet.stream_index == audio_stream_index)
{
frame = avcodec_alloc_frame();
avcodec_get_frame_defaults(frame);
got_frame = 0;
ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, &packet);
}Here avcodec_decode_audio4 returns the negative value when printing error it shows Inavalid Data Found When Processing input.
I am Using ffmpeg 2.0.1 My configure options are
--prefix=$PREFIX \
--enable-shared \
--enable-static \
--enable-doc \
--enable-ffmpeg \
--enable-ffplay \
--enable-ffprobe \
--enable-ffserver \
--enable-avdevice \
--enable-doc \
--enable-symver \
--enable-swresample\
--cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \
--target-os=linux \
--arch=arm \
--enable-cross-compile \I am not understanding whats the problem ?code or any modifications required in ffmpeg configure file.Please Provide any information about this issue.