tovid-suite / tovid

Suite of tools for DVD authoring
http://tovid.wikia.com/wiki/Tovid_Wiki
GNU General Public License v2.0
7 stars 4 forks source link

Error 30 FPS for PAL... #166

Closed tovid-suite closed 9 years ago

tovid-suite commented 9 years ago

From kazikkaz...@gmail.com on May 18, 2014 10:32:17

Hi,

Creating DVD with PAL option (script below) creates the file animenu1-1.mpg (the file for spumux) with 30/FPS. The value 30/FPS is for NTSC and isn't correct for PAL.

Temporary I found for PAL the solution - I changed (forced) in the todisc file the values as follow:

< TV_STANDARD=ntsc

TV_STANDARD=pal

< PIXEL_AR="10:11"

PIXEL_AR="59:54"

94,96c94,96 < FRAME_RATE=29.970

FRAME_RATE=25

< ff_frame_rate="30000/1001"

ff_frame_rate="25/1"

< VIDSIZE=720x480

VIDSIZE=720x576

!/bin/bash

export LANG=en_US

tovid disc \ -menu-title "" \ -overwrite \ -files \ 001.mpeg \ 002.mpeg \ 003.mpeg \ 004.mpeg \ -titles \ "Title 1" \ "Title 2" \ "Title 3" \ "Title 4" \ -out ../out \ -pal \ -aspect 4:3 \ -noask \ -loop 1 \ -menu-audio-fade 3 \ -menu-length 45 \ -background background.jpg \ -bgaudio menu.wav \ -playall \ -button-style rect \ -align south \ -keepfiles \ -keep-files \ -3dthumbs \ -dvd

Regards, Kazik

Original issue: http://code.google.com/p/tovid/issues/detail?id=167

tovid-suite commented 9 years ago

From grepper@gmail.com on May 20, 2014 18:10:46

This was also reported to the tovid-users list and the discussion went on there. It is now fixed and verified.

Status: Fixed
Owner: grepper@gmail.com