Problem with spumux and accented subtitles

View: New views
10 Messages — Rating Filter:   Alert me  

Problem with spumux and accented subtitles

by Wagner-6 :: Rate this Message:

| View Threaded | Show Only this Message

Hello,

When I try to encode a subtitle that has accented words, I got this error in spumux:

DVDAuthor::spumux, version 0.7.0.
Build options: gnugetopt graphicsmagick iconv freetype fribidi fontconfig
Send bug reports to <dvdauthor-users@...>

INFO: default video format is NTSC
INFO: Opened iconv descriptor. *UTF-8* <= *UTF-8*
ERR:  Error 84 -- Invalid or incomplete multibyte or wide character -- decoding subtitle file at approx line pos 1 + char pos 152

This position is the first accented letter

is there a way to fix it?

Thanks

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, 15 Mar 2012 08:15:53 -0300, Wagner wrote:

> When I try to encode a subtitle that has accented words, I got this
> error in spumux:
>
> DVDAuthor::spumux, version 0.7.0.
> Build options: gnugetopt graphicsmagick iconv freetype fribidi
> fontconfig Send bug reports to <dvdauthor-users@...>
>
> INFO: default video format is NTSC
> INFO: Opened iconv descriptor. *UTF-8* <= *UTF-8*
> ERR:  Error 84 -- Invalid or incomplete multibyte or wide character --
> decoding subtitle file at approx line pos 1 + char pos 152
>
> This position is the first accented letter

What encoding is your text in?

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Wagner-6 :: Rate this Message:

| View Threaded | Show Only this Message

as far as I know UTF-8

2012/3/15 Lawrence D'Oliveiro <ldo@...>
On Thu, 15 Mar 2012 08:15:53 -0300, Wagner wrote:

> When I try to encode a subtitle that has accented words, I got this
> error in spumux:
>
> DVDAuthor::spumux, version 0.7.0.
> Build options: gnugetopt graphicsmagick iconv freetype fribidi
> fontconfig Send bug reports to <dvdauthor-users@...>
>
> INFO: default video format is NTSC
> INFO: Opened iconv descriptor. *UTF-8* <= *UTF-8*
> ERR:  Error 84 -- Invalid or incomplete multibyte or wide character --
> decoding subtitle file at approx line pos 1 + char pos 152
>
> This position is the first accented letter

What encoding is your text in?

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, 15 Mar 2012 09:03:14 -0300, Wagner wrote:

> 2012/3/15 Lawrence D'Oliveiro <ldo@...>
>
>> What encoding is your text in?
>
> as far as I know UTF-8

My guess is, it’s not. Try using e.g. the iconv command-line tool to
convert it from UTF-8 to something else, like ISO-8859-1, and see if you
get the same error.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Wagner-6 :: Rate this Message:

| View Threaded | Show Only this Message

will try that, if it gives the same error, how may I see the correct encoding?

Thanks

2012/3/15 Lawrence D'Oliveiro <ldo@...>
On Thu, 15 Mar 2012 09:03:14 -0300, Wagner wrote:

> 2012/3/15 Lawrence D'Oliveiro <ldo@...>
>
>> What encoding is your text in?
>
> as far as I know UTF-8

My guess is, it’s not. Try using e.g. the iconv command-line tool to
convert it from UTF-8 to something else, like ISO-8859-1, and see if you
get the same error.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, 15 Mar 2012 19:17:58 -0300, Wagner wrote:

> will try that, if it gives the same error, how may I see the correct
> encoding?

Is it Western European text? If so, my guess is the most likely
encoding would be ISO-8859-1 or similar.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Wagner-6 :: Rate this Message:

| View Threaded | Show Only this Message

no... it´s brazilian portuguese

I'll try it later and let you know

Thanks

2012/3/15 Lawrence D'Oliveiro <ldo@...>
On Thu, 15 Mar 2012 19:17:58 -0300, Wagner wrote:

> will try that, if it gives the same error, how may I see the correct
> encoding?

Is it Western European text? If so, my guess is the most likely
encoding would be ISO-8859-1 or similar.

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Niels Horn :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, Mar 15, 2012 at 7:52 PM, Wagner <wagnerspi@...> wrote:
> no... it´s brazilian portuguese

Although its "Brazilian" Portuguese, the character set is normally
iso-8859-1 here

>
> I'll try it later and let you know
>
> Thanks
>

--
Niels Horn

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Lawrence D'Oliveiro-2 :: Rate this Message:

| View Threaded | Show Only this Message

On Thu, 15 Mar 2012 19:52:36 -0300, Wagner wrote:

> 2012/3/15 Lawrence D'Oliveiro <ldo@...>
>
>> Is it Western European text?
>
> no... it´s brazilian portuguese

I suppose I should have said “or _derived_ from a Western European
language”. :)

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users

Re: Problem with spumux and accented subtitles

by Wagner-6 :: Rate this Message:

| View Threaded | Show Only this Message

ahhahaah sry

I'll try it as soon as possible and let you know

thanks for the help

2012/3/15 Lawrence D'Oliveiro <ldo@...>
On Thu, 15 Mar 2012 19:52:36 -0300, Wagner wrote:

> 2012/3/15 Lawrence D'Oliveiro <ldo@...>
>
>> Is it Western European text?
>
> no... it´s brazilian portuguese

I suppose I should have said “or _derived_ from a Western European
language”. :)

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Dvdauthor-users mailing list
Dvdauthor-users@...
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users