
Recherche avancée
Autres articles (42)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...)
Sur d’autres sites (7604)
-
avcodec/vda : define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0
12 octobre 2016, par Steven Liuavcodec/vda : define av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL equ 0
on OSX :
../configure —disable-everything —enable-demuxer=hls make
error message : Undefined symbols for architecture x86_64 :
"_av_vda_default_init2", referenced from:_videotoolbox_init in
ffmpeg_videotoolbox.o
so add av_vda_default_init2 when CONFIG_H264_VDA_HWACCEL=0Signed-off-by : Steven Liu <lq@chinaffmpeg.org>
Reviewed-by : wm4 <nfxjfg@googlemail.com>
Reviewed-by : Xidorn Quan <quanxunzhen@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Media container for H264 and Opus
27 avril 2013, par RickyI am looking for a media container that can hold H264 video and Opus audio,
allowing me to perform playback using VLC or equivalent. H264 is a hard
requirement, and I picked Opus because of the licensing benefits.Wikipedia suggests
that.ogg
is what I'm looking for.However, when I looked at the VLC and FFMPEG source code, neither included H264
support in their ogg demuxer (VLC source suggests that it only support Theora,
Vorbis, and CMML, FFMPEG had something similar).Is there another container I can use ?
Alternatively, I can also alternative audio encoder such as
aac
. But allaac
encoders I found have less than appealing licensing associated with them (GPL). -
Using ffmpeg WITHOUT x264 or mpeg4
10 février 2020, par FunkyPizzaSo I’ve recently started implementing ffmpeg in an application that I do intend to distribute commercially. And I’ve had an hard time getting my head around the whole licensing process.
The most commonly answered question I’ve seen seems to be about x264 which requires a paid licence from x264.org in order to use it commercially (right ?). I started to look into mpeg4 instead but that too seemed to be locked behind some licensing fee (https://www.mpegla.com/programs/mpeg-4-visual/license-agreement/).
I guess my question is the following, what video encoders compatible with FFMPEG are fully free to use ?