I have been playing with comskip, and so far it works pretty well. Part of the documentation says that if you give it the .txt file instead of an mpeg file, it will display the debug window in "commercial reviewing" mode. If I give it the .txt file, the debug window does come up, but it does not display any video, just the timeline.
I'm using the latest version of comskip with the default install, only change is I enabled edl output files. I am calling it with the text file like this:
and I've also tried some variations like:Code:comskip filename.txt
Is there any way to show the video when starting comskip this way? Otherwise that mode is sort of useless. I'd like to run comskip on a bunch of files, then review the cuts before processing to the next step.Code:comskip filename.txt filename.mpeg comskip filename.mpeg filename.txt
+ Reply to Thread
Results 1 to 7 of 7
-
-
It's downloaded from tivo using tivotogo, then decoded using tivodecode. I'm in the USA so it's NTSC. Here's some output from mencoder:
Code:success: format: 0 data: 0x0 - 0x31de7e92 MPEG-PS file format detected. VIDEO: MPEG2 480x480 (aspect 2) 29.970 fps 5250.0 kbps (656.3 kbyte/s) [V] filefmt:2 fourcc:0x10000002 size:480x480 fps:29.97 ftime:=0.0334
-
I have figured out this problem. I need to run comskip with the --csvout option when it does the analysis. Then, I need to make sure the video file has the extension "mpg", NOT "mpeg". Once I have both the csv file and the extension, it will seek and work as expected. The docs weren't really clear on this.
-
For just reviewing the .txt results you do not need the .csv output but the input file can not have the .mpeg extension.
Use .mpg and it should work.
.csv is also possible (and nice) for reviewing because you can call comskip with the .csv file.
This allows you to review how comskip did analyze the file. -
OK, so it looks like my problem was just the extension. So here's how I see it now:
- Name your files with .mpg
- To review the skips, you can use the .txt file
- To review and tune with all of the graphs and information, you need the .csv file
Edit: BTW: comskip amazes me. This program is simply awesome! -
Happy to hear it works well for you!
I do need to find the time to write a new manual, so many changes have been implemented.
Its always a conflict. Implementing improvements or writing documentation.
Similar Threads
-
HELP WANTED to debug avisynth function used with avidemux (avsproxy)
By Khyinn in forum EditingReplies: 8Last Post: 3rd Jun 2011, 08:16 -
GSpot says "File missing" but it is clearly visible in Explorer window?
By Iceblade in forum Software PlayingReplies: 9Last Post: 30th Mar 2010, 08:41 -
microsoft visual c++ debug library error
By rrtbusa in forum ComputerReplies: 5Last Post: 12th Oct 2009, 08:15 -
Looking for standalone version of Comskip with gui
By demonwarrior in forum Newbie / General discussionsReplies: 0Last Post: 11th Sep 2007, 02:37 -
Microsoft Debug Error DAMAGE: after Normal block (#39)
By Denvers Dawgs in forum ComputerReplies: 3Last Post: 24th May 2007, 09:59