Log in

View Full Version : tsMuxer dont recognize the video stream. audio only.


anuswara
4th January 2011, 03:22
Hi and happy new year!

I can playback this file in VLC player without problems.

http://www.mediafire.com/file/az7m4d7don2z74l/data0001.ts


but... if I load this file TS into tsMuxer I get:

MUXOPT --no-pcr-on-video-pid --new-audio-pes --demux --vbr --vbv-len=500
A_MP3, "C:\Users\admin\Desktop\TELEQUATTRO-01032011-1955.pvr\data0001.ts", timeshift=-164ms, track=34, lang=ita


i.e. tsMuxer recognizes the audio only!?!

why it dont recognize the video mpeg2 for demux? this is for me very strange....

can you please help me to get the video too into tsmuxer? or there are other sw for demux-remux?

thanks a lot!

________________________________
here the file's analysis:

[perhaps the only "strange thing" I can see is => see please ////*****)




ID : 33 (0x21)
ID menù : 1 (0x1)
Formato : MPEG Video
Versione del formato : Version 2
Profilo del formato : Main@Main
Impostazioni del formato, BVOP : Si
Impostazioni del formato, Matrix : Predefinito
Format_Settings_GOP : M=3, N=12
Codec ID : 2
Durata : 42s 520ms
Modalità : Costante
BitRate : 5 400 Kbps
Larghezza : 704 pixel
Altezza : 576 pixel
AspectRatio : 4:3
FrameRate : 25,000 fps
Standard : PAL
ColorSpace : YUV
ChromaSubsampling : 4:2:0
BitDepth/String : 8 bits
Tipo di scansione : Interlacciato
Ordine di scansione : Top Field First
Bit/(Pixel*Frame) : 0.533
Dimensione della traccia : 28,0 Mb (64%)



ID : 34 (0x22)
ID menù : 1 (0x1)
Formato : MPEG Audio
Versione del formato : Version 1
Profilo del formato : Layer 2
Format_Settings_ModeExtension : Intensity Stereo + MS Stereo ////******)

Codec ID : 3
Durata : 1min 1s
Modalità : Costante
BitRate : 192 Kbps
Canali : 2 canali
SamplingRate : 48,0 KHz
Ritardo video : -276ms
Dimensione della traccia : 1,41 Mb (3%)
Lingua : Italiano
Lingua, informazioni aggiuntive : Clean effects ////******)

poisondeathray
4th January 2011, 04:59
you can use eac3to

e.g

eac3to input.ts -demux

it detected many errors & discontinunities in your stream, and attempted to fix some gaps


or ffmpeg

e.g.
for video
ffmpeg -i input.ts -vcodec copy -an output.m2v

for audio
ffmpeg -i input.ts -vn -acodec copy output.mp2

anuswara
5th January 2011, 14:58
Thank you poisondeathray!
this eac3to is wonderfull!!!

yes, this stream was a little damaged. I have recorded it from a very little portable antenna. but it works fine.

with the process you have me suggested all my files work fine now!

TS mpeg4-avc and TS mpeg2 with ita only, or ita+eng or ita+oth. now all files are in sync without setting the audio delay in tsmuxer.

I followed this process:

1. eac3to: demux the source file.
2. audacity: mp2 to ac3.
3. add m2v (or .264) + ac3 into tsmuxergui (without have to set the delay analized by Mediainfo. super!)
4. I get a m2ts file.
5. process it in multiavchd (start, avchd strict! without menu)
6. burn udf.

very fine and...in sync!

eac3to seems to be mutch better than tsmuxer for demux:
I can load files with errors too, only ONE process for each dvb-t channel I want to record, simply ignore the audio delay, I dont have to remux for the second time the m2ts file adding the delay (bug in tsmuxer?), it can demux good even if tsmuxer can recognize the audio only, accept TS files with duration < 30 seconds...

thanks thanks you have helped me very very good!