parslej Posted April 8, 2012 Posted April 8, 2012 Looking way to automatically convert recorded ts file to divix after recording ends Any tips how to automate that / what conversion tool use ? Currently using Format Factory but need to do conversion manually Thanks in advance !
majstang Posted April 8, 2012 Posted April 8, 2012 Yes, it's possible with a script launched as an after recording task. Let me say you have many obstacles to overcome doing this, but to make things easier to get started you could study my script here: http://www.DVBViewer.tv/forum/topic/44842-automatic-commercial-removal-script/ Find a converter with command line support and start cracking
parslej Posted April 10, 2012 Author Posted April 10, 2012 Thanks a lot will try this! Btw what kind of obstacles you meant ?
janip Posted April 10, 2012 Posted April 10, 2012 Thanks a lot will try this! Btw what kind of obstacles you meant ? All audiotracs, all different subbtitles, right aspectratio when it change middle of recordings... There is so many things what you have to look, if you want good server system. And comskip adjust is one big thing... This is last programs what we use, and we test many, many different combinations. comskip + projectx + mplex + handbrake
majstang Posted April 10, 2012 Posted April 10, 2012 All audiotracs, all different subbtitles, right aspectratio when it change middle of recordings... There is so many things what you have to look, if you want good server system. And comskip adjust is one big thing... Btw what kind of obstacles you meant ? Yeah, Janip has it right...it's a djungle! There is also the RS side of it. RS can be a quite a "bitch" when it comes to using it with scripts. - Launching converter applications with visible userinterface from RS (which is a service application) is problematic (after recording task will stall). Hence the tip to use command line and hide the window. - RS doesn't provide you with a recording identifyer/filehandler...more precise when a recording finishes that particular recording won't automatically be sent to the converter. You will have to code that file handler yourself. If you wanna, feel free to rip-off mine. I can go on, but that would be boring. It may sound to be a daunting task to take on but don't let it despond you. Coding is just as fun as it can be frustrating. If you get stuck there's help to get from various places, like the Autohotkey and Autoit forums or this one This is last programs what we use, and we test many, many different combinations. comskip + projectx + mplex + handbrake Janip, where's you at? Any forum perhaps?
Recommended Posts