
Recherche avancée
Autres articles (84)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (15526)
-
avcodec/vp3 : Move work after ff_thread_finish_setup
11 août 2022, par Andreas Rheinhardt -
ffmpeg 'av_seek_frame()' not work in bink video
19 juillet 2020, par ghoflvhxjI'm trying to play video in my game by using ffmpeg-avformatlib library.


'av_seek_frame()' work correctly when open '.avi' file.


but if open .bik file, it's not work however the function return 0(success) and seek to 0 frame.


anyone who know about this problem ? :( please tell me please...


void CMovie::Play(const Time startFrame, const Time endFrame, const bool loop/* = false*/)
{
 ...
 if (m_bStart)
 {
 av_seek_frame(GetFormatContext(), GetVideoStreamIndex(), startFrame, AVSEEK_FLAG_FRAME);
 m_bStart = false;
 }
 ...
}



i uploaded sample video player and video which call 'av_seek_frame()' to seek.


play fire.bik and click left or right button, you can see seek to 0 frame. it's same as my program.


check it please.
https://drive.google.com/file/d/1DVrX3EOzjxSfEA4EYpeSREaE2RLhB28Q/view?usp=sharing


-
mathops/x86 : work around inline asm miscompilation with GCC 4.8.1
15 juin 2013, par Hendrik Leppkes