Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (13)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • À propos des documents

    21 juin 2013, par

    Que 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 (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

Sur d’autres sites (3558)

  • kdenlive render settings for ipad [on hold]

    27 septembre 2015, par user2761325

    I’m using kdenlive 9.6 on Ubuntu, and would like to render videos for display on an iPad.

    I’ve tried using H.264 Profile but it won’t display on an iPad. I think this is because the profile (when I check using mp4info) is High@3.2, whereas per this link this should be max Main@3.1 to support iPad.

    Does anyone have profile settings I can paste in to get it to render in Main/3.1 please ?

  • FFmpeg percentage progress in javascript

    26 septembre 2023, par devVue123

    I use javascript, Vue 3 and FFmpeg version :

    


    "@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.11.6",


    


    I have a function that cuts videos based on times entered by the user :

    


    async videoTrim() {
  this.ffmpeg.FS("writeFile", "video.mp4", await fetchFile(videoData.source));

  await this.ffmpeg.run(
    "-ss", startTime,
    "-i", "video.mp4",
    "-to", endTime,
    "-crf", "23",
    "-c:v", "copy",
    "-c:a", "copy",
    "-reset_timestamps", "1",
    "-avoid_negative_ts", "1",
    "videoNew.mp4",
  )

  return this.ffmpeg.FS("readFile", "videoNew.mp4");
}


    


    PROBLEM :
I need to find out the percentage progress during video trimming so that I can give the user information about how long the trimming will take
(If you have any comments or suggestions for improving the function this.ffmpeg.run, please let me know)

    


  • Do not redefine percentage variable

    14 avril 2014, par ccampbell
    Do not redefine percentage variable