I ask for participation: convert tvm (ttrec) files (generated by The Tube)

Started by JM, July 06, 2013, 02:01:51 PM

Previous topic - Next topic

JM

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

JM

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

mean


JM


JM

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"?

mean


JM

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.  ;)