Avidemux Forum

Avidemux => MacOSX => Topic started by: JM on July 06, 2013, 02:01:51 PM

Title: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: JM on July 06, 2013, 02:01:51 PM
I own a Hauppauge tuner and the software "The Tube". Unfortunately uses The Tube a proprietary format. It is an MPEG-2 format. I could get it out (you find the program in the attachment). But the result is poor: there are now and then flickers in the video and no sound. Maybe there is somebody in the avidemux forum, who would like to participate this project.

Thanks
Jürg Müller
Title: Re: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: JM on July 16, 2013, 09:05:45 AM
Hi again

The result is now very much better: I get the video without flickers and the audio either in mp2 or PCM format. Please get the new attachment and give me a response.

Thanks
Jürg Müller
Title: Re: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: mean on July 16, 2013, 09:41:15 AM
Do you have some sample file + spec of the format ?
Title: Re: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: JM on July 21, 2013, 08:25:46 AM
TVMConverter.zip contains 3 examples. The Link is

  my.rapidshare.com/juemue/3322

TVMconverter.cpp discribes the format of a TVM file.
Title: Re: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: JM on July 24, 2013, 10:44:56 AM
The instruction

      ffmpeg -f mpegvideo  -i Media.mpg -i Media.mp2 -qscale:v 5  Media.ts

generates Media.ts which can be read by avidemux. (Media.mpg and Media.mp2 are results of TVMconverter.)

Is there a possibility to tell the demuxer of avidemux that the format is "mpegvideo"?
Title: Re: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: mean on July 24, 2013, 12:45:27 PM
havent look at it yet
Title: Re: I ask for participation: convert tvm (ttrec) files (generated by The Tube)
Post by: JM on February 21, 2014, 01:50:42 PM
The new attachment ("TVMconverter.cpp.zip") is actually a TVM demultiplexer. It generates video and audio streams.

In the hope, there is anybody who can use the demuxer and give me a feedback.  ;)