Welcome, Guest. Please login or register.
May 22, 2012, 03:19:26 AM


Author Topic: Help! Normally do not use video feature...  (Read 238 times)

Offline justdrawinglines

  • Full Member
  • *
  • Posts: 58
Help! Normally do not use video feature...
« on: January 16, 2012, 03:13:21 PM »
Hi, folks.

So I need to film my banjo practice (yes, banjo...), and then upload to a website for critique.  They MOVs cannot be more than 50mb.  What settings should I be using to get files this small?  Typically, one clip can last at long as 3 minutes...

Suggestions are much appreciated!
Sh*t or get off the pot!

Offline bgray

  • Sr. Contributor
  • *
  • Posts: 940
    • Edison Pen Co
Re: Help! Normally do not use video feature...
« Reply #1 on: January 16, 2012, 03:23:16 PM »
I would go ahead and make the video with the full HD settings on your T2i.

Then whatever software that you're going to export it with will most likely allow compression of the file.

I use Aperture 3, iPhoto, or Quicktime....they all allow this.  Check whatever software you will use to view the video.
5Dii, T2i, 17-40L, 28mm 1.8, 50mm 1.8, 85mm 1.8, 70-300mm 4-5.6, 580EX  http://briangrayphotography.blogspot.com/

Offline justdrawinglines

  • Full Member
  • *
  • Posts: 58
Re: Help! Normally do not use video feature...
« Reply #2 on: January 16, 2012, 03:30:14 PM »
Thank you!

Not sure what program to use... perhaps whatever comes with Windows Live?  I'm around for some basic free software now.
Sh*t or get off the pot!

Offline AndyCivil

  • Moderator
  • *
  • Posts: 1042
Re: Help! Normally do not use video feature...
« Reply #3 on: January 16, 2012, 04:12:26 PM »
I'm around for some basic free software now.
The best free software is FFmpeg, if you're not afraid of a command line. Assuming you're on Windows, download and install the FFmpeg "windows binary" which doesn't require you to compile it ;-)

Make sure you know where the 'presets' folder is (it contains a range of configuration files that set parameters to standard profiles automatically), where the FFmpeg program is, where your input file is, and where you want to put your output file.

Then create a batch file according to this pattern:

set FFMPEG_DATADIR=C:\FFmpeg\presets
c:\ffmpeg\ffmpeg -i "E:\LR\2012\2012-01-12\MVI_2802.MOV" -an -vcodec libx264 -vpre slow -vf scale=1280:720 -b 5000k -qmin 35 -qmax 40 -aspect 16:9 -threads 0 -g 25 -f mp4 -r 30 -y "E:\LR\2012\2012-01-12\MVI_2802-shrunk.MP4"


Those parameters shrank my 52Mb video file to 2.6Mb so it's pretty aggressive. Let me know if you try this, but want to tweak the compression.

Offline 1074

  • Sr. Contributor
  • *
  • Posts: 1553
    • www.bryancantwellphotography.com
Re: Help! Normally do not use video feature...
« Reply #4 on: January 16, 2012, 05:19:07 PM »
And if Andy's answer scares you more than just a little, you can use MPEG Streamclip, which will allow you to limit the file size of your output as well.
I'm awesome on the Internet!
www.bryancantwellphotography.com

Offline AndyWear

  • Full Member
  • *
  • Posts: 125
Re: Help! Normally do not use video feature...
« Reply #5 on: January 16, 2012, 10:00:01 PM »
I'm not sure if I'm on pro or normal quicktime, but its what I use to make files extremely tiny and still have tons of quality.

Download quicktime player,

-Open your file in quicktime
-file
-Export
-Export option
-Play around with the settings.

This will shrink your files down to a fraction of a size.  Its great!

Offline justdrawinglines

  • Full Member
  • *
  • Posts: 58
Re: Help! Normally do not use video feature...
« Reply #6 on: January 17, 2012, 01:28:29 PM »
Thanks, folks!  You guys are awesome as usual!

For your trouble, here's another question:

I have a Photive IR remote.  How the heck do you get it to work with the video feature?  It seems to only want to trip the shutter for stills...  Am I not able to use it to start/stop the video function?

K
Sh*t or get off the pot!