google-code-export / kmediafactory

Automatically exported from code.google.com/p/kmediafactory
GNU General Public License v2.0
1 stars 1 forks source link

dvdauthor video aspect ratio being set incorrectly. #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile latest svn source (At revision 415)
2. Select output type as DVDAuthor project
3. Generate the dvdauthor.xml file

What is the expected output? What do you see instead?
In the dvdauthor.xml file the aspect ratio for the video is being incorrectly
set.

  <titles>
   <video aspect="ntsc" />
   <pgc>
    <pre> { audio=0; subtitle=62; } </pre>

As you can see the aspect is being set to "ntsc". It should be 
   <video format="pal" aspect="4:3" />

What version of the product are you using? On what operating system?
Latest svn compiled on openSUSE 11.0 with gcc 
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]

Please provide any additional information below.
I've had a look through the source but can find no obvious place that the
aspect should be being set to the format instead of the aspect. 

Original issue reported on code.google.com by quantumchaos451 on 7 Nov 2008 at 10:34

GoogleCodeExporter commented 9 years ago
Hi

I've managed to track down the problem. For some reason mplayer was failing 
with 
mplayer: error while loading shared libraries: libcucul.so.0: cannot open 
shared object
file: No such file or directory. 
mplayer is run from within the scripts/kmf_info script and this was failing to 
pick up
that mplayer was failing.

I forced a reinstall of mplayer and the problem has gone away. 

Thanks
Scott Newton

Original comment by quantumchaos451 on 7 Nov 2008 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by petri.da...@gmail.com on 21 Nov 2008 at 6:27