
Recherche avancée
Autres articles (67)
-
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 (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (6379)
-
Ffmpeg framework android
2 juin 2017, par YupiI have been working on one project in which ffmpeg collection of libraries has to be included. But I’m struggling to implement it in Android Studio. I can’t find clear explanation for that. Most of the explanations are for Linux or Mac OS but I’m using Windows. I have followed couple explanations which says that new directory has to be created in order :
jniLibs/armeabi/ffmpeg.so
I have done all of that. All things that like general. When I load library :static {
System.loadLibrary("ffmpeg");
}I can’t get acces to native mehods like
public static native int encodeVideoFrame(byte[] yuv_image);
Warning says : Cannot resolve corresponding JNI function
So problem is with compiling ffmpeg for Android using Windows and including it in Android Studio. Any help would be very appreciated. Thanks.
-
ffmpeg re-encode h264 mp4 trimming excess audio
8 janvier 2013, par bruxThe vids I am working with are created on an Android device, there is always a slight pause in video at the end of the file, the audio goes on for a spit second longer.
I think this is because the video stream is being concatenated to the nearest keyframe during the encoding of the mp4, however I dont have an control over this, I must work with these MP4's.
Can I use ffmpeg to re-encode the mp4 making the sound and video end exactly together (removing the excess audio) ?
Here are a couple of examples of the mp4's I am working with, the pause at end of each file varies in length (presumably because the keyframes in the video stream can be up to a second apart)
-
MAINTAINERS : add myself as amfenc* maintainer
4 novembre 2022, par Dmitrii OvchinnikovMAINTAINERS : add myself as amfenc* maintainer
Due to the lack of an active AMF maintainer at the moment, as well
as plans to add the av1 encoder and other improvements of AMF,
I added myself to the maintainers. Timely review and merging
patches targeting AMF integration should improve support
of AMD GPUs and APUs in FFmpeg.
For the last couple of years I have been working on AMF related
patches to ffmpeg and other open source projects.