To the one who can to answer my simple, but special question:
I have a file with a still picture and like to create a short transport stream. The bandwidth should be moderate.
This elementary stream will be muxed and broadcasted into a DVB cable network. The result is that a cable TV can receive this still picture like a TV channel.
In addition to the picture we broadcast a DSM-CC data carousel.
--> I have: PNG, JPG, TIFF or formats like this
<-- I want: transport stream / elementary stream to be muxed into a DVB TS carousel.
How can I generate such TS?
Which formats do I need for the picture?
Which tools do I need to generate the TS?
Thanks four your help.
Candy
+ Reply to Thread
Results 1 to 5 of 5
-
-
I don't know of any programs that will output a TS file directly but you can use any MPEG 2 encoder to create an MPG or M2V file and then use TsMuxer to mux the video into a TS file. Attached is an example of a JPG image opened with an AviSynth script, encoded to MPEG 2 with HcEnc, then remuxed into TS (720x576, 25 fps, ~1250 kbps).
-
You could also use TMPGEnc (or similar) to create an "MPEG Stil" which is an I-frame only MPEG that lasts a longer duration (whether 1 sec, indefinite/hold, or the length of accompanying audio). I've done many of these muxed into an MPEG1 system stream or an MPEG2 program stream, so it shouldn't be any problem with an MPEG2 Transport stream (nor an MP4).
Scott
Similar Threads
-
Quick way to merge a Cover picture(preview picture) in a video-file
By arty1 in forum Video ConversionReplies: 0Last Post: 6th Mar 2012, 01:06 -
mp4 to flv file I only get sound through the web browser but no picture?
By robbg in forum ffmpegX general discussionReplies: 2Last Post: 21st Mar 2010, 11:04 -
Combining a single picture with an mp3 to create video file
By mark1111 in forum Newbie / General discussionsReplies: 2Last Post: 7th May 2009, 04:13 -
Video has sound but no picture from encoded avi file. What's wrong?
By Ivor Bigone in forum Video ConversionReplies: 4Last Post: 30th Jun 2008, 10:01 -
AVI file picture jitters in stand alone dvd player
By pattirose in forum Software PlayingReplies: 4Last Post: 22nd Jan 2008, 14:23