
Recherche avancée
Autres articles (26)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5507)
-
ffmpeg encode tiff to h265- error At least one output file must be specified
8 février 2018, par Orel PechterI need to convert tiff images into h265 file.
I’m using the following command :ffmpeg -y -framerate 30 -i input.tiff -c:v libx265 -x265-params no-open-gop=1:min-keyint=4:keyint=4:bitrate=60 -preset medium -f ssegment -segment_time %ST% "outputfile.265" 2>&1
I get an output of "error At least one output file must be specified".
What am i missing ?
Is there anything i need to do to activate my use of 265 ?
Im using ffmpeg vs.3.4.1Thanks in advance !
-
ffmpeg limit audio sample rate
8 mars 2019, par Ben Schmidtin order to save space on my home NAS I want to convert plenty of different videos to more efficient codes.
Is there a way to limit the sampling rate to 44 100Hz in order to convert 48 000Hz to 44.1kHz but to keep Videos with 22 050Hz at that sampling rate ?
The only solution I came up with is to use something like medainfo or "mplayer -vo null -ao null -frames 0 -identify $1 | grep ID_AUDIO_RATE" to get the sampling rate and decide what option to set.
Is there a smarter, more elegant way ?
Thanks in advance
Ben -
Any working example recording a (e.g. rtsp) stream to a local MP4 file with ffmpeg/libav ?
15 novembre 2017, par ggsI’m looking for a working and not-out-dated script how to record an e.g. rtsp input stream to a local file (mp4) with ffmpeg/libav. If you could point me to one or post one, many thanks in advance. I’m searching for many hours and I haven’t got any experience with this topic.
A lot of examples, libs, etc. are outdated, but I want to use ffmpeg >= v3.3.
Any special things I have to consider (when compiling ffmpeg, or when saving local file to iOS device) ?