Hi!
I use Dvbviewer recordingservice for record my sat tv in TS format. I want trascoding in h264 on the fly. For now i use mencoder but the problem is that i must put a delay that depends from the lenght of show, because my computer PhenonII X3 is capable of 37 f/s the show in Italy is 25 f/s so after few second the trascoding arrive to the end of show and stop it. All the process in automated from Dirmon2. i don't use the Tv in mencoder but the file that recordingervice is recording to hard disk, because for set recording i want use webservice.
I want know if is possible put a "buffer" in mencoder that allows remove delay.
Here there is my bat file.
Thanks!
SET mencoderpath="C:\Users\HTPC\Desktop\CREA X264 FILE\Mencoder\mencoder.exe"
SET mkvmergepath="C:\Users\HTPC\Desktop\CREA X264 FILE\MKVtoolnix\mkvmerge.exe"
SET infile=%1
SET secondi=120
SET outdir="E:\REGISTRAZIONI SATELLITE\
TOGLIE APICI
SET nomeinfile=%~n1
Delay of 1 Hour
ping -n 3601 127.0.0.1 >NUL
%mencoderpath% %infile% -ovc x264 -x264encopts crf=20:threads=auto -oac copy -o %outdir%%nomeinfile%.avi"
ping 127.0.0.1 -n %secondi% -w 1000 > nul
%mkvmergepath% -o %outdir%%nomeinfile%.mkv" %outdir%%nomeinfile%.avi"
ping 127.0.0.1 -n %secondi% -w 1000 > nul
DEL %outdir%%nomeinfile%.avi"
ping 127.0.0.1 -n %secondi% -w 1000 > nul
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
On the fly software AC3 encoding
By djdynamite123 in forum AudioReplies: 12Last Post: 24th Jul 2011, 16:35 -
Cable tv shows through when I watch satellite
By szalaikornel in forum DVB / IPTVReplies: 0Last Post: 19th Feb 2009, 15:09 -
Encoding Satellite Recordings
By madmillington in forum Video ConversionReplies: 3Last Post: 2nd Jan 2009, 18:45 -
On the fly versus MPEG encoding
By moorthy in forum Capturing and VCRReplies: 9Last Post: 26th Jun 2007, 12:18 -
How to capture video from satellite receiver's DVR two shows at a time?
By theinv in forum Capturing and VCRReplies: 7Last Post: 16th May 2007, 10:23