
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 (6841)
-
Calculating PCR (Program clock reference) in MPEG2 Transport stream
1er octobre 2024, par Tomislav Timici am implementing transcoder and packager for abr protocols (HLS/DASH), and also udp mutlicast as output option. I am currently finishing multiplexing of mpeg 2 transport streams, but i do not really understand how should pcr work, how should I calculate it, I have pts/dts values, is there some formula to derive pcr from pts and/or dts ? When i do tsdump from tsduck with ffmpeg output they have around +100ms PCR delay on PTS.


I found some calculations like this :


(int64_t) ((8.0 * (packetsWritten * TS_PACKET_LENGTH + offset) / tsMuxrate) * TS_CLOCK + 0.5) + pcrStart



But it does not match ffmpeg calculation. When i do like this :


base = (int64_t) packet->dts - (int64_t) (SYSTEM_CLOCK_FREQ_90kHz * 0.1);



It has +100ms delay from PTS. But it is hardcoded.


-
Anomalie #2730 (Nouveau) : Ajouter un Plugin - Erreur SQL
23 mai 2012, par Christophe LaffontSPIP 3.0.1 [19436] Si on saisie 1 seul caractère, en deuxième position, dans le champs "Rechercher dans les plugins" (Exemple de recherche : html 5) On obtient une Erreur SQL : 1139 | Got error ’empty (sub)expression’ from regexp
-
Anomalie #2931 (Nouveau) : insécable sur : :
24 janvier 2013, par Fil Updans les adresses IPv6 on a souvent l’expression : : or dans le core et dans texwheel (typographie/fr.php) on a : /* 2 ; ajout d’insecable */ $t = preg_replace(’/ »| — ?,|(?: :| %)(? :\W|$)/S’, ’ $0’, $t) ; ce qui ajoute un insécable quand il y a deux : à la suite. Il faudrait changer, mais c’est (...)