
Recherche avancée
Autres articles (92)
-
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 (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (16072)
-
Converting avi to mp4 (use ffmpeg library) is very slow [closed]
7 décembre 2012, par yAnTarI have task - convert any video from user to mp4 format.
I use commandffmpeg -i $file -vcodec libx264 -vpre ultrafast -bt 500k -acodec libfaac -ab 56k -ac 2 -s 480x320 $outputFileMp4
I try to change options bitrate, dimensions, but spped of converting is slow - 3 mbytes convert arround 90 seconds.
If i convert avi to flv - no problem.
FFmpeg version 0.6.5, Copyright (c) 2000-2010 the FFmpeg developers
built on Jan 29 2012 17:52:15 with gcc 4.4.5 20110214 (Red Hat 4.4.5-6)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --incdir=/usr/include --disable-avisynth --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC' --enable-avfilter --enable-avfilter-lavf --enable-libdc1394 --enable-libdirac --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libgsm --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libx264 --enable-gpl --enable-nonfree --enable-postproc --enable-pthreads --enable-shared --enable-swscale --enable-vdpau --enable-version3 --enable-x11grab
libavutil 50.15. 1 / 50.15. 1
libavcodec 52.72. 2 / 52.72. 2
libavformat 52.64. 2 / 52.64. 2
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 1.19. 0 / 1.19. 0
libswscale 0.11. 0 / 0.11. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, avi, from 'intro.avi':
Duration: 00:07:48.53, start: 0.000000, bitrate: 244 kb/s
Stream #0.0: Video: camtasia, bgr24, 800x600, 15 tbr, 15 tbn, 15 tbc
Metadata:
strn : Camtasia Producer_render549ab1f.avi Video #1
Stream #0.1: Audio: pcm_s16le, 12000 Hz, 1 channels, s16, 192 kb/s
Metadata:
strn : Microsoft Waveform: Camtasia Producer_render549ab1f.wav
[libx264 @ 0x1202e40]using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cache64
[libx264 @ 0x1202e40]profile Constrained Baseline, level 2.2
[libx264 @ 0x1202e40]264 - core 107 - H.264/MPEG-4 AVC codec - Copyleft 2003-2010 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=0:0:0 analyse=0x1:0 me=dia subme=0 psy=1 psy_rd=0.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=0 intra_refresh=0 rc=abr mbtree=0 bitrate=200 ratetol=2.5 qcomp=0.60 qpmin=10 qpmax=51 qpstep=4 ip_ratio=1.41 aq=0
Output #0, mp4, to 'test2.mp4':
Metadata:
encoder : Lavf52.64.2
Stream #0.0: Video: libx264, yuv420p, 640x480, q=10-51, 200 kb/s, 15 tbn, 15 tbc
Metadata:
strn : Camtasia Producer_render549ab1f.avi Video #1
Stream #0.1: Audio: libfaac, 12000 Hz, 2 channels, s16, 5 kb/s
Metadata:
strn : Microsoft Waveform: Camtasia Producer_render549ab1f.wav
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1and result of executing
frame= 7028 fps= 52 q=10.0 Lsize= 2654kB time=468.31 bitrate= 46.4kbits/s
video:1883kB audio:672kB global headers:0kB muxing overhead 3.876805%
[libx264 @ 0xe1ee40]frame I:29 Avg QP:10.83 size: 25781
[libx264 @ 0xe1ee40]frame P:6999 Avg QP:10.08 size: 169
[libx264 @ 0xe1ee40]mb I I16..4: 80.1% 0.0% 19.9%
[libx264 @ 0xe1ee40]mb P I16..4: 0.2% 0.0% 0.0% P16..4: 0.2% 0.0% 0.0% 0.0% 0.0% skip:99.6%
[libx264 @ 0xe1ee40]final ratefactor: 5.71
[libx264 @ 0xe1ee40]coded y,uvDC,uvAC intra: 37.1% 3.3% 3.1% inter: 0.1% 0.0% 0.0%
[libx264 @ 0xe1ee40]i16 v,h,dc,p: 87% 12% 1% 0%
[libx264 @ 0xe1ee40]i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 23% 27% 8% 6% 3% 3% 2% 8%
[libx264 @ 0xe1ee40]i8c dc,h,v,p: 94% 6% 0% 0%
[libx264 @ 0xe1ee40]kb/s:32.91 -
Warning : passthru() has been disabled for security reasons in _audioconverter_scheduler_ffmpeg_helper
10 décembre 2012, par MeggyI am using the audioconverter module with the audiorecorderfield module in Drupal 7 with ffmpeg on my own vps running Aegir and Nginx. The audioconverter module has stopped converting wav files to mp3. Here's the error ;
Warning: passthru() has been disabled for security reasons in _audioconverter_scheduler_ffmpeg_helper() (line 358 of /mysite/drupal-7.16/sites/all/modules/audioconverter/audioconverter.module).
And in my logs ;
MESSAGE: executing: /usr/bin/ffmpeg -i /mysite/drupal-7.16/sites/default/files/1354856044.wav /mysite/drupal-7.16/sites/default/files/1354856044.wav.mp3
MESSAGE: Audio conversion failed. FFMPEG reported the following output:
SEVERITY: error
MESSAGE: converted file is an empty file.I can see the wav file is created by the audiorecorderfield module but the audioconverter module is failing on the conversion.
Here is my ffmpeg info ;
ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers
built on Jun 13 2012 14:01:54 with gcc 4.4.5
configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libfreetype --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --extra-libs=-lgcrypt --disable-altivec --disable-armv5te --disable-armv6 --disable-vis
libavutil 50. 43. 0 / 50. 43. 0
libavcodec 52.123. 0 / 52.123. 0
libavformat 52.111. 0 / 52.111. 0
libavdevice 52. 5. 0 / 52. 5. 0
libavfilter 1. 80. 0 / 1. 80. 0
libswscale 0. 14. 1 / 0. 14. 1
libpostproc 51. 2. 0 / 51. 2. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...Safe mod is OFF in php.ini so I don't know why audioconverter is not working.
-
ffmpeg transcode video with dts-ma to ac3
12 juin 2015, par John GaltI’m trying to take a video that has an h264 video track and a dts-ma audio track and and get out an .m4v file with :
h264 video track
DTS-ma audio track
AC-3 5.1 Audio trackI’m attempting to just copy the video and the dts-ma audio track and then have it convert the AC-3 audio track
I’m getting an error
Unable to find a suitable output format for 'ac3'
from this command :ffmpeg -i "input.mkv" -map 0:0 -map 0:1 -map 0:1 -map 0:1 -c:v copy -c:a:0 copy -c:a:1 -acodec ac3 -ac 6 -ab 448k -c:a:2 -acodec ac3 -ac 6 -ab 256 -ar 48000 "output.m4v"
(this is generated by my C# app)
this for a different file that has h264 and ac3 already in it works fine :
ffmpeg -i "input.mkv" -map 0:0 -map 0:1 -c:v copy -c:a:0 copy "output.m4v"
Obviously it’s not doing a conversion.
Here’s the full results of the first command :
ffmpeg version N-46936-g8b6aeb1 Copyright (c) 2000-2012 the FFmpeg developers
built on Nov 20 2012 19:34:37 with gcc 4.7.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass -
-enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libo
pus --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li
bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 52. 8.100 / 52. 8.100
libavcodec 54. 74.100 / 54. 74.100
libavformat 54. 37.100 / 54. 37.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 23.101 / 3. 23.101
libswscale 2. 1.102 / 2. 1.102
libswresample 0. 17.101 / 0. 17.101
libpostproc 52. 2.100 / 52. 2.100
Input #0, matroska,webm, from 'input.mkv':
Metadata:
creation_time : 2012-12-07 22:11:56
Duration: 01:41:23.38, start: 0.000000, bitrate: 33582 kb/s
Chapter #0.0: start 0.000000, end 186.250000
Metadata:
title : 00:00:00.000
Chapter #0.1: start 186.250000, end 512.708000
Metadata:
title : 00:03:06.250
Chapter #0.2: start 512.708000, end 883.292000
Metadata:
title : 00:08:32.708
Chapter #0.3: start 883.292000, end 1354.000000
Metadata:
title : 00:14:43.292
Chapter #0.4: start 1354.000000, end 1865.458000
Metadata:
title : 00:22:34.000
Chapter #0.5: start 1865.458000, end 2122.500000
Metadata:
title : 00:31:05.458
Chapter #0.6: start 2122.500000, end 2386.125000
Metadata:
title : 00:35:22.500
Chapter #0.7: start 2386.125000, end 2801.167000
Metadata:
title : 00:39:46.125
Chapter #0.8: start 2801.167000, end 2923.000000
Metadata:
title : 00:46:41.167
Chapter #0.9: start 2923.000000, end 3388.500000
Metadata:
title : 00:48:43.000
Chapter #0.10: start 3388.500000, end 3808.167000
Metadata:
title : 00:56:28.500
Chapter #0.11: start 3808.167000, end 4071.375000
Metadata:
title : 01:03:28.167
Chapter #0.12: start 4071.375000, end 4378.750000
Metadata:
title : 01:07:51.375
Chapter #0.13: start 4378.750000, end 4681.583000
Metadata:
title : 01:12:58.750
Chapter #0.14: start 4681.583000, end 4989.792000
Metadata:
title : 01:18:01.583
Chapter #0.15: start 4989.792000, end 5311.667000
Metadata:
title : 01:23:09.792
Chapter #0.16: start 5311.667000, end 5629.083000
Metadata:
title : 01:28:31.667
Chapter #0.17: start 5629.083000, end 6083.382000
Metadata:
title : 01:33:49.083
Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 24 fps, 24 tbr, 1k tbn, 48 tbc (default)
Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default)
[NULL @ 03f4b020] Unable to find a suitable output format for 'ac3'
ac3: Invalid argument