
Recherche avancée
Autres articles (98)
-
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (13943)
-
ffmpeg framerate error. fps won't be stable, keep increasing or decreasing [closed]
8 août 2024, par NoobCoderi just got into ffmpeg for my company's project.. now i'm trying to capture PC A's display and stream to other device (or PC). i've been talking to gpt... but won't correct this error


"
ffmpeg -f gdigrab -framerate 59.94 -i desktop ^
-c:v rawvideo -pix_fmt yuv422p10 -b:v 5M ^
-f rtp -sdp_file stream.sdp rtp ://224.1.1.1:5004
"
this is current command line i used, i got to make fps 59.94 in yuv422p10. but when it actually start
streaming, fps only go up to 37 39ish. if i lower to yuv420p, it go up to 59.94.
anyone familiar with ffmpeg, need help !


tried various way adjust fps and format


-
need help to decode encrypted SRT stream
19 mai 2021, par Rezaul KarimI want to decode an encrypted (Passphrase AES 256) MPEG-TS over SRT stream (srt ://x.x.x.x) in Caller mode which is having MPEG1 L2 audio codec but finding it difficult to do with any software as all of the software decoders supports AAC as audio codec. Can anyone help to decode such stream ? restreaming to an RTMP server without encryption will do my work.


I am novice in this area.. please help me out.


NOTE : might be easy for someone who is familiar with ffmpeg.


-
Can we declare a variable in ffmpeg ffprobe
16 avril 2020, par ilham zackyI am new to ffmpeg.



I want to get a video duration through ffmpeg and declare it to a variable. where I can use the value for a different function. I am using power shell.



This is my code :



ffmpeg -i 1aef53e6-92ac-4d28-89f8-4cce28fa0f58.mp4 2>&1 | sed -n 's/Duration: \(.*\), start/\1/gp'