
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (93)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (10433)
-
FFMPEG not accepting python variables
13 décembre 2020, par Learning ProgrammingI have made a script for compressing videos using python and ffmpeg. This is the script :-


import os
import sys
import subprocess
v = input("Enter video name: ")
print("Compressing......")
result = subprocess.run("D:\\Python Projects\\Compressor\\Ffmpeg\\bin\\ffmpeg.exe -i "+ (v )+ "-b 800k output.mp4")



The output :-


Enter video name: video
Compressing



Then cmd will open and close then itself. Earlier I was using this script without input command.I will write the video name in the subprocess command itself. That time it worked. If any of you can find the solution please tell me. This is my College project


-
Modification par lot impossible après publication
22 octobre 2013Slt,
Sur cyc.mediaspip.net,
Impossible d’appliquer des modifications sur un lot de médias (pour associer à de nouvelles rubriques).
La procédure lancée se charge, mais n’est pas effective Et pas de message confirmation...Par ailleurs, la sélection de mes médias par lot n’affiche pas le fait que mes médias sont déjà associés à une collection ainsi que classés dans une rubrique (que je voudrais retirer)
merci,
++
Py -
ffmpeg to batch convert MXF Quicktime files to h264 while retaining 4 track audio (pass thru)
1er juin 2017, par 3pointeditI have a bunch of MXF type files which have Quicktime reference files in a folder with audio components etc.
The encoded .vid file is actually a DV codec. MPEG Streamclip will play the files but won’t pass the four audio tracks through. It eaither clips 2 tracks or mixes 4 to 2.
I was hoping that there might be a way to process them from large DV25 files to smaller h264 with audio "keep as same" ?It would be great to batch them perhaps by dropping a shortcut to the Quicktime pointer file.
I can get Apple compressor to do it but I have to use a windows PC.