
Recherche avancée
Autres articles (102)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (18180)
-
Installed codec not working ffmpeg
25 février 2015, par Chris James ChampeauI have ffmpeg installed on my server, I can trancode mp4 and it works great.
However, I have installed the Theora codec as it explains here, http://cumulusclips.org/docs/install-ffmpeg-x264-on-centos/#Theora_Codec
When I run this code
FFREPORT=file=ffreport.log:level=32 /usr/local/bin/ffmpeg -nostdin -report -i testinput.mp4 -y -b 250k -deinterlace -vcodec libtheora -acodec libvorbis testoutput.ogg
I get the following error
Unknown encoder 'libtheora'
Is there something I missed, any help would be appreciated
-
ExoPlayer and deinterlacing feature
21 février 2021, par SuppamanI want to use ExoPlayer to show interlaced video but, especially for SD content, the video looks really bad without any deinterlacing feature. Looking in the ExoPlayer project it seem the player doesn't have such deinterlacing feature and doesn't seem in plan to be added. I'm thinking to try add deinterlacing by using the deinterlacing engine of ffmpeg library. However it don't seem and easy task. I found some projects that could help me like this ExoPlayerFilter that apply a filter on the frame before show. This could be a possible way to "deinterlace" the frame before show. Another possible suggestion comes from the tread in github Exoplayer project here. This could be another possible way to proceed. My problem is that I have a limited time to try add this feature and I would to know from people having more experience than me what would be most "suggested" way to follow or if someone know another better way to reach my results.


Thank you


-
NVIDIA codec compression time
1er avril 2019, par rmt94I’m working with the NVIDIA video codec to encode a YUV video to the HEVC format. The problem is that I want to know the time it takes to perform the encoding and I can not find the way.
Other codecs supported by FFMPEG such as x265 or hevc_qsv show the encoding time at the end of the process, but in the case of the NVIDIA codec no. Does anyone know of any command or method that allows to show this information ?