Sign inSign up

hereshem/comskip

By hereshem

•Updated about 7 years ago

Comskip for commercials ads advancement

Image
1

9.4K

hereshem/comskip repository overview

Single line script for running comskip in current directory

docker run --rm -it -v `pwd`:/data hereshem/comskip bash -c "cd /data && comskip <videofile.mp4>"

For example

root@server:~/# ls
file_example_MP4_1920_18MG.mp4
root@server:~/# docker run --rm -it -v `pwd`:/data hereshem/comskip bash -c "cd /data && comskip file_example_MP4_1920_18MG.mp4"
Comskip 0.82.007, made using ffmpeg
Donator build
The commandline used was:
comskip file_example_MP4_1920_18MG.mp4

No INI file found in current directory.  Searching PATH...
INI file found at comskip.ini
No INI file found anywhere!!!!
 0:00:29 - 880 frames in 23.42 sec(37.57 fps), 1.02 sec(38.24 fps), 97%
898 frames decoded in 23.88 seconds (37.60 fps)
Commercials were found.
root@server:~/# ls
file_example_MP4_1920_18MG.mp4  file_example_MP4_1920_18MG.txt
root@server:~/# cat file_example_MP4_1920_18MG.txt
FILE PROCESSING COMPLETE    897 FRAMES AT  3000
-------------------
1	897
root@server:~/#

More Instructions Run the container using the following command

docker run -itd --name comskip -v /path-to-data/data:/usr/src/app/data hereshem/comskip

Enter inside container

docker exec -it comskip bash

Run comskip

comskip videofile.mp4

Tag summary

Content type

Image

Digest

Size

285.1 MB

Last updated

about 7 years ago

docker pull hereshem/comskip