Bug 223584 - New Port: multimedia/comskip: TV commercial skipping utility
Summary: New Port: multimedia/comskip: TV commercial skipping utility
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 223585
  Show dependency treegraph
 
Reported: 2017-11-10 01:37 UTC by oz
Modified: 2018-05-28 04:26 UTC (History)
2 users (show)

See Also:


Attachments
shar file of new port. (1.72 KB, text/plain)
2017-11-10 01:37 UTC, oz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description oz 2017-11-10 01:37:16 UTC
Created attachment 187896 [details]
shar file of new port.

working on portifying my Plex live tv post.sh script components. 

Comskip is a free mpeg tv commercial detector. It is a command line app
that reads a mpeg file and analyses the content based on a large amount of 
configurable parameters.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-05-14 11:48:27 UTC
Hi,

this doesn't build anymore with ffmpeg 4.0:

mpeg2dec.c:1202:57: error: use of undeclared identifier 'CODEC_FLAG_GRAY'
    if (!hardware_decode) is->video_st->codec->flags |= CODEC_FLAG_GRAY;
                                                        ^
mpeg2dec.c:1204:12: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations]
    len1 = avcodec_decode_video2(is->video_st->codec, is->pFrame, &frameFinished,
           ^

If there's still interest in getting comskip into the ports tree then
this PR needs an update.