2345064b6a
This port is no longer based on the Qt3 version of dvbcut plus a large patch to make it build on Qt4 with the Qt3 emulation layer. A fork that uses native Qt4 calls is used instead. The generated files moc_progressstatusbar.cpp and moc_progresswindow.cpp trigger an internal error in clang, if compiled with optimization. This bug has been accepted as 18098 in the llvm bug tracker. To work around this problem, the above mentioned two files are compiled with -O0 appended to the compiler flages. The post-configure target in the ports Makefile is to be removed, when a fixed version of clang is distributed in all FreeBSD releases supported by the ports infrastructure.
8 lines
469 B
Text
8 lines
469 B
Text
dvbcut is a Qt application which enables you to select certain parts of an
|
|
MPEG transport stream (as received on Digital Video Broadcasting, DVB) and
|
|
save these parts into a single MPEG output file. It follows a "keyhole
|
|
surgery" approach. Thus, the input video and audio data is mostly kept
|
|
unchanged, only very few frames at the beginning and/or end of the selected
|
|
range are recoded in order to obtain a valid MPEG file.
|
|
|
|
WWW: http://github.com/nextghost/dvbcut-qt4
|