The ass file is printed by default on standard output, the options should always be before the file and are processed left to right (in case of collision, the last one have priority).
The ass file is printed by default on standard output, the options should always be before the file and are processed left to right (in case of collision, the last one have priority).
To see a list of options and the default behaviours, type :
To see a list of options and the default behaviours, type :
$ ./epitass -help
```sh
./epitass -help
```
For v1 files, you may want to add the option -overlap_frame_mode
For v1 files, you may want to add the option -overlap_frame_mode
@@ -84,7 +94,7 @@ Assumptions and possibly unwanted behaviour
...
@@ -84,7 +94,7 @@ Assumptions and possibly unwanted behaviour
- We will call "yline" a line containing a 'ÿ', only if it contains several ' ', one 'ÿ' and no other character, if it has an strictly positive number of pipes, and if it has no position (o:) option. In this case, we consider it as a special line indicating syllable partition, going with normal lines ("nline") with one pipe less. If it's not the case, it will be considered like a normal line and the ÿ will be printed. Also, size and color options are ignored for ÿ lines (with a warning).
- We will call "yline" a line containing a 'ÿ', only if it contains several ' ', one 'ÿ' and no other character, if it has an strictly positive number of pipes, and if it has no position (o:) option. In this case, we consider it as a special line indicating syllable partition, going with normal lines ("nline") with one pipe less. If it's not the case, it will be considered like a normal line and the ÿ will be printed. Also, size and color options are ignored for ÿ lines (with a warning).
- ylines come in the same order for the syllable place and the start/end frames : Katsudon can't be timed ka-don-tsu. If that happens, the line will be timed Katsu-don and the yline for tsu will be ignored with a warning, or matched with another buffer in the cluster.
- ylines come in the same order for the syllable place and the start/end frames : Katsudon can't be timed ka-don-tsu. If that happens, the line will be timed Katsu-don and the yline for tsu will be ignored with a warning, or matched with another buffer in the cluster.
- ylines don't overlap in time. If that happens, an ERROR line will be printed, and the generated file will have a negative \k tag.
- ylines don't overlap in time. If that happens, an ERROR line will be printed, and the generated file will have a negative \k tag.
- Positioned lines are not important lines : they are printed as if. If effects are done with this option, it will most likely turn into a disaster. That shouldn't happen in toyunda v1 and v2 but may occur in v3.
- Positioned lines are not important lines : they are printed as is. If effects are done with this option, it will most likely turn into a disaster. That shouldn't happen in toyunda v1 and v2 but may occur in v3.
- Bitmap and DDR options are not important, they are ignored (with a warning).
- Bitmap and DDR options are not important, they are ignored (with a warning).
- There is no line that covers a long duration, if that happens some lines with the same text but at two different time (for example a refrain) may be merged together.
- There is no line that covers a long duration, if that happens some lines with the same text but at two different time (for example a refrain) may be merged together.