NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 6 7 8 9 10 … 125 Next »
Comskip build 0.80.011 Released

 
  • 0 Vote(s) - 0 Average
Comskip build 0.80.011 Released
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#1
2009-02-06, 06:45 PM
The h.264 version is only available in the early access area

From the changelog

Changes in 0.80.011
- New parameter: added_recording=7 ; amount of minutes that are added before and the actual show in the recording.
Changes in 0.80.010
- When before_logo or after_logo are set to 999 then a hard cutpoint will be inserted where the logo (dis)appears
- Improved again the robustness of the h.264 decoder (was lost in build 0.80.009)
Changes in 0.80.009
- Bug solved: Sometime the audio decoding stops
- Added the output format for iPod chapter skipping, enable by setting output_ipodchap=1 this will generate a .chap file with a chapter marker before and after each commercial.
- Removed the very small commercial found at the end of many recordings.
- Bug solved: Sometime Comskip crashes when output_smi or output_srt where enabled
- Bug solved: Comskip crashes on a h.264 recording that changes resolution
Changes in 0.80.008
- Doubled the speed of h.284 decoding. Only available in early access area. YOu MUST copy all the DLL's inside the zip file next you comskip.exe and comskipGUI.exe.
Changes in 0.80.007
- The non h.264 version is now again available outside the donator area.
- Solved a very generic cause of crashing. You MUST use the new libavcodec.dll that comes with this release.
- Made some experimental improvements in determining the audio type.
Changes in 0.80.006
- Implemented a major robustness improvement in libavcodec.dll. YOu MUST use the libavcodec.dll included in this distribution Zip file.
Changes in 0.80.005
- Dumping a cutscene with the 'C' key is working again, was broken since build 0.79.140
- Improved the demuxing of TS recordings with corrupt PMT info
Changes in 0.80.004
- Changed the video detection for TS files to enable processing of clear QAM recordings.
- Changed the default detect_method to 43 as the CC decoding sometimes causes Comskip to crash
Changes in 0.80.003
- Increased the robustness of the h.264 decoder
- Increased the robustness of the CC extractor
- Removed the "_1" filename postfix for CC output files.
Changes in 0.80.002
- Removed the embedded manifest as for some reason there is a crash on certain systems
Changes in 0.80.001
- Added h.264/AAC decoding on TS recordings. Not working yet on converted h.264 files. Do set max_volume=0 as the volume level is not normalized yet. AAC decoding still fails on certain recordings. No preview of .h264 yet
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#2
2009-02-07, 03:42 PM
Does this line in the readme need to be updated?

"For GBPVR copy comskip.exe, comskip.ini and the two DLL files into the gbpvr root directory."

I only see one dll file, libavcodec.dll in the zip.
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#3
2009-02-07, 03:57 PM
Yes, only one dll
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#4
2009-02-20, 12:58 PM
erik, how do I run comskip on multiple files or a directory with several files. I am running comskip manually. Can I do that without writing a script?

Thanks,

\\Agerdin
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#5
2009-02-20, 01:20 PM
the simplest is to put this into a file called runall.cmd inside the folder
Code:
for %%f in (%1*.ts) do if NOT exist "%%~dpnf.txt" "c:\path\to\comskip\comskip.exe" "%%~dpnf.ts"
for %%f in (%1*.mpg) do if NOT exist "%%~dpnf.txt" "c:\path\to\comskip\comskip.exe" "%%~dpnf.mpg"
for %%f in (%1*.dvr-ms) do if NOT exist "%%~dpnf.txt" "c:\path\to\comskip\comskip.exe" "%%~dpnf.dvr-ms"
and double click on the file.

Otherwise you can use a tool like comskip Monitor or dirmon to watch a folder and run comskip if needed
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#6
2009-02-20, 02:55 PM
Thanks for writing the script for me Smile Easy enough approach. Will try it out later.

\\Agerdin
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#7
2009-02-20, 03:28 PM
Erik, i got around to try it but it does not work. This is the output from a cmd window.

