home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
Comskip/Comclean
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="luksmann" data-source="post: 128933" data-attributes="member: 16177"><p>It is dvrcut from the comskip-page.</p><p>You have to open the comskip.ini and set output_dvrcut to 1</p><p></p><p>i got as far as that but thant I encountered a few problems.</p><p></p><p>what's most imporant is that you have to put all the comskip files into your user directory (C:/Documents and Settings/username) or comskip and dvrcut won't work.</p><p></p><p>you'll also have to unzip all the dvrcut files into your recordings folder. for me that's</p><p>e:/recordings - the files have to be in exactly the same directory as your recordings - no subfolders allowed.</p><p></p><p>than you'll have to edit your postprocessing.bat</p><p></p><p>my postprocessing.bat now looks like this:</p><p></p><p>comskip %1 /opens comskip; %1 is the full name of the recording.</p><p></p><p>"%~dpn1.bat" /comskip creates a .bat file, named after the input file. the content of this file is something like dvrcut "full name of the recording" xx:xx:xx and so on. this line open the .bat file. no matter where it is located (which solves the drive letter problem)</p><p></p><p>del "%~dpn1.txt</p><p>del "%~dpn1.log" </p><p>del "%~dpn1.bat" </p><p>move "%~dpn1.dvr-ms" "%~dpn1_original.dvr-ms" </p><p>move "%~dpn1_clean.dvr-ms" "%~dpn1.dvr-ms" /the three del commands clean up all the comskip logs. the move commands rename the original recording into recordingname_original.drv-ms and the recordingname_clean gets renamed to recordingname, which solves most problems with the MP tv-recordings database.</p><p></p><p>so my finished postprocessing.bat looks like this:</p><p></p><p>@echo off</p><p></p><p>comskip %1</p><p></p><p>"%~dpn1.bat"</p><p></p><p>del "%~dpn1.txt</p><p>del "%~dpn1.log" </p><p>del "%~dpn1.bat" </p><p>move "%~dpn1.dvr-ms" "%~dpn1_original.dvr-ms" </p><p>move "%~dpn1_clean.dvr-ms" "%~dpn1.dvr-ms"</p><p></p><p>i hope my solution works for you! if you experience any further problems feel free to pm me!</p><p></p><p>regards, luksmann</p></blockquote><p></p>
[QUOTE="luksmann, post: 128933, member: 16177"] It is dvrcut from the comskip-page. You have to open the comskip.ini and set output_dvrcut to 1 i got as far as that but thant I encountered a few problems. what's most imporant is that you have to put all the comskip files into your user directory (C:/Documents and Settings/username) or comskip and dvrcut won't work. you'll also have to unzip all the dvrcut files into your recordings folder. for me that's e:/recordings - the files have to be in exactly the same directory as your recordings - no subfolders allowed. than you'll have to edit your postprocessing.bat my postprocessing.bat now looks like this: comskip %1 /opens comskip; %1 is the full name of the recording. "%~dpn1.bat" /comskip creates a .bat file, named after the input file. the content of this file is something like dvrcut "full name of the recording" xx:xx:xx and so on. this line open the .bat file. no matter where it is located (which solves the drive letter problem) del "%~dpn1.txt del "%~dpn1.log" del "%~dpn1.bat" move "%~dpn1.dvr-ms" "%~dpn1_original.dvr-ms" move "%~dpn1_clean.dvr-ms" "%~dpn1.dvr-ms" /the three del commands clean up all the comskip logs. the move commands rename the original recording into recordingname_original.drv-ms and the recordingname_clean gets renamed to recordingname, which solves most problems with the MP tv-recordings database. so my finished postprocessing.bat looks like this: @echo off comskip %1 "%~dpn1.bat" del "%~dpn1.txt del "%~dpn1.log" del "%~dpn1.bat" move "%~dpn1.dvr-ms" "%~dpn1_original.dvr-ms" move "%~dpn1_clean.dvr-ms" "%~dpn1.dvr-ms" i hope my solution works for you! if you experience any further problems feel free to pm me! regards, luksmann [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Comskip/Comclean
Contact us
RSS
Top
Bottom