DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 7th June 2008
Grizzly Grizzly is offline
New User
 
Join Date: Jun 2008
Posts: 1
Default mplayer osd - set label of audio channel

Hello together,

I've created a avi (mpeg4) with multiple audio channels.
The first one is original sound und the second are comments. When i switch the channel the osd of mplayer shows me
'audio (0) unknown'.
Is it possible to edit this output?
I want to see something like 'Audio: (0) original' and at the second channel 'Audio: (1) comments'. The sound works fine.

I've done this
---------------------
Rip the DVD
% mencoder -dvd-device /media/cdrom0/movie dvd://1 -aid 1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4: \
trell=yes:qpel=yes:mbd=2:vpass=1:turbo=1: autoaspect=yes -o /dev/null &&
mencoder -dvd-device /media/cdrom0/movie dvd://1 -aid 1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=4500: \
trell=yes:qpel=yes:mbd=2: vpass=2:autoaspect=yes -forceidx -o /data/myVideo.avi


Extract second sound channel
% mplayer -dvd-device /media/cdrom0/movie dvd://1 -aid 2 -dumpaudio -dumpfile /data/myVideo.aac

Append soundfile to avi
% avimerge -i /data/myVideo.avi -o /data/myVideo2.avi -p /data/myVideo.aac
Reply With Quote
Reply

Tags
audio, avimerge, mplayer, osd, rip

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
macmini audio gosha OpenBSD General 15 14th January 2009 02:43 AM
Audio & Headphones JMJ_coder General Hardware 3 10th November 2008 05:21 PM
PF and label counters espenfjo FreeBSD General 2 2nd July 2008 03:17 PM
mplayer-1.0rc2p2-sdl.tgz and mplayer-1.0rc2p2.tgz bsdnewbie999 OpenBSD General 1 21st June 2008 06:34 AM
FreeBSD Crashes: GEOM_LABEL: Label for provider ad8s1 is ntfs disappearedng FreeBSD General 4 5th June 2008 04:10 PM


All times are GMT. The time now is 04:00 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick