Posts Tagged video

Drupal Fun: Auto generating playlist thumbnails from videos

Another exciting hurdle crossed in the Drupal world!  I’ve recently installed the Mediafront module to drupal so that I can have dynamic video playlists for specific users based on content being uploaded in their name.  It took a tiny bit of fiddling to get it all setup in views, nothing worth mentioning here that’s not mentioned all of drupal.org, but the real fun came from the need to have the thumbnails that appear in the playlist section of the player be automatically generated.   You see right now the only way to get your video playlist to have thumbs in it is to upload them manually and attach them to the video node they are associated with.  Pffffftttt I say to that!  This manual stuff is for the birds and doing things by hand sure as hell isn’t what I signed up for so we need to make a better way.

Introducing Media Mover!

If you don’t know what Media Mover is then you’re missing out.  This module is probably one of the most badass ones around depending on what you are using drupal for.  In this current situation it’s going to be our saving grace!  So I’m assuming that by this point you have your video content type setup, you are uploading videos just fine and they are showing up equally well in your Mediafront playlist as per your custom view that you’ve created to display them.

What you need to do now is to open up your video content type and manage the fields.  You are going to need to add a new file field with an image widget selected from the drop down list.  Call it thumbnail or something along those lines and add it into the mix.

Now you are going to need to download ffmpeg_wrapper and media mover and install all of the relevant modules.  Oh  I am also assuming that you have image cache enabled and all setup(who doesnt?) After this you need to go into media mover and create a new configuration which is going to automatically extra a thumbnail from our video and then put that in the thumbnail CCK field you would have created as per the instructions at the end of the previous paragraph, aka: Media Mover CCK module: Save data in a CCK field.  Choosing the thumbnail cck field to save it as.  I made the mistake here the first time of attaching my thumb to the node but that doesn’t work, it needs to go into that cck field that you created.

You can completely bypass the ‘complete’ operation of media mover as it’s done everything you need it to do and that’s it!  You should be able to run it and have it pull up any stray files that already haven’t been taken care of… You kmight want to go into display fields and hide the thumbnail field so it doesn’t show up when people go to the node.

Tags: , , , , , ,

Drupal fun: “This video is currently being processed. Please wait.”

I’m pretty certain that I encountered this problem with a previous drupal setup but just forgot to document it so that’s what I’m doing right now for the next CMS I setup.  Everything was working fine with this new setup(after 48 manhours of troubleshooting of course) until I got to this video issue.  couldn’t resolve it for the life of me so I just went and looked through every video related setting on my other drupal CMS and checked them with the default settings.  Well it definitely appeared like I ran into this before and in the end found no work around to it at all so I had to completely disable video conversions.  Not a major big deal as ffmpeg makes video conversions a snatch from the linux cli but still a bug with no real work around.  Sooo if you’re encountering this and you can’t find a solution here’s what you do.  Go into your video content type and configure the video/file field that you would have created.  In the Video Advanced Settings there is a little checkbox for ‘Enable video conversions’.  Make sure that is unchecked and then your videos that are being converted will pop up.

Again, not a work around but at least you can upload and play videos to your site.

Tags: , , , ,

Brand spanking new preview of Windows 8

Windows 8 is being touted as a serious game changer and for Microsoft this definitely looks to be true.  For Microsoft.  this isn’t a game changer in terms of UI innovation it just seems to be an attempt to catch up to Steve Jobs and the innovations Apple’s made in UI, which no doubt was ripped off and improved from somewhere else and so on and so on.  It’s an interesting concept for sure and looks like M$ is position itself for the day when the vast majority of devices are tablet-esque in nature(be it yuor fridge, an actual tablet, your phone, etc etc).

eYouTube Preview Image

Tags: , , , ,

Problems with Drupal Video Module

Well we just started uploading videos to a new Drupal installation and I was greeted by lovely 200 error messages that went something like this:

200 Stream not found, NetStream.Play.StreamNotFound, clip:

I started doing a little investigating and noticed that when I went to my video admin transcoder setting page I was greeted by a blank white page, which means of course that there are php errors being logged somewhere :)   Checking into that domain’s error logs popped up a bunch of this:

PHP Fatal error:  Declaration of video_ffmpeg_wrapper::convert_video() must be compatible with that of transcoder_interface::convert_video()

 

I first realized that ffmpeg wasn’t installed, neither was flvtools2 so I quickly went and installed those, well quickly in relation to how long it takes to install ffmpeg, but the problem still persisted..  I ended up fixing this by unloading the Video module, uninstalling it, deleting the Video directory in /modules/ , grabbing the latest version and reinstalling it.

Works now, happy dance time!

Tags: , , , , ,

Some Great 3D Studio Max tutorials

A friend put out the please for 3D studio Tutorials and Resources today so I’m answering that call:

http://www.3d-palace.com/forum/tutorials/category/autodesk-3ds-max/ – I can’t even describe how valuable this site was when I started learning Max.  There is a broad swatch of video tutorials for all levels of expertise

http://www.cgarena.com/freestuff/tutorials/tutorials.html – Great tut sets, a lot on lighting and mentalray

http://www.noupe.com/tutorial/25-3d-studio-max-best-of-tutorials-resources.html – 25 great tutorials dealing with some a broad variety of techniques.

http://cg-india.com/tutorials/3dsmax_adv.html – Advanced Illumination Tutorial

http://www.max-realms.com/modules/mylinks/viewcat.php?cid=4 – all of the advanced max tutorials you can shake a stick at.

Tags: , , , , ,

Starcraft Single Player Gameplay

Just caught the first video of the single player campaign in detail and oooh mama that gets me hot in the pants.

YouTube Preview Image

Tags: , ,

Starcraft 2 Battle Report #3

Just watched the latest Battle Report for Starcraft 2 and man this game is looking impressive. I can see the hours of my life already being sucked away

Tags: , , , , ,

Did you know?

My father sent me this video today and while most of the stuff you take for granted there is something powerful seeing it all at once and having it strike home just where we are going and at what speed.  Karl Finche and colleagues put this study together to show just where are world is, how fast it got here and where it is going.  Plus it has a wicked Fat Boy Slim song in the background so you just can’t go wrong

YouTube Preview Image

I believe you can find more videos similar to this titled ‘Shift Happens’

Tags: , , , , , , ,

Page optimized by WP Minify WordPress Plugin