Home
last modified time | relevance | path

Searched refs:get_chapters (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/dv2sub/dv2sub-0.3/kino_scripts/
H A Dsub_ffmpeg_dvd.sh40 get_chapters="`dirname $0`/extract_chapters"
71 dvdauthor -o "$file" --chapters=`$get_chapters -f $frame_rate -x $smil_file` "$VOB"
84 dvdauthor -o "$file" --chapters=`$get_chapters -f $frame_rate -x $smil_file` "$VOB"
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dmm_mpls_multi_file_io.cpp34 mm_mpls_multi_file_io_c::get_chapters() in get_chapters() function in mm_mpls_multi_file_io_c
36 return p_func()->mpls_parser->get_chapters(); in get_chapters()
86 info.add(mtx::id::playlist_chapters, p->mpls_parser->get_chapters().size()); in create_verbose_identification_info()
H A Dmm_mpls_multi_file_io.h36 std::vector<mtx::bluray::mpls::chapter_t> const &get_chapters() const;
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DJobPlanner.pm243 foreach my $chapter ( @{ $title->get_chapters } ) {
597 my $chapters = $title->get_chapters;
744 my $chapters = $title->get_chapters;
834 my $chapters = $title->get_chapters;
1634 my $chapters = $title->get_chapters;
1727 my $chapters = $title->get_chapters;
H A DTitle.pm1141 sub get_chapters { subroutine
1162 my $chapters = $self->get_chapters;
1176 my $chapters = $self->get_chapters;
1670 my $chapters = $self->get_chapters;
3549 my $chapters = $self->get_chapters;
H A DBitrateCalc.pm175 my $chapters = $title->get_chapters;
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/bluray/
H A Dmpls.h180 chapters_t const &get_chapters() const { in get_chapters() function
/dports/audio/exaile/exaile-4.1.1/plugins/librivox/
H A D__init__.py73 self.get_chapters(row)
76 def get_chapters(self, row): member in LVPanel
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ditem.h1744 int get_chapters() const;
H A Ditem.cpp4958 if( is_book() && get_chapters() > 0 ) { in display_name()
7377 int item::get_chapters() const in get_chapters() function in item
7388 return get_var( var, get_chapters() ); in get_remaining_chapters()
H A Dsavegame_json.cpp2548 if( get_chapters() == 0 ) { in io()
H A Dcharacter.cpp13139 if( fun_bonus > 1 && book.get_chapters() > 0 && book.get_remaining_chapters( p ) == 0 ) { in book_fun_for()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ditem.h1744 int get_chapters() const;
H A Ditem.cpp4958 if( is_book() && get_chapters() > 0 ) { in display_name()
7377 int item::get_chapters() const in get_chapters() function in item
7388 return get_var( var, get_chapters() ); in get_remaining_chapters()
H A Dsavegame_json.cpp2548 if( get_chapters() == 0 ) { in io()
H A Dcharacter.cpp13139 if( fun_bonus > 1 && book.get_chapters() > 0 && book.get_remaining_chapters( p ) == 0 ) { in book_fun_for()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/input/
H A Dr_mpeg_ts.cpp1213 m_mpls_chapters = mpls_in->get_chapters(); in read_headers()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/chapter_editor/
H A Dtab.cpp574 chapters = mplsChaptersToMatroskaChapters(parser.get_chapters()); in loadFromMplsFile()