Code:
C:\Documents and Settings\Administrator>"E:\My Recordings\Emil i Lönneberga\runall.cmd"

C:\Documents and Settings\Administrator>for %f in (*.ts) do if NOT exist "%~dpnf.txt" "SET comskip_path=C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.ts"

C:\Documents and Settings\Administrator>for %f in (*.mpg) do if NOT exist "%~dpnf.txt" "SET comskip_path=C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.mpg"

C:\Documents and Settings\Administrator>for %f in (*.dvr-ms) do if NOT exist "%~dpnf.txt" "SET comskip_path=C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.dvr-ms"

C:\Documents and Settings\Administrator>

To me it looks like the actual execute command is missing. Let me know if I am missing something???

\\Agerdin
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#8
2009-02-20, 04:02 PM
agerdin Wrote:Erik, i got around to try it but it does not work. This is the output from a cmd window.

Code:
C:\Documents and Settings\Administrator>"E:\My Recordings\Emil i Lönneberga\runall.cmd"

C:\Documents and Settings\Administrator>for %f in (*.ts) do if NOT exist "%~dpnf.txt" "SET comskip_path=C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.ts"

C:\Documents and Settings\Administrator>for %f in (*.mpg) do if NOT exist "%~dpnf.txt" "SET comskip_path=C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.mpg"

C:\Documents and Settings\Administrator>for %f in (*.dvr-ms) do if NOT exist "%~dpnf.txt" "SET comskip_path=C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.dvr-ms"

C:\Documents and Settings\Administrator>

To me it looks like the actual execute command is missing. Let me know if I am missing something???

\\Agerdin

This is probably what you want.
Code:
for %f in (*.ts) do if NOT exist "%~dpnf.txt" "C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.ts"
for %f in (*.mpg) do if NOT exist "%~dpnf.txt" "C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.mpg"
for %f in (*.dvr-ms) do if NOT exist "%~dpnf.txt" "C:\Progra~1\devnz\gbpvr\ThirdP~1\comskip\comskip.exe" "%~dpnf.dvr-ms"

You'll want to run the bat file in the directory that your recordings are in.
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#9
2009-02-20, 04:50 PM
Doh! I read "SET comskip path..." as if I was setting a global parameter. Not realizing Erik literally asked me to set MY comskip path.

Well well, thanks stattik for helping me out in this area as well.

\\Agerdin
ramalias1
Offline

Junior Member

Posts: 15
Threads: 1
Joined: Aug 2005
#10
2009-02-27, 11:44 PM
HarryH3 Wrote:Does this line in the readme need to be updated?

"For GBPVR copy comskip.exe, comskip.ini and the two DLL files into the gbpvr root directory."

I only see one dll file, libavcodec.dll in the zip.


Also, the ComSkip Wiki Page needs update. It does not say to copy the .dll file, right?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Transcode w/ Comskip? pduncan67 1 2,143 2009-11-25, 03:59 AM
Last Post: johnsonx42
  Comskip & Digital? nightwalker 8 3,541 2009-08-29, 06:34 PM
Last Post: nightwalker
  comskip wont run anymore HELP :) DoPeFiSh 1 1,959 2009-07-21, 07:34 PM
Last Post: DoPeFiSh
  comskip problem j210277 11 6,191 2009-01-28, 05:25 AM
Last Post: stustunz
  Comskip: Interpreting the aspects file zehd 0 1,587 2008-11-29, 07:41 AM
Last Post: zehd
  Comskip.exe Question spector9 17 9,469 2008-10-28, 03:02 AM
Last Post: reboot
  Comskip quit working DoPeFiSh 5 2,783 2008-10-06, 04:09 PM
Last Post: DoPeFiSh
  problem with comskip GUI wannabepvr 3 2,910 2008-06-08, 06:53 AM
Last Post: erik
  A few Comskip questions. gh_speedyg 1 1,939 2008-05-20, 05:49 AM
Last Post: erik
  Who can help testing Comskip with buildin ATSC CC decoding? erik 14 4,995 2008-05-10, 08:32 AM
Last Post: erik

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode