Search found 10 matches

by McGuyver
Fri Nov 17, 2017 4:20 pm
Forum: Support
Topic: Debian 8.9 Problem with Make for ComSkip
Replies: 2
Views: 3985

Re: Debian 8.9 Problem with Make for ComSkip

They actually made that change about 2 years ago.

https://github.com/FFmpeg/FFmpeg/commit ... 8a637d1e5f
by McGuyver
Fri Oct 06, 2017 8:03 am
Forum: Support
Topic: Comskip command to process all files in folder
Replies: 8
Views: 9627

Re: Comskip command to process all files in folder

triks wrote:Thanks McGuyver I will look through it and see what I can use... What system are you using it on ?
I'm using it on my main linux system.
by McGuyver
Thu Oct 05, 2017 5:29 pm
Forum: Support
Topic: Comskip command to process all files in folder
Replies: 8
Views: 9627

Re: Comskip command to process all files in folder

I have the following script setup that starts transcoding/encoding my comskipped recordings. Hopefully it will give you some ideas. #!/bin/bash if [[ ! -f ${HOME}/tmp/.running ]]; then touch ${HOME}/tmp/.running for s in ${HOME}/tmp/output/*mac.ts; do INPUT="${s}" OUTPUT="$(basename $...
by McGuyver
Mon Oct 02, 2017 5:22 pm
Forum: Support
Topic: Installing Comskip on a Raspberry Pi 3 using OSMC (Deb 8.9)
Replies: 2
Views: 4745

Re: Installing Comskip on a Raspberry Pi 3 using OSMC (Deb 8

you are most likely missing the -dev packages.
by McGuyver
Mon Sep 11, 2017 11:35 pm
Forum: Tuning
Topic: Commercial Detection Just went South
Replies: 4
Views: 9004

Re: Commercial Detection Just went South

That particular bug in VAP was fixed on August 28.
by McGuyver
Sun Aug 27, 2017 5:21 pm
Forum: Bugs
Topic: broken videoredo output
Replies: 6
Views: 9380

Re: broken videoredo output

This is what I have in my comskip.ini file and I don't have problem with vprj files.

Code: Select all

output_videoredo=0 ; The old videoredo format
output_videoredo3=1 ; The new videoredo v3 format.
by McGuyver
Sat Aug 12, 2017 6:13 pm
Forum: Support
Topic: Donator's version on Linux?
Replies: 6
Views: 6624

Re: Donator's version on Linux?

Have you been forgetting to update the source on github?
by McGuyver
Mon May 15, 2017 11:32 pm
Forum: Bugs
Topic: 81_93_donators and newer srt output broken
Replies: 14
Views: 17189

Re: 81_93_donators and newer srt output broken

I don't know why it works, but doing this fixes the problem for me on Win XP. @@ -9355,7 +9355,7 @@ FILE* LoadSettings(int argc, char ** argv) if (!loadingTXT && (output_srt || output_smi )) { #ifdef PROCESS_CC - char filename[MAX_PATH]; + //char filename[MAX_PATH]; char *CEW_argv[10]; i = 0...
by McGuyver
Wed Apr 19, 2017 9:38 pm
Forum: Bugs
Topic: 81_93_donators and newer srt output broken
Replies: 14
Views: 17189

Re: 81_93_donators and newer srt output broken

https://github.com/erikkaashoek/Comskip ... 028998444e

that commit ended up changing the output name of the srt file to smi
by McGuyver
Fri Oct 25, 2013 6:53 am
Forum: Support
Topic: Troubleshooting comskip vs recording error
Replies: 3
Views: 6483

Re: Troubleshooting comskip vs recording error

This topic seems to fit my problem. I have a recording that switches back and forth between progressive and telecine and I do see the "video jumped" line in the log file 194 times. The frames listed in the .txt file do not work with cutting program that I am using. The only way I found to ...