no sound after 1 hour

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

no sound after 1 hour

Postby MortenKjarulff » 27 Oct 2009 13:10

Hi,

I use this command to copy a movie from DVD to harddisk:

Code: Select all

vlc.exe 'dvdsimple://E:\@1' ':sout=#std{access=file,mux=ps,dst=myfile.mpg' ':audio-track=0'
When I play the copy, there is no sound after approx 1 hour. I have tried with 2 DVDs, same problem.

What could I try?

Cheers,
Morten

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 27 Oct 2009 15:21

How big are the output files?

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 27 Oct 2009 16:16

one of them is
5.927.151.381 bytes

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 28 Oct 2009 12:34

Would that one hour point be then around 4 gigabyte mark?

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 28 Oct 2009 14:17

close, I think the movie was about 98 mins long, and sound disappeared after about 62 mins:

Code: Select all

((5 927 151 381 bytes) / 98) * 62 = 3.49230176 gigabytes
I don't know if it can be calculated that way.

As I remember, on both movies the sound disappear right in a "sceneshift".

Cheers,
Morten

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 29 Oct 2009 13:11

I try to replicate this on weekend. Could you please kick this thread up on Saturday?

lindsaydaniels
New Cone
New Cone
Posts: 2
Joined: 30 Oct 2009 01:31

Re: no sound after 1 hour

Postby lindsaydaniels » 30 Oct 2009 01:40

i had same problem just using the record screen function - the red button. after about 4gb, sound went out. on this dvd, it was at about 1 hr 30 minutes of a 1:51 total file.

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 31 Oct 2009 10:46

up

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 31 Oct 2009 19:01

trac.videolan.org/vlc/ticket/3136
opened.

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 15 Nov 2009 22:59

is there any workaround?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 16 Nov 2009 19:47

Splitting of the video might work. So
--start-time=<float> Start time
The stream will start at this position (in seconds).
--stop-time=<float> Stop time
The stream will stop at this position (in seconds).
but you would have to use some tool join the files together.

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 16 Nov 2009 23:01

Thanks, but same thing happen (a few minutes into 2nd file). I used the following commands (I am using cygwin on windows):

Code: Select all

/cygdrive/c/Programmer/VideoLAN/VLC/vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=far-til-fire-i-sneen-del-1.mpg' \ '--stop-time=3000' \ ':audio-track=0' \ 'vlc://quit' /cygdrive/c/Programmer/VideoLAN/VLC/vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=far-til-fire-i-sneen-del-2.mpg' \ '--start-time=3000' \ ':audio-track=0' \ 'vlc://quit'
Any other ideas?

lindsaydaniels
New Cone
New Cone
Posts: 2
Joined: 30 Oct 2009 01:31

Re: no sound after 1 hour

Postby lindsaydaniels » 17 Nov 2009 12:16

i also had tried this as workaround - i.e., splitting the video - and got same result. sound died a few minutes into the 2nd file - right at about the 4gb point.

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 22 Nov 2009 19:35

Hi,

http://trac.videolan.org/vlc/ticket/3136 says "When reindexed with AVIdemux the TS file works OK." - what does that mean? Did you get a working copy?

/Morten

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 23 Nov 2009 14:25

The audio works correctly in re-indexed file. So the audio is in the file, there is just some issue with container info about the file.

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 23 Nov 2009 14:42

Ok, could you teach me how to re-index a file myself?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 24 Nov 2009 16:51

Just open it on AVIdemux, it will ask if you want to index it, answer yes. Then save it.

Broesel
New Cone
New Cone
Posts: 2
Joined: 27 Nov 2009 13:32

Re: no sound after 1 hour

Postby Broesel » 27 Nov 2009 14:40

got nearly the same problem ...
Sound in a saved DVD wents off after 48:33 minutes which is the moment where there is a DVD layer switch!!
Using NTFS file system (so no 4GB fs limit) Sound dissapeared at about 2.6 GB, while total size is 5.8GB.
While playing the DVD the sound is ok all the time, even when I'm playing / saving the streams using the
red record button. Quality is absoluteley percfect up to the layer switch, then the sound ends, while video goes on.
Have already tried a buffer of 1sec... Only solution so far is to record in two pieces (one for each layer) :-(
AVIdemus and reindexing didn't work... makes bad asynchronous behavior and at least also no sound at the end of the file.

Any ideas appreciated ;-)

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 01 Dec 2009 20:05

Only solution so far is to record in two pieces (one for each layer)
Can you make the first part of the movie en one file, and second part of the movie in another file, if so, how?

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: no sound after 1 hour

Postby VLC_help » 02 Dec 2009 13:42

Can you make the first part of the movie en one file, and second part of the movie in another file, if so, how?
viewtopic.php?f=14&t=67122#p226443

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 02 Dec 2009 14:57

(one for each layer)
How to select layer? (I don't even know what layer is)

Broesel
New Cone
New Cone
Posts: 2
Joined: 27 Nov 2009 13:32

Re: no sound after 1 hour

Postby Broesel » 02 Dec 2009 15:59

You never know the right time in advance :( You have to hear the moment the drive is repositioning / stops shortly ... and stop recording there. Then you have to record a second time beginning after that point you noticed before. May be you miss a few seconds ...

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 02 Dec 2009 19:33

Ok, got it! With these 2 commands:

Code: Select all

vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=movie-part-1.mpg' \ '--stop-time=3524' \ ':audio-track=0' \ 'vlc://quit' vlc.exe \ 'dvdsimple://E:\@1' \ ':sout=#std{access=file,mux=ps,dst=movie-part-2.mpg' \ '--start-time=3524' \ ':audio-track=0' \ 'vlc://quit'
The hard part is locating the correct start/stop time. Now I can create a playlist file with the 2 parts, which I can double-click.

MortenKjarulff
Blank Cone
Blank Cone
Posts: 41
Joined: 14 Jun 2009 14:12

Re: no sound after 1 hour

Postby MortenKjarulff » 03 Dec 2009 08:45

:( I was glad and went on to the next DVD. The sound was fine for both the first and second part I recorded, but the picture froze the last 5 minutes of the second part.

Any ideas?


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 48 guests