ffmpeg create blank screen with text video

drawtext vs subtitles This can be done using the drawtext or subtitles filters. drawtext is simpler, but subtitles has much better styling and timing options. subtitles can automatically wrap the text while drawtext cannot. drawtext filter examples Add text to solid color background Using the color filter for the background and the drawtext filter for … Read more

YouTube embedded video: set different thumbnail

There’s a nice workaround for this in the sitepoint forums: <div onclick=”this.nextElementSibling.style.display=’block’; this.style.display=’none'”> <img src=”https://stackoverflow.com/questions/7199624/my_thumbnail.png” style=”cursor:pointer” /> </div> <div style=”display:none”> <!– Embed code here –> </div> Note: To prevent having to click twice to make the video play, use autoplay=1 in the video embed code. It will start playing when the second div is displayed.

ffmpeg convert mov file to mp4 for HTML5 video tag IE9

For ffmpeg: ffmpeg -i {input}.mov -vcodec h264 -acodec aac -strict -2 {output}.mp4 You may also add the -q:v/-q:a parameter to specify the quality of the video. You may also use HandBrake which is a simpler encoder than ffmpeg. For HandBrake: handbrakecli -i {input}.mov -e x264 -E facc -o {output}.mp4   EDIT: I found the solution! … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)