
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (73)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (11250)
-
Quantization property in CUVID
19 octobre 2016, par mkreddyPlease correct me if my understanding was wrong regarding
qscale
in ffmpeg.In ffmpeg H264 decoder has
qscale_table
which hold the values ofqp
for each macro block.Is there any such table/matrix in CUVID to know the
qscale
values ? If not, please suggest me how can I construct one such matrix for each macro block.Thanks in advance.
-
ffmpeg : merge avi and wav files into flv not working
1er juillet 2014, par gautam.dasI’m trying to merge an .avi and .wav file to .flv using ffmpeg-php.
Here is my code :
exec("ffmpeg -i $audio_path -i $video_path -vcodec flv -acodec copy
$target_path", $op, $result);But the output file is of 0 bytes and it gives :
"Could not write header for output file #0 (incorrect codec parameters ?):
Invalid data found when processing input"When I use
-vcodec
as copy, it merges sucessfully.Thanks in advance.
-
What is the best way to create video transcoding server for google cloud storage [on hold]
20 mai 2017, par ramana vvI would like to create best video transcoding server for my project . I’m already using ffmpeg , python for transcoding videos. My existing application is like this "after uploading the video to the GCE it will transcode that video and copy to cloud storage, after copy to cloud storage the file in the instance will be deleted. But when the video count is in 100’s then I need to increase the capacity of GCE then the cost will be very expensive so please help me to solve this issue.
Thanks in advance