PDA

View Full Version : .ts h264 to .mp4 ?


ficofico
10th March 2007, 13:07
It's possible to encode ts h264 file's ( dvbsource) with megui or with other encoders? I've tried different programs but still doesn't work.

Altaria
10th March 2007, 13:48
try Projext X
to demultiplex the hdtv stream

tomos
16th March 2007, 16:13
yep, as above, try project x, or xport to get a raw stream and maybe try dgavc to place it in an avs scipt

Selur
16th March 2007, 17:03
extracting streams with:
mencoder.exe "path to Infile.ts" -of rawvideo -ovc copy -oac copy -noskip -o "path to VideoOutfile.264"and
mencoder.exe "path to Infile.ts" -of rawaudio -ovc copy -oac copy -noskip -o "path toAudioOutfile.ac3"
then opening the video with Avisynth&DGAVCDec and feeding the avs to MeGui works fine here.

Cu Selur

ficofico
16th March 2007, 18:58
Very thanks, but my rec are paff!!!!!!!! :devil:

http://ficofico.interfree.it/errore.JPG
Now?:helpful:

Selur
16th March 2007, 20:04
Avisynthscript with:
DirectShowSource("path to the ts file", fps=25, audio=false)
TDeint()

ficofico
16th March 2007, 20:51
Doesn't work. Megui finish to endode well, but the result is a gray video with some flash of the encoded video . I've seen the video with vlc, media player classic, media player, dvbviewer, powerdvd7.:thanks:

Selur
16th March 2007, 20:55
about the grey frames, see:
http://forum.doom9.org/showthread.php?t=118715

ficofico
16th March 2007, 21:06
http://ficofico.interfree.it/images.jpg

Great, I've encoded with the less quality possible and the result is very very very..... BAD!!!!!!!!!!!! But It WORK!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thank you!!!

Now I try with insane quality 3000 bitrate!!

Selur
17th March 2007, 08:41
Nice, once DGAVCDec supports interlaced, you should switch to that. ;)