Search found 5 matches

Go to advanced search

by zeropatatero
02 Feb 2009 09:30
Forum: General VLC media player Troubleshooting
Topic: MPEG-2 subtitles not rendering
Replies: 7
Views: 1704

Re: MPEG-2 subtitles not rendering

There is a code fragment with the error I get:

if( demux2_Control( p_input->input.p_demux, DEMUX_GET_TIME, &i_time ) )
{
msg_Err( p_input, "demux doesn't like DEMUX_GET_TIME" );
....

May it give any clue of what's happening?
by zeropatatero
30 Jan 2009 14:15
Forum: General VLC media player Troubleshooting
Topic: MPEG-2 subtitles not rendering
Replies: 7
Views: 1704

Re: MPEG-2 subtitles not rendering

Sure, it is just a test. I write the content here:

1
00:00:01,847 --> 00:00:10,361
HACE MIL AÑOS...
by zeropatatero
30 Jan 2009 11:24
Forum: General VLC media player Troubleshooting
Topic: MPEG-2 subtitles not rendering
Replies: 7
Views: 1704

Re: MPEG-2 subtitles not rendering

Wow! Thanks for your immediate response! That's the part of the log that culd be interesting: I think the key messages are: main error: option sub-original-fps does not exist subtitle debug: Movie fps: -1.000000 Loading subtitles: main debug: pre-buffering... main debug: received first data for our ...
by zeropatatero
30 Jan 2009 10:09
Forum: General VLC media player Troubleshooting
Topic: MPEG-2 subtitles not rendering
Replies: 7
Views: 1704

Re: MPEG-2 subtitles not rendering

Hello Jean-Baptiste, The log doesn't mention anything about subtitles but it has been clarifier: The first message: 'main error: option sub-original-fps does not exist' Second message, which repeats till the infinite: 'main error: demux doesn't like DEMUX_GET_TIME' So, is VLC expecting a metadata FP...
by zeropatatero
29 Jan 2009 12:50
Forum: General VLC media player Troubleshooting
Topic: MPEG-2 subtitles not rendering
Replies: 7
Views: 1704

MPEG-2 subtitles not rendering

Hello all, I have a doubt about subtitles and timing in mpeg2 videos: I am doing video capture and encoding to MPEG-2 format. VLC player is the only player I tested able to render the video while being captured. As far as I know this format comes with no timing info, so it seems normal to me that th...

Go to advanced search