
Recherche avancée
Autres articles (86)
-
À propos des documents
21 juin 2013, parQue faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
Document bloqué en file d’attente ?
Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (9372)
-
Flutter - Trim 0.5 second off end of mp3 upon copy to server without re-processing the entire file ?
25 mars 2021, par MeggyHere's how I'm uploading an mp3 audio file to my server ;


onPressed: () async {
 String _createid = await uploadAudio(
 audiotitle: audiotitle,
 currentaudioid: audioWidgetProvider.currentaudioid,
 filepath: audioWidgetProvider.filepath);
 } 



Given that I'm basically copying the mp3 file from my mobile phone to the server is there a way I can trim 0.5 seconds off the end of the file before uploading it to the server ?


Barring that is there a way I can trim 0.5 seconds off the end on the Debian 10 server-side ?


Can I do this without re-processing the whole file ? What's the most efficient way ?


-
Vitamio Player 5.0.2 ffmpeg Facing Issue
2 septembre 2016, par Usman MirzaI’m using Vitamio Player 5.0.2 Latest Library but facing problem on On HD Quality Live Streaming When Play Streaming After 5 Sec Buffering Start And Logcat Showing error on ffmpeg. On mobile streaming working fine but on android boxes LIB (X86) Facing Issue Error Is
1: [h264 @ 0x783383e0] non-existing PPS 0 referenced
2: [h264 @ 0x78e3b1c0] decode_slice_header error
3: [h264 @ 0x78d1a880] no frame!Video Streaming Pixels Is (1280x720) Only 5 Sec Works Then Buffering Start Please Tell Me Solution To Fix It Thanks
-
"picture in picture" in cordova or phonegap
2 février 2015, par Taein Kimi am creating video editing app for iOS and Android.
I know how to do "picture in picture" effect using ffmpeg but i am unable to find a way to do that in cordova or phonegap.
I tried videoconverter.js on https://bgrins.github.io/videoconverter.js/demo/ but it keeps crashing when doing some simple commands such as ’convert video to mp3’Is there any mobile solution (cordova/phonegap preferred) other than compiling ffmpeg myself or doing video processing on the cloud ?