PDA

View Full Version : tmpgenc encoding problem


mces97
December 26th, 2006, 05:57 PM
I am trying to convert a .ts that uses h.264 as the codec. I created an avisynth script for it and able able to load it. The problem I get is when converting it the audio and video are always out of sync, no matter which framterate I choose. The .ts stats say it is 29fps 1080i. However when watching the video the fps states around 23-24, so I believe the framerate 23.976 with a pulldown for NTSC video. Am I doing something wrong that is makign the audio and video go out of sync. I thought in tmpgenc whatever framterate you choose it keeps the same timecode. Any help would be great. Thank you

Billy_Black
December 26th, 2006, 07:39 PM
Maybe try another approach.

This program converts HDTV MPEG2 tansport stream files to standard MPEG2 video
files playable (mostly) by media player, many software DVD player programs, and
readable by video converter programs like FlaskMPEG and Vidomi.

ATSC MPEG2 transport stream files are the raw data sent to your Digital television
from the broadcaster, and contain multiple mpeg video and audio streams which can
be tuned by your digital tuner. These streams differ from standard MPEG2 files in
that they encapsulate the standard MPEG2 stream data in small 188 byte packets that
are easy to transmit and decode.

HDTVtoMPEG2 simply processes the .TS transport stream files, extracting the data
from each of these 188 byte packets, and reconstructing a standard MPEG2 file from
them.

http://www.midwinter.com/~bcooley/

mces97
December 27th, 2006, 12:42 AM
Yes I could use that program if the .TS was encoded in mpeg-2, but its using h.264. HDTVtoMPEG2 won't work. Thanks for trying though

Billy_Black
December 27th, 2006, 08:06 AM
Maybe some help here:

http://forum.doom9.org/forumdisplay.php?f=77