LinHES Forums
http://forum.linhes.org/

MythTV BurnDVD error
http://forum.linhes.org/viewtopic.php?f=6&t=7662
Page 1 of 1

Author:  notivo [ Mon Jan 02, 2006 6:39 pm ]
Post subject:  MythTV BurnDVD error

First time trying to create an ISO with MythTV DVDBurn:

I got the following error during it's processing:


-> to agree to these terms you have to start the GUI first
Monday, January 2, 2006 6:55:22 PM EST
ProjectX 0.82.1.02_b2 (06.06.2005)

-----
what is the command to bring up the GUI so I can accept the terms and conditions???

Then after all of the processing it created this other error near what seemed to be the end of the processing:
-----


******************************************************
starting createintro.sh
******************************************************
Create intro page using /myth/mythburn/images/backgrounds/gradient-dodgerblue.png as background
Convert intro image to JPG
Encode intro image to mpg movie
/myth/mythburn/scripts/createintro.sh: line 69: 29.97: syntax error in expression (error token is ".97")
**ERROR: [mpeg2enc] Could not read YUV4MPEG2 header: system error (failed read/write)!
***********************************
MythTV BurnDVD stopped due to error
***********************************
Sent UDP/XML packet to IP 255.255.255.255 and port: 6948

Author:  green [ Mon Jan 02, 2006 9:09 pm ]
Post subject: 

I do not know if this is exactly what you need, but I had the same error until I followed the following post pasted below. I just did a search on YUV4MPEG2 from the error message because it was unique, I thought.

http://mysettopbox.tv/phpBB2/viewtopic.php?t=6796&highlight=yuv4mpeg2

Author:  notivo [ Tue Jan 03, 2006 8:22 am ]
Post subject: 

thanks green - my problem was fixed with the entry that mentioned the specific script lines that were modified to fix this:

Code:
Index: createintro.sh
===================================================================
RCS file: /cvsroot/mythburn/mythburn/scripts/createintro.sh,v
retrieving revision 1.1
diff -r1.1 createintro.sh
68,69c68,69
< #Create 30 frames for the menu page: -a is aspect ratio 2=4:3 3=16:9 4=2.21:1
< nice jpeg2yuv -v 0 -n $((framerate * 8)) -I p -f $framerate -j \
---
> #Create 200 frames for the menu page: -a is aspect ratio 2=4:3 3=16:9 4=2.21:1
> nice jpeg2yuv -v 0 -n 200 -I p -f $framerate -j \


for anyone copy/pasting, be careful not to have a space after the backslash at the end of the lines on this script!

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/