
Recherche avancée
Autres articles (105)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...)
Sur d’autres sites (10579)
-
flv reencode to mp4 for iphone/ipod via ffmpeg and x264 (quality issue)
3 octobre 2011, par zeroasteriskThere are a lot of questions on this topic, and I've read most of them and most of the google search results I could come up with.
When I use FFMPEG to convert a FLV to a iphone3 compatble MP4 file, it just doesn't preserver enough of the quality. Yes, I've worked the hell out of
-sameq
and-b
and-bt
settings, text just isn't readable.Next I tried to split the video out and process it directly, using these instructions :
https://sites.google.com/site/linuxencoding/x264-encoding-guideThe problem is myplayer (via ffmpeg) was not able to determine the duration of the FLV (even though the metadata was set).
(I assume) Because of that unknown duration, when I create the MP4 file, the resulting x264 file plays through super-fast while the audio plays at the normal rate.
user@server:/tmp# mplayer -nosound -benchmark -sws 9 -vf dsize=640:480:0,scale=0:0,expand=640:480 -vo yuv4mpeg:file=>(x264 --demuxer y4m --crf 0 --preset slow --threads auto --output output.264 - 2>x264.log) 'input.flv'
MPlayer 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing input.flv.
libavformat file format detected.
[flv @ 0x1202460]Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: video (vp6f), -vid 0
[lavf] stream 1: audio (nellymoser), -aid 0
VIDEO: [VP6F] 1680x992 0bpp 1000.000 fps 33.4 kbps ( 4.1 kbyte/s)
Clip info:
audiocodecid: 6
audiodatarate: 86
audiosamplerate: 44100
audiosamplesize: 16
audiosize: 6097005
canSeekToEnd: true
datasize: 8609138
duration: 567
framerate: 2
hasAudio: true
hasCuePoints: false
hasKeyframes: true
hasMetadata: true
hasVideo: true
height: 992
lasttimestamp: 567
metadatacreator: flvtool++ (Facebook, Motion project, dweatherford)
stereo: false
totalframes: 1043
videocodecid: 4
videodatarate: 33
videosize: 2316256
width: 1680
Using (default) progressive frame mode.Opening video filter: [expand w=640 h=480]
Expand: 640 x 480, -1 ; -1, osd: 0, aspect: 0.000000, round: 1
Opening video filter: [scale w=0 h=0]
Opening video filter: [dsize=640:480:0]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffvp6f] vfm: ffmpeg (FFmpeg VP6 Flash)
==========================================================================
Audio: no sound
Starting playback...
Movie-Aspect is undefined - no prescaling applied.
[swscaler @ 0x7f0c738b9620]Lanczos scaler, from yuv420p to yuv420p using MMX2
VO: [yuv4mpeg] 640x480 => 641x480 Planar YV12I have also tried specifying FPS, but no change in results
user@server:/tmp# mplayer -nosound -fps 25-benchmark -sws 9 -vf dsize=640:480:0,scale=0:0,expand=640:480 -vo yuv4mpeg:file=>(x264 --demuxer y4m --fps 25 --crf 0 --preset slow --threads auto --output output.264 - 2>x264.log) 'input.flv'
Can someone tell me how to either :
- fix my split A/V processing/timing/duration issues ?
- improve the
quality of the FFMPEG conversion of FLV to iphone3 compatible
format ?
-
The Ultimate Guide to HeatMap Software
-
mplayer generating online three thumbnail of video
5 mai 2013, par soacI am trying to create thumbnail of video using mplayer but it is only creating 3 thumbnail of video and then repeating the last thumbnail again and again.
MPlayer command 1 :
mplayer video/1.mp4 -sstep 5 -endpos 25 -nosound -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath 2>log.txt
Problem : It create 3 different image and then repeat last image again and again.
MPlayer command 2 :
mplayer video/1.mp4 -sstep 5 -endpos 25 -nosound -frames 5 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath 2>log.txt
Problem : It create 3 different image and then repeat last image 2 times, If I change -frames to 10 than it repeat last image 7 times.
MPlayer command 3 :
mplayer video/1.mp4 -ss 5 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath / video/1.mp4 -ss 10 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath / video/1.mp4 -ss 15 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath / video/1.mp4 -ss 20 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath / video/1.mp4 -ss 15 -nosound -frames 1 -vf scale=96:64 -vo jpeg:quality=80:outdir=$tmpPath / 2>log.txt
Problem : Same problem as above described. 3 thumbnail difference and other are same. Duration of video is 27 seconds. I run this command on mplayer and mplayer2 but same result. MPlayer Binary are taken from http://sourceforge.net/projects/smplayer/files/
I want MPlayer to capture thumbnail after every X seconds using MPlayer not FFMPEG. I am already using FFMPEG for creating thumbnail and it is working fine. My Operating System is Windows 7. Log File
MPlayer Redxii-SVN-r36237-4.6.3 (C) 2000-2013 MPlayer Team Custom build by Redxii, http://smplayer.sourceforge.net Compiled against FFmpeg version N-52748-g1ef82cc Build date : Sun May 5 03:45:49 EDT 2013 getch2 : 6 can't get number of input events [disabling console input] Playing D :/wamp/www/videoconverter/content/original/3.mp4. libavformat version 55.4.101 (internal) libavformat file format detected. [lavf] stream 0 : video (h264), -vid 0 [lavf] stream 1 : audio (aac), -aid 0, -alang und VIDEO : [H264] 960x540 24bpp 25.000 fps 2087.1 kbps (254.8 kbyte/s) Clip info : major_brand : isom minor_version : 512 compatible_brands : isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 encoder : Lavf52.77.0 comment : www.freemake.com Load subtitles in D :/wamp/www/videoconverter/content/original/ jpeg : Progressive JPEG disabled. jpeg : Baseline JPEG enabled. Opening video filter : [scale w=96 h=64] ========================================================================== Opening video decoder : [ffmpeg] FFmpeg's libavcodec codec family libavcodec version 55.7.100 (internal) Selected video codec : [ffh264] vfm : ffmpeg (FFmpeg H.264) ========================================================================== Audio : no sound Starting playback... Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. [swscaler @ 01400520]BICUBIC scaler, from yuv420p to rgb24 using MMXEXT VO : [jpeg] 96x64 => 113x64 RGB 24-bit jpeg : content/tmp/sprites/HxHtQGKbsV - Output directory already exists and is writable. Movie-Aspect is 1.78:1 - prescaling to correct movie aspect. VO : [jpeg] 96x64 => 113x64 RGB 24-bit jpeg : content/tmp/sprites/HxHtQGKbsV - Output directory already exists and is writable. V : 0.0 0/ 0 ??% ??% ??, ?% 0 0 V : 5.8 0/ 0 ??% ??% ??, ?% 0 0 V : 10.6 0/ 0 ??% ??% ??, ?% 0 0 V : 18.5 0/ 0 ??% ??% ??, ?% 0 0 V : 25.6 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 V : 35.8 0/ 0 ??% ??% ??, ?% 0 0 Exiting... (End of file)