
Recherche avancée
Autres articles (112)
-
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (17620)
-
Revision 598b083342 : Fix vp9_psnrhvs.c build error Add vpx_dsp_rtcd.h to the header file list. The o
23 juillet 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_psnrhvs.c
Fix vp9_psnrhvs.c build errorAdd vpx_dsp_rtcd.h to the header file list. The od_bin_fdct8x8()
here depends on forward 8x8 2D-DCT.Change-Id : I1d71edc71f07069808823d2445c1cafd285e1b94
-
ffmpeg segment list perfix for ffconcat and csv
18 février 2015, par Ara DeonasI want to segment my file and I want a result list of files for using with ffconcat and a file with segments info.
Just like documention my command for getting a csv list is like this :ffmpeg -i test.mp4 -acodec copy -f segment -vcodec copy -reset_timestamps 1 -map 0 -segment_list .\tmp2\out.csv .\OUTPUT%d.mp4
And result will a csv file like this :
OUTPUT0.mp4,0.000000,3.795458
OUTPUT1.mp4,3.795458,5.046708
OUTPUT2.mp4,5.046708,7.340667
OUTPUT3.mp4,7.340667,13.471792
OUTPUT4.mp4,13.471792,16.891875
OUTPUT5.mp4,16.891875,20.645625
OUTPUT6.mp4,20.645625,22.564208
OUTPUT7.mp4,22.564208,24.315958
OUTPUT8.mp4,24.315958,30.739042But I also want ffconcat file for lather use and I can get it with this command :
ffmpeg -i test.mp4 -acodec copy -f segment -vcodec copy -reset_timestamps 1 -map 0 -segment_list .\tmp2\out.ffconcat .\OUTPUT%d.mp4And result will a ffconcat file like this :
ffconcat version 1.0
file OUTPUT0.mp4
file OUTPUT1.mp4
file OUTPUT2.mp4
file OUTPUT3.mp4
file OUTPUT4.mp4
file OUTPUT5.mp4But real question is how can I get both list with one command so I dont have to segment a big file two times ?
-
lavc/vaapi_hevc : fix scaling list duplicate transfer issue.
22 novembre 2016, par Jun Zhaolavc/vaapi_hevc : fix scaling list duplicate transfer issue.
scaling list is already transfered to raster scan during head parsing,
so no need to transfer it again.And after this fix, FATE test SLIST_A_Sony_4/SLIST_B_Sony_8/
SLIST_C_Sony_3/SLIST_D_Sony_9 will pass in i965/Skylake.Signed-off-by : Wang, Yi A <yi.a.wamg@intel.com>
Signed-off-by : Jun Zhao <jun.zhao@intel.com>
Signed-off-by : Mark Thompson <sw@jkqxz.net>