Category Archive: Development

Creating a jpg image from a video using ffmpeg command line utility

Using the command below we create a jpg image using frame 15 from the movie file, the output size is set to 560×240, the line following are the output from ffmpeg

 

/usr/local/bin/ffmpeg -i  /moviefile.mp4 -ss 00:00:15 -vframes 1 -s 560×420 -r 1 -f mjpeg /thumbs/movie_thumb.jpg ffmpeg version 1.2 Copyright (c) 2000-2013 the FFmpeg developers …

Continue reading »

Permanent link to this article: http://www.palmbeachdigitaldesign.com/dev/creating-a-jpg-image-from-a-video-using-ffmpeg-command-line-utility/

Using ffmpeg to convert videos to HTML5 formats

After installing and compiling ffmpeg on my CentOS 6+ dedicated server, I set off to implement a video conversion  utility using ffmpeg. Once I determined what file types I needed to output it was a fairly straight forward process of compiling ffmpeg with the proper codec libraries, then write a custom script specific to our …

Continue reading »

Permanent link to this article: http://www.palmbeachdigitaldesign.com/dev/using-ffmpeg-to-convert-videos-to-html5-formats/

Converting DVDs for the Web

Having years of experience in video production, consumer video service and operating video streaming service for American Football Monthly, I am now working on a project that I realized remembering some of these details and where I wrote them down was a problem. The problem lends me to write down some notes on converting DVDs …

Continue reading »

Permanent link to this article: http://www.palmbeachdigitaldesign.com/dev/converting-dvds-for-the-web/

YouTube Feed a Plugin for WordPress by Palm Beach Digital Design

=== YouTube® Channel Feed ===

Download Zip

 

[yt_list_videos]

 

 

Contributors: mtphotographer Donate link: http://www.palmbeachdigitaldesign.com/plugin-support.php Tags: youtube®, you tube, embed videos, list youtube videos,you tube player, youtube feed Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: /trunk/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Creates a list of videos from a …

Continue reading »

Permanent link to this article: http://www.palmbeachdigitaldesign.com/dev/youtube-feed-plugin-for-wordpress-by-palm-beach-digital-design/

New Web Site for Smart Home America

WHAT DOES SMART HOME AMERICA DO?

Hosts technical trainings and provides literature for housing and insurance industry professionals, which will allow them to better assist their clients and residents with building and retrofitting to the FORTIFIED standard

Educates legislators, elected officials and county and municipal employees on the benefits of stronger, more resilient …

Continue reading »

Permanent link to this article: http://www.palmbeachdigitaldesign.com/dev/smart-home-america-new-web-site/

Older posts «

» Newer posts