Revision: 3528
Author: grepper
Date: Wed Feb 11 10:12:47 2015 UTC
Log: Add new makempg options
https://code.google.com/p/tovid/source/detail?r=3528
Modified:
/trunk/tovid/src/todisc
=======================================
--- /trunk/tovid/src/todisc Mon Jan 26 03:54:26 2015 UTC
+++ /trunk/tovid/src/todisc Wed Feb 11 10:12:47 2015 UTC
@@ -1704,10 +1704,10 @@
{
yecho ""
if test -f "$MENU_FILE"; then
- echo "Menu file $MENU_FILE created"
+ echo "Menu file $( readlink -f "$MENU_FILE") created"
echo
else
- runtime_error "Menu file $MENU_FILE not found. \
+ runtime_error "Menu file $(readlink -f "$MENU_FILE") not found. \
Spumux seems to have had problems"
fi
}
@@ -3485,7 +3485,8 @@
"-parallel" | "-mkvsub" | "-autosubs" | "-subtitles" | "-update" |
\
"-mplayeropts" | "-audiotrack" | "-downmix" | "-ffmpeg"
| "-avconv" | \
"-nofifo" | "-from-gui" | "-noask" | "-slice" | "-async"
| "-quiet" | \
- "-fake" | "-keepfiles" )
+ "-fake" | "-keepfiles" | "-mpv" | "-dvdsubs" | "-dvd-subtitles" | \
+ "-dvdsubs-fontsize" | "-dvdsubs-only" )
# remove this warning for tovid 0.33 TODO
if [[ $1 = "-subtitles" ]]; then
if (( ${#2} == 2 )); then