Hi
I'm having great difficulty in converting a .h264 file to AVI. I've already tried Super (didn't work) and AVCTOAVI can't seem to run on my computer. Is there any other software that can do this besides the 2 that I mentioned?
Thanks!
+ Reply to Thread
Results 1 to 8 of 8
-
-
Is avc2avi giving you an error? Are you trying to double click the avc2avi.exe? It is a command line program that must be run from the command prompt.
Open a command prompt.
type this
C:\ Path to\avc2avi.exe -i C:\Path to\input.h264 -f 23.976 -o C:\Path to\output.avi.
edit- added option to set output fps. Change 23.976 to whatever fps your source h264 file is. Without this option the default settings will output a 25fps avi.Donadagohvi (Cherokee for "Until we meet again") -
Originally Posted by Shadowofthedarkgod
also avc2avi and super do completely different things.
and is it an elementary stream you are working with?
perhaps you should be more specific about your goal,
as well as more specific about how the methods you've used failed.
other than that,
if the plan is to recode,
using avisynth with directshowsource(), [or AVCsource() with DGAVCDecode if it's elementary]
and pretty much any encoder you please,
is the way to go.
tripp -
Really. I didn't know that. Good info to know. What is it?
I wrote my own simple little gui just for my own personal use but I never released it.Donadagohvi (Cherokee for "Until we meet again") -
Thanks tripp. I will check that out next time I'm booted into windows. Running ubuntu right now.
Donadagohvi (Cherokee for "Until we meet again") -
Would be nice to know what container it may be using > gspot helps
Avidemux > open file
Warning = use safe mode or it'll come out like crap
Audio > copy
Calc > check bitrate for file size required
Video > compressor > xvid > enter for single pass bitrate > enter number from calc
Save as new file > name.avi (must add the file extension)
Wait till completed
Note: You can also use this method to sample, prior to running the entire file process
Similar Threads
-
How to Convert h264.MP4 to avi?
By skorpinok in forum Video ConversionReplies: 20Last Post: 22nd Oct 2015, 07:31 -
Need to convert h264 avi to mp4 without reencoding, help?
By chupacabra24 in forum Video ConversionReplies: 2Last Post: 30th Oct 2011, 12:02 -
Convert H264 to AVI (PicVideo codec)
By dandaka in forum Video ConversionReplies: 2Last Post: 3rd Nov 2010, 03:15 -
How do I convert H264 to Xvid-Avi with WinFF?
By KneeRow in forum User guidesReplies: 7Last Post: 21st Sep 2010, 19:04 -
How to convert .h264 to .avi
By yonyz in forum Newbie / General discussionsReplies: 2Last Post: 4th Mar 2009, 15:48