
Recherche avancée
Autres articles (86)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (6857)
-
ffmpeg & watermark issue on convert movie
27 mars 2017, par Sebastian Schweinsteafter update of WinFF i get error :
"C:\Program Files (x86)\WinFF\ffmpeg.exe" -t 0:00:25 -y -i "c:\Videos\temp\input.mpg" -f mp4 -r 14 -vcodec libx264 -coder 1 -flags +loop+cgop -cmp +chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method hex -subq 7 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 0 -qmax 69 -qdiff 4 -bf 3 -refs 3 -direct-pred 1 -trellis 1 -wpredp 2 -vf scale=240:180 -aspect 4:3 -maxrate 800k -bufsize 80k -b:v 400k -ar 44100 -b:a 80k -ac 2 -b 650k -vf "movie="c:\Videos\watermarklogo.png" [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" "c:\Videos\new\output.mpg"
error :
Filtergraph ’scale=240:180’ was specified through the -vf/-af/-filter option for output stream 0:0, which is fed from a complex filtergraph.vf/-af/-filter and -filter_complex cannot be used together for the same stream.
i downt know how to fix
-
Revision b80020d4db : Refactoring motion search libs The core motion estimation fucntions all return
28 février 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_mcomp.h
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/vp9_rdopt.c
Refactoring motion search libsThe core motion estimation fucntions all return sad now consistently.
The only exception is vp9_full_pixel_diamond(), however the core diamond
and refining search routines called from vp9_full_pixel_diamond() also
return SAD. If variance of pred error + mv cost is desired it must be
calculated explicitly outside these functions. For very fast encoding,
hopefully this will eliminate some redundant computations.Also suggests reimplementing FAST_HEX with the vp9_pattern_search
framework. It is not exactly the same as the existing FAST_HEX, but
performance is slightly better and speed is very similar. Enables
removing a lot of duplicate code.Change-Id : I152736393438c25bdf7e96b37cbb8ce330f4f94a
-
lavc/hevc* : move to hevc/ subdir
29 mai 2024, par Anton Khirnovlavc/hevc* : move to hevc/ subdir
- [DH] libavcodec/Makefile
- [DH] libavcodec/aarch64/hevcdsp_init_aarch64.c
- [DH] libavcodec/arm/hevcdsp_arm.h
- [DH] libavcodec/arm/hevcdsp_init_arm.c
- [DH] libavcodec/arm/hevcdsp_init_neon.c
- [DH] libavcodec/bsf/extract_extradata.c
- [DH] libavcodec/bsf/h265_metadata.c
- [DH] libavcodec/bsf/hevc_mp4toannexb.c
- [DH] libavcodec/bsf/remove_extradata.c
- [DH] libavcodec/cbs_h2645.c
- [DH] libavcodec/cbs_h265.h
- [DH] libavcodec/d3d12va_hevc.c
- [DH] libavcodec/dxva2_hevc.c
- [DH] libavcodec/h2645_parse.c
- [DH] libavcodec/hevc.h
- [DH] libavcodec/hevc/Makefile
- [DH] libavcodec/hevc/cabac.c
- [DH] libavcodec/hevc/data.c
- [DH] libavcodec/hevc/data.h
- [DH] libavcodec/hevc/dsp.c
- [DH] libavcodec/hevc/dsp.h
- [DH] libavcodec/hevc/dsp_template.c
- [DH] libavcodec/hevc/filter.c
- [DH] libavcodec/hevc/hevc.h
- [DH] libavcodec/hevc/hevcdec.c
- [DH] libavcodec/hevc/hevcdec.h
- [DH] libavcodec/hevc/mvs.c
- [DH] libavcodec/hevc/parse.c
- [DH] libavcodec/hevc/parse.h
- [DH] libavcodec/hevc/parser.c
- [DH] libavcodec/hevc/pred.c
- [DH] libavcodec/hevc/pred.h
- [DH] libavcodec/hevc/pred_template.c
- [DH] libavcodec/hevc/ps.c
- [DH] libavcodec/hevc/ps.h
- [DH] libavcodec/hevc/ps_enc.c
- [DH] libavcodec/hevc/refs.c
- [DH] libavcodec/hevc/sei.c
- [DH] libavcodec/hevc/sei.h
- [DH] libavcodec/hevc_cabac.c
- [DH] libavcodec/hevc_data.c
- [DH] libavcodec/hevc_data.h
- [DH] libavcodec/hevc_filter.c
- [DH] libavcodec/hevc_mvs.c
- [DH] libavcodec/hevc_parse.c
- [DH] libavcodec/hevc_parse.h
- [DH] libavcodec/hevc_parser.c
- [DH] libavcodec/hevc_ps.c
- [DH] libavcodec/hevc_ps.h
- [DH] libavcodec/hevc_ps_enc.c
- [DH] libavcodec/hevc_refs.c
- [DH] libavcodec/hevc_sei.c
- [DH] libavcodec/hevc_sei.h
- [DH] libavcodec/hevcdec.c
- [DH] libavcodec/hevcdec.h
- [DH] libavcodec/hevcdsp.c
- [DH] libavcodec/hevcdsp.h
- [DH] libavcodec/hevcdsp_template.c
- [DH] libavcodec/hevcpred.c
- [DH] libavcodec/hevcpred.h
- [DH] libavcodec/hevcpred_template.c
- [DH] libavcodec/loongarch/hevcdsp_lasx.h
- [DH] libavcodec/loongarch/hevcdsp_lsx.h
- [DH] libavcodec/mediacodecdec.c
- [DH] libavcodec/mips/hevcdsp_mips.h
- [DH] libavcodec/mips/hevcdsp_mmi.c
- [DH] libavcodec/mips/hevcpred_mips.h
- [DH] libavcodec/mips/hevcpred_msa.c
- [DH] libavcodec/nvdec_hevc.c
- [DH] libavcodec/nvenc.c
- [DH] libavcodec/ppc/hevcdsp.c
- [DH] libavcodec/qsvenc_hevc.c
- [DH] libavcodec/vaapi_encode_h265.c
- [DH] libavcodec/vaapi_hevc.c
- [DH] libavcodec/vdpau_hevc.c
- [DH] libavcodec/videotoolbox.c
- [DH] libavcodec/vulkan_hevc.c
- [DH] libavcodec/x86/hevcdsp_init.c
- [DH] libavformat/hevc.c
- [DH] libavformat/hevcdec.c
- [DH] libavformat/mov.c
- [DH] libavformat/mpegtsenc.c
- [DH] tests/checkasm/hevc_add_res.c
- [DH] tests/checkasm/hevc_deblock.c
- [DH] tests/checkasm/hevc_idct.c
- [DH] tests/checkasm/hevc_pel.c
- [DH] tests/checkasm/hevc_sao.c