Anomalie #4161: Manquent classes ajax sur les liens de pagination
Et j'ai trouvé la différence : #PAGINATION : l'ajax ne se met pas en place[class="pagination">(#PAGINATION)] : l'ajax se met en placeC'est même dans la doc :...
View ArticleAnomalie #4161 (Rejeté): Manquent classes ajax sur les liens de pagination
Bonjour,Dans le squelette ci-joint (testé en 3.3 dev), la pagination ajax ne se fait pas.Si je modifie le modèle de pagination en rajoutant ' ajax' après chaque 'lien_pagination' (pour avoir...
View ArticleAnomalie #4161 (En cours): Manquent classes ajax sur les liens de pagination
C'est l'absence de p class pagination encadrant la balise qui pose problème, avec #PAGINATION{prive}ça fonctionne bien.
View ArticleAnomalie #4161 (Rejeté): Manquent classes ajax sur les liens de pagination
Et comme c'est documenté je pense qu'on peut fermer le ticket :phttps://www.spip.net/fr_article3367.html#nb1
View ArticleMerging two mp3 audio files using ffmpeg
I am trying to use ffmpeg library for mixing two mp3 or wav audio files using the commands available that i searched over internet like given below:ffmpeg -i input1.mp3 -i input2.mp3 -filter_complex...
View Articlehow to mix two voice file to one files?
How to mix two voice file in android ??I want to record and play a music in backgroud at the same time, i use FFmpeg,it can mix success,but need too much time, how can speed up it or use another...
View ArticleFFMPEG command causing audio issues
I am converting multiple mp4 video to ts and then stitching it together. But this sometimes causes audio issues on my videos where the audio sounds like it was recorded with two mics at the same time...
View Articleffplay shows the streaming video very late
I want to stream video but for example ffmpeg encode 10 image then ffplay open and show video first second.I want to ffplay shows video real time,how can ı fix it please help me? ffmpeg -r 1...
View ArticleFluent ffmpeg how to user save callback
I am using fluent-ffmpeg GIT I want to further process the saved file. But save do not have any callback. how can I use the saved file with promise. My code isffmpeg(filename) .toFormat('mp3')...
View ArticleFFMPEG - concantenating mp4s from different sources - unable to stop...
I need to concatenate mp4 files from different sources, this means some of the variables are out of my control such as timebase, aspect ratio and encoding. So to get around this I re-encode and attempt...
View ArticleRevision 111274: syntaxe compatible jQl pour la fonction javascript du...
syntaxe compatible jQl pour la fonction javascript du afficher_si -- Log
View ArticleDTS and PTS are different, despite not having B-frames (ffmpeg)
Just a quick question in regards to video encoding/muxing a video file with ffmpeg. Basically, I have my muxer functioning and I'm trying to have my packets output the correct PTS/DTS. This is a...
View ArticleAndroid convert exo to mp4 after download dash
I have downloaded a Dynamic Adaptive Streaming over HTTP (DASH) via android DashDownloader class that is provided by exo player. SimpleCache cache = new SimpleCache(file.getAbsoluteFile(), new...
View Articleavs2: correct avs2 description
avs2: correct avs2 description Signed-off-by: hwren Signed-off-by: Gyan Doshi [DH] doc/decoders.texi[DH] doc/general.texi[DH] libavcodec/avs2_parser.c[DH] libavcodec/codec_desc.c[DH]...
View Articlelavc/libx264: Support monochrome encoding.
lavc/libx264: Support monochrome encoding. [DH] libavcodec/libx264.c[DH] libavcodec/version.h
View ArticleNodeJS spawning FFMPEG process does not understand arguments right
I am writing code to speed up video using FFMPEG with multiplier. 5X for five times faster video, 0.5X for twice slower video etc.This code has worked previously in other use case, but it looks like...
View ArticleAnomalie #4162 (Nouveau): Pouvoir tester des plugins nécessitant SPIP 3.2.1...
Bonjour,Le define('_DEV_VERSION_SPIP_COMPAT',"3.2.0"); ne permet pas de tester un plugin demandant SPIP 3.2.1.Il faudrait mettre define('_DEV_VERSION_SPIP_COMPAT',"3.2.99");NB : * à la place de 99 ne...
View ArticleAnomalie #4162: Pouvoir tester des plugins nécessitant SPIP 3.2.1 dans SPIP...
Il fallait bien sûr comprendre SPIP 3*.3* dev
View ArticleAnomalie #4162: Pouvoir tester des plugins nécessitant SPIP 3.2.1 dans SPIP...
C'est ligne 373 de ecrire/inc_version.php qu'il faudrait mettredefine('_DEV_VERSION_SPIP_COMPAT',"3.2.99");
View Articleffmpeg: simplify refcounting packets for the muxing queue
ffmpeg: simplify refcounting packets for the muxing queue Signed-off-by: James Almer [DH] fftools/ffmpeg.c
View Article