Sign Up   Sign In

Join the community!
Sign in now with your Facebook account.
ForumsTechnicalThread
Forum
Advanced Search
Filter     |   View Watchlist
[ Print Friendly ] [ Watch Thread ]


Locked: h.264 video converter [ 1 ]
damnclem
damnclem
Horse Racist
#1   Posted 7 months ago
    [ Reply ]   [ Quote ]
I'm trying to find a way to convert h.264 video files to avi so one of our instructors can edit them in windows movie maker. I'd prefer an open source program if possible.

The thing is, I've tried the ones that I found through google and they aren't working for me, and the only other way I've found involves using a half dozen programs and codecs to accomplish a straight video conversion. It's far too complicated for our non technical minded staff to handle at home on their own.

Anybody?
KWierso
KWierso
New Stuff
#2   Posted 7 months ago
    [ Reply ]   [ Quote ]
In reply to damnclem, #1:

VLC?
RocketWhore is online
RocketWhore
House Huntin
#3   Posted 7 months ago
+ 5 Zing!     [ Reply ]   [ Quote ]
In reply to damnclem, #1:

It's not helpful at all, but tell the instructors to upgrade to a decent editing program
damnclem
damnclem
Horse Racist
#4   Posted 7 months ago
    [ Reply ]   [ Quote ]
In reply to KWierso, #2:

I'm pretty sure the instructor won't be able to use this. It's a bit complicated for me, and I actually know what I'm doing.
damnclem
damnclem
Horse Racist
#5   Posted 7 months ago
    [ Reply ]   [ Quote ]
In reply to RocketWhore, #3:

They just need to do a voice-over on a video. Otherwise I would.
LBCountry
LBCountry
Debearded
FORUM MOD
#6   Posted 7 months ago
+ 3 Cool     [ Reply ]   [ Quote ]
Super is free and converts to just about any codec that's come around in the past 20 years.

Also, your teachers need to start using something better than WMM, it's the laughing stock of video editing.
damnclem
damnclem
Horse Racist
#7   Posted 7 months ago
    [ Reply ]   [ Quote ]
In reply to LBCountry, #6:

They're idiots and WMM is idiot proof.

Thanks!
damnclem
damnclem
Horse Racist
#8   Posted 7 months ago
    [ Reply ]   [ Quote ]
Dan, you can lock this topic whenever you feel like it. I've got an answer.
NotABluetard
NotABluetard
Forza 3
#9   Posted 7 months ago
    [ Reply ]   [ Quote ]
In reply to LBCountry, #6:

I'm glad to see I'm not the only one who recommends SUPER.

SUPER is the best.
LBCountry
LBCountry
Debearded
FORUM MOD
#10   Posted 7 months ago
+ 1 Cool     [ Reply ]   [ Quote ]
I should actually mention that Super, at last check, can't import AVCHD files (.ts or .m2ts, blu-ray formats). If you've got a .m2ts or .ts file, use avisynth with either super or Virtual Dub to get an AVI.

Example script for AVIsynth:

DirectShowSource("2008_8etc_etc_filename_and_location_here.TS", fps=59.94, pixel_type="RGB24")


For the fps portion put whatever frames per second the source video is. Once you've installed AVIsynth, save the above line of code (entered in something like notepad) as a .avs file. It should be openable in programs like VDub and Super.
[ 1 ]