Changes between Initial Version and Version 1 of Ticket #3123, comment 2


Ignore:
Timestamp:
Nov 10, 2013, 8:16:13 PM (13 years ago)
Author:
Ridley Combs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3123, comment 2

    initial v1  
    1414(Output does not contain OP or ED)
    1515
     16Note that mkvinfo reports ChapterSegmentUID, and that the OP and ED chapters' ChapterSegmentUIDs match with their respective files' UIDs.
     17Recommended solution for searching: Provide 2 new options:
     181. -searchdir <directory path> (search directory recursively for .mkv and .mka files until all needed files are found)
     192. -extfile [uuid:]<file path/URI> (If uuid is specified, keep track of this URI and use it if a chapter requires that UUID. If unspecified, read the EBML header from the URL and do the same)
     20
     21I'm not partial to the names or the arg formatting, but the functionality seems useful. -searchdir would be useful for simply transcoding a local file (perhaps default to the dirname of each input file?); -extfile would be useful if the user knows which files will be required, or if ffmpeg is being called programatically by a system that knows paths of multiple remote files and has metadata about them (e.g. a transcoding media server).
     22
    1623I'll see if I can figure out how to make a minimal sample with mkvmerge later today; most recent anime series encoded by Coalgirls use this.