Hello,
I'm having a hard time converting a H.264 AVC video file to a MPEG2 video.
I tried many programms such as multiAVCHD , avidemux, corel video studio 10, mpeg video wizard and dvdflick and with all of them I had bad results.
The audio is not synch and/or the video hasn't the bitrate (too low) I wanted/configured
The only good results were with The Film Machine. The converting progress went fine but before the dvd authoring and vob creation started, it shut down. I checked out the files it created and it was a
TFM_Enc_Video1.mpv and a TFM_Encoded1_Audio1.ac3.
I thought "great" let's just add those to DVDlab and author the DVD. But what do I see? the video runs 1:29:14 and the audio 1:29:19. The the results were not synch as I thought.
I don't know why film machine created 2 diffrent lenght but since those are temporary files it could be that something wasn't encoded right. The avc is synch by the way...
I really need a good working step by step tuturial how to convert a H.264 AVC encoded mp4 file to a DVD9 with an average bitrate of 8500 without lossing much quality.
thanks in advance for all your help
http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC
+ Reply to Thread
Results 1 to 9 of 9
-
-
I would try avstodvd and freemake video converter and convertxtodvd(trial).
-
-
Use AviSynth + FFMS + HCEnc, reencode videotrack, mux with original audio track.
Sorry for DGDecode
http://code.google.com/p/ffmpegsource/Last edited by pandy; 2nd Jul 2011 at 08:39. Reason: improper tool suggestion
-
thanks
but I have no idea how to use those programms converting my avc file.
Is there a guide anywhere? I couldn't find one
thanks -
start notepad
create txt file with extension avs:
FFmpegSource2("Friday 7.avi").KillAudio()
put file in directory with your movie
run HCEncGui, load txt file with avs extension, run encoder -
OK, but You need download, unpack and put some files in AviSynth Plugins directory - FFMS it is a plugin for AviSynth.
http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms2-r473.7z
use 7-zip to unpack http://www.7-zip.org/
all those files:
FFMS2.avsi
ffms2.dll
ffmsindex.exe
must be copied to the AviSynth Plugins directory (usually it is C:\Program Files\AviSynth 2.5\plugins)
After some time i realize that maybe Avanti + ffmpeg will be easier for You
https://www.videohelp.com/tools/Avanti
https://www.videohelp.com/tools/ffmpegLast edited by pandy; 4th Jul 2011 at 09:07.
-
Similar Threads
-
Why should get a delay when converting H.264/MPEG-4 AVC?
By Leo99 in forum Video ConversionReplies: 31Last Post: 16th Apr 2012, 13:40 -
AVC vs H.264...
By agent154 in forum Video ConversionReplies: 1Last Post: 8th Apr 2012, 02:30 -
Empty audio files when converting MPEG2 with h.264 mencoder or h.264 x264
By doctormelodious in forum ffmpegX general discussionReplies: 3Last Post: 4th Jul 2010, 08:12 -
Anyone Have Experience Converting MPEG2 to H.264 with an ATI Avivo Card?
By drstew in forum Video ConversionReplies: 3Last Post: 24th Jun 2010, 10:00 -
Converting H.264/MPEG-4 AVC to DVD
By KiteFlyer in forum Video ConversionReplies: 1Last Post: 23rd Jan 2009, 13:36