Official BS.Player forums

Official BS.Player forums (http://forum.bsplayer.com/)
-   General Talk And Support (http://forum.bsplayer.com/general-talk-support/)
-   -   assign audio files to mp4 files automatically (http://forum.bsplayer.com/general-talk-support/28993-assign-audio-files-mp4-files-automatically.html)

perhapscwk 3rd November 2014 03:37 AM

assign audio files to mp4 files automatically
 
Q1: I have a folder have song filename formate like

Video: song1.mp4
Audio left channel: song1.mp4.mv1
Audio right channelsong1.mp4.mv2

Is there any ways can allow bsplayer to preload all audio in the video so I dont need to play each video and assign both left and right audio manually?

Q2: thinking to use php to write a system to control the bsplayer(such as add song to playlist, stop and play video, switch audio channel or play next video, any hints or php is impossible?

Thanks.

adicoto 3rd November 2014 06:03 AM

Options -> preferences -> audio -> auto load external audio files ?

perhapscwk 3rd November 2014 06:23 AM

But this auto load only support one audio file(i have 2 audios files) and i need to modified the audio same name as video.

All my audio file name is name.mp4.mv1 and name.mp4.mv2

adicoto 3rd November 2014 06:36 PM

As far as I can see, BSPlayer can be aware of only 1 audio file. Maybe it will be a good ideea for a Feature request, smth like
audiofile-left.mv1
audiofile-rigth.mv1

to be used as syntax. Close to using 2 subtitles with different language.

perhapscwk 4th November 2014 12:47 AM

Any command live method to start a song and load a specific external audio ?

Also any cmd method to add song to playlist ?

adicoto 4th November 2014 06:08 AM

Code:


 Command line parameters
 -----------------------
 -fs Start in fullscreen mode
 -ar=W:H Aspect ratio, ex.: -ar=16:9
 -asx Start with x audio stream
 x=1-> 1st audio stream
 x=2-> 2nd audio stream
 x=n-> n audio stream
 -pan Pan-scan mode
 -nsub Disable subtitles
 -skin=SKIN Start with specified skin, ex.:-skin=Base
 -res=WxHxDxF Startup resolution (W=width, H=height, D=color depth, F=Frequency), ex.: -res=800x600x32-80
 -lang= Specify language, ex:. -lang=English
 -eend Exit when movie is finished
 -sdown Shutdown when movie is finished
 -stime=x Start movie at x seconds
 -deskmode Start in desktop mode
 -hide Hide controls


See also ini_files.html in Webteh/BSPlayer/doc folder

perhapscwk 6th November 2014 02:39 AM

ini help?
 
i have read from BSplayerPro/doc/ini_files.html
and create a .ini or even .bsl file with below content but it not working.

Directory=.
FName=name.mp4
AudioFile1=fileA.wav
AudioFile2=fileB.wav

or even below not working too
Directory=.
FName=name.mp4


All times are GMT +1. The time now is 03:02 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20