Log in

View Full Version : Serving other Fileformat than AVI


PeeZ
25th October 2005, 13:29
I need a "Frameserver" just to put some binary Files (_not_ AVI-Format) together and output them without any changes except being joined.

For Example: I have the DVB raw transport stream files ts1.bin and ts2.bin

No I write an avs-script (script.avs):
MyTSFilesInput("ts1.bin")+MyTSFilesInput("ts2.bin")

Now I open the script.avs and get the two Files joined. In the same Dataformat as the Input was.

Wilbert
25th October 2005, 14:27
Can you open them in DGIndex?

PeeZ
26th October 2005, 07:11
Yes I can (just tested). But dgindex extracts just one PID from the Transportstream and I need to have it raw as it is.

Wilbert
26th October 2005, 09:29
Ah, i got what you mean. I didn't read your post very well. You can't do this with AviSynth, because video (and audio) gets always decompressed. I'm not sure how to concatenate them. Perhaps you should try in the hdtv forum.

f@chance
26th October 2005, 17:00
Perhaps you should try in the hdtv forum.
Where would that be or am I missing the obvious?

Pookie
27th October 2005, 03:06
If I understand the request correctly, I believe ProjectX might do that. Try the compiled version of ProjectX so you won't have to install Java. I know it will combine files and convert to PVA, MPEG2-TS and MPEG2-PS. I can't recall if it will do the same to DVB. Look for it a few posts down.