2012-10-27 15:06:26 PDT
Hi everybody, sorry for the useless post: I solved the previous issue following this thread
https://sourceforge.net/projects/mediatomb/forums/forum/440751/topic/3245305
basically I had to remove all newlines from the mencoder part of mediatomb-mencoder-srt
and I had to change some options.
these work:
exec mencoder "$input" -oac lavc -ovc lavc -of mpeg -lavcopts vcodec=mpeg2video:keyint=250:vbitrate=9800:vrc_maxrate=9800:vrc_buf_size=1835 -vf harddup -mpegopts muxrate=12000 -fps 24 -sub "$srt" -font "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf" -o "$output"
hope to be useful to someone, sorry for the misuse of the forum
bye!