I've been searching for the answers to a couple of video related questions and I just can't find them, so I'm hoping someone here might be able to help.
1. I tried uploading MOV files to Zenphoto and they all default to 640px wide in the <object> code. The movies are not 640px wide. Can I fix this?
2. I tried using flowplayer, flowplayer3 and flvplayer with a mp4 file I encoded. It wouldn't display. I also got the message to "get flash" when enabling flowplayer or flvplayer. I have flash. Is this a problem with my mp4 encoding? I tried a bunch of different settings — can someone point me to settings that work?
If someone can answer question #1, I don't care about question #2.
Thanks a lot!
Comments
2. You also need to enable the class-video plugin. This is needed to get multimedia support in general. Without more details I can't say whay the players do not load.
I use Sorenson Squeeze to encode, super fast and good quality.
And I do agree with Malte on the point that not everyone has quick time, but as far as I know 97% of internet users have flash.
I did have class-video and either flowplayer/flowplayer3/flvplayer turned on when I was trying to get the mp4 files to work. Sorry for not mentioning that.
I will give 1.2.7 a try — maybe that will solve all my problems.
Regarding mp4s the players are sometimes a little picky about the encoding details. But that should cause the video not to load not the player itself.
My big problem was my custom theme that hooks into my Wordpress install. If you're using a Wordpress header, you need to make sure that you have this line in your Wordpress header.php file:
`<?php if (function_exists('zenJavascript')) zenJavascript(); ?>`
As far as video encoding goes, I tried FLV but I couldn't get the files to come out looking very good. I ended up having really good results on my Mac by doing the following:
1. Output the video files at high resolution from [insert fancy program here — I was using After Effects] as MOV files.
2. "Export" the files using Quicktime Pro to scale down the files to the correct size but leave the files as a MOV files — I did not have good luck using Quicktime Pro to make mp4s. QP seemed to wash out the color from the files.
3. Open the exported files in Handbrake and set the video settings to h.264, 700kbps, 2-pass encoding, turbo first pass.
This gave me really small, beautiful looking files. I hope this helps someone else.
EDIT: Oh, and when you change the preferences for the flowplayer3 video size, make sure you add 25px to the height to account for the video player control bar.