Hello everybody!

#1 I have he 1.avi video and the external audio track for it - uk.wav.
To play video with an external audio I though to use fxd - solution.
I made next file:
<?xml version="1.0" ?>
<freevo>
 <movie title="f1">
   <video>
     <file id="f1">1.avi</file>
   </video>
   <variants>
     <variant name="Soundtrack Ukrainian">
       <part ref="f1">
         <audio>uk.wav</audio>
       </part>
     </variant>
   </variants>
 </movie>
</freevo>

accordingly to freevo web site explanation.

Unfortunatelly I couldn't start mplayer because that itme in freevo
didn't have the "play" action.

What I did wrong?




#2 But, I made one more fxd which gave me an opportunity to see the
length of video and to start the player.
My second fxd is:
<?xml version="1.0" ?>
<freevo>
 <movie title="f2">
   <video>
     <file id="f1" mplayer-options="-audiofile uk.wav">1.avi</file>
   </video>
 </movie>
</freevo>

I got the error (when mplayer starts the current path in freevo
doesn't equal to the folder in which the video itself placed):

File not found: 'uk.wav'
Failed to open uk.wav.
Cannot open audio stream: uk.wav


and the full command-line was:

MPlayer SVN-r32663-4.5.1 (C) 2000-2010 MPlayer Team
CPU vendor name: GenuineIntel  max cpuid level: 10
CPU: Intel(R) Core(TM)2 Duo CPU     E8400  @ 3.00GHz (Family: 6,
Model: 23, Stepping: 6)
extended cpuid-level: 8
extended cache-info: 402686016
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 1
Compiled with runtime CPU detection.
get_path('codecs.conf') -> '/home/vkoval/.mplayer/codecs.conf'
Reading /home/vkoval/.mplayer/codecs.conf: Can't open
'/home/vkoval/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 161 audio & 350 video codecs
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/vkoval/.mplayer/fonts'
Configuration: --prefix=/usr --enable-runtime-cpudetection
--disable-gui --disable-arts --disable-liblzo --disable-speex
--disable-openal --disable-fribidi --disable-l
ibdv --disable-musepack --disable-esd --disable-mga --enable-xvmc
--language=all --confdir=/etc/mplayer
CommandLine: '-slave' '-v' '-vo' 'vdpau' '-ao' 'alsa' '-nolirc'
'-nojoystick' '-vc'
'ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpa,'
'-cache' '5000' '-i
dx' '-audiofile' 'uk.wav' '-osdlevel' '0' '//home/vkoval/addon/Video/0/1.avi'
Using nanosleep() timing
get_path('input.conf') -> '/home/vkoval/.mplayer/input.conf'
Parsing input config file /home/vkoval/.mplayer/input.conf
Input config file /home/vkoval/.mplayer/input.conf parsed: 53 binds
get_path('1.avi.conf') -> '/home/vkoval/.mplayer/1.avi.conf'

Playing //home/vkoval/addon/Video/0/1.avi.
get_path('sub/') -> '/home/vkoval/.mplayer/sub/'
[file] File size is 1468631040 bytes
STREAM: [file] //home/vkoval/addon/Video/0/1.avi
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
CACHE_PRE_INIT: 0 [0] 0  pre:1024000  eof:0

Cache fill:  0.00% (0 bytes)

vo: x11 uninit called but X11 not initialized..

Exiting... (End of file)




#3 And the last one - next fxd works ok:

<?xml version="1.0" ?>
<freevo>
 <movie title="f3">
   <video>
     <file id="f1">1.avi</file>
   </video>
 </movie>
</freevo>






--
Regards,
Valeriy

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to