/dports/multimedia/dv2sub/dv2sub-0.3/kino_scripts/ |
H A D | sub_ffmpeg_dvd.sh | 40 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 D | mm_mpls_multi_file_io.cpp | 34 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 D | mm_mpls_multi_file_io.h | 36 std::vector<mtx::bluray::mpls::chapter_t> const &get_chapters() const;
|
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/ |
H A D | JobPlanner.pm | 243 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 D | Title.pm | 1141 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 D | BitrateCalc.pm | 175 my $chapters = $title->get_chapters;
|
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/bluray/ |
H A D | mpls.h | 180 chapters_t const &get_chapters() const { in get_chapters() function
|
/dports/audio/exaile/exaile-4.1.1/plugins/librivox/ |
H A D | __init__.py | 73 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 D | item.h | 1744 int get_chapters() const;
|
H A D | item.cpp | 4958 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 D | savegame_json.cpp | 2548 if( get_chapters() == 0 ) { in io()
|
H A D | character.cpp | 13139 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 D | item.h | 1744 int get_chapters() const;
|
H A D | item.cpp | 4958 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 D | savegame_json.cpp | 2548 if( get_chapters() == 0 ) { in io()
|
H A D | character.cpp | 13139 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 D | r_mpeg_ts.cpp | 1213 m_mpls_chapters = mpls_in->get_chapters(); in read_headers()
|
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/chapter_editor/ |
H A D | tab.cpp | 574 chapters = mplsChaptersToMatroskaChapters(parser.get_chapters()); in loadFromMplsFile()
|