Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mplayer failing to fully dump audio to pcm
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Moji
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2006
Posts: 121

PostPosted: Wed Jun 13, 2007 9:14 pm    Post subject: mplayer failing to fully dump audio to pcm Reply with quote

I use a script to convert all of my vob files on my mythtv box to mkv files with h264 video and vorbis audio.

Recently I changed how the script works and now when the script dumps the audio from the encoded h264 file it fails to dump all of it.
It doesn't seem to be giving a INT, EXIT, TERM, or KILL signal when it fails to dump the audio.
Because I only have part of the audio when it remuxes the files using mkvmerge I end up with a mkv file that only has sound for a portion of the final mkv file and then cuts out.

I've run this script one at a time and it seems to work but when I run more than one instance is when I seem to get the partial failures.

I was wondering if anyone had any ideas as to why this would happen or how I might go about fixing it.

I do have more than enough room on the drive for the audio (over 100gb remaining, and the .wav files are less than 300mb).

Here is the fcron line that I use to start the scripts:
Code:
@exesev(true),runas(mythtv),mail(false),nice(19)        5       /scripts/bin/croncoder

Here is the command that seems to be failing without giving a INT TERM KILL or EXIT command:
Code:
mplayer -really-quiet video.h264 -ao pcm:waveheader:file=audio.wav -vc dummy -vo null || exit


Anyone have an idea as to why that command is not completing, yet not sending an error signal?

-MJ
_________________
If you think your question was answered please edit your post and add [SOLVED] to the topic title.
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Thu Jun 14, 2007 9:38 am    Post subject: Reply with quote

This is what I'd use:
Code:
mplayer video.h264 -ao pcm:fast:file=audio.wav -vc null -vo null

_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Moji
Tux's lil' helper
Tux's lil' helper


Joined: 04 Nov 2006
Posts: 121

PostPosted: Thu Jun 14, 2007 12:22 pm    Post subject: Reply with quote

yngwin,

Thanks for the suggested mplayer line.
I'm using the -vc null and the fast option in mplayer now.

While looking up the fast option I noticed a comment in the man page that might be the cause of the problem I am having.
Quote:
Try to dump faster than realtime. Make sure the output
does not get truncated (usually with "Too many video
packets in buffer" message). It is normal that you get
a "Your system is too SLOW to play this!" message.


So I think that I might be getting too many packets in the buffer, that might explain why I have the problem when running more than one instance of the script at once (trying to encode more than one thing at a time using mencoder).

Any suggestions on a workaround for this?

-MJ
_________________
If you think your question was answered please edit your post and add [SOLVED] to the topic title.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum