Play a video file but have music visualizations instead of video display?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
buges Offline
Fan
Posts: 305
Joined: Apr 2007
Reputation: 0
Location: UK
Post: #1
Id like play a video (music video for example) but instead of the proper video screen displaying. have the music visualisation screen come up instead, like playing a normal music file in full screen but just with the video soundtrack.

Can this be done in a skin?


thanks
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #2
No.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
buges Offline
Fan
Posts: 305
Joined: Apr 2007
Reputation: 0
Location: UK
Post: #3
Ok thanks
find quote
timdog82001 Offline
Posting Freak
Posts: 1,132
Joined: Mar 2006
Reputation: 0
Post: #4
there are many free programs out there you could use such as virtualdub which allow you to save the audio from video files as a standalone audio file. This should allow you to accomplish visualization with the audio of the movie
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #5
Have you tried adding the video file-extention to the music section in advancedsettings.xml and then playing it from there?
http://wiki.xbmc.org/?title=advancedsettings.xml
http://wiki.xbmc.org/?title=Advancedsett...ensions.3E
Quote:A list of additional file-extensions to allow (add) or exclude (remove) in the My Music windows.

These are the current default extensions for MUSIC:

.nsv .m4a .flac .aac .strm .pls .rm .mpa .wav .wma .ogg .mp3 .mp2 .m3u .mod .amf .669 .dmf .dsm .far .gdm .imf .it .m15 .med .okt .s3m .stm .sfx .ult .uni .xm .sid .ac3 .dts .cue .aif .aiff .wpl .ape .mac .mpc .mp+ .mpp .shn .zip .rar .wv .nsf .spc .gym .adplug .adx .dsp .adp .ymf .ast .afc .hps .xsp
example:
Code:
<advancedsettings>
<musicextensions>
  <add>.avi|.mpeg</add>
</musicextensions></advancedsettings>
FYI:
Quote:These are the current default extensions for VIDEOS:

.m4v .3gp .nsv .ts .ty .strm .rm .rmvb .m3u .ifo .mov .qt .divx .xvid .bivx .vob .nrg .img .iso .pva .wmv .asf .asx .ogm .m2v .avi .bin .dat .dvr-ms .mpg .mpeg .mp4 .mkv .avc .vp3 .svq3 .nuv .viv .dv .fli .flv .rar .001 .wpl .zip

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
kraqh3d Offline
Retired Developer
Posts: 7,183
Joined: Dec 2003
Reputation: 4
Location: New York City, USA
Post: #6
doh! this reminds me of a little problem that arises from adding video files to music in the non-xbox versions. the PAPLAYER is added is a default player for *ALL* music extensions (even if its not supported) before the DVDPLAYER is added as a player for everything. this makes the PAPLAYER the preferred player for the video extensions added to music, and thus, they wont play anymore unless you use "Play With..." and choose DVDPLAYER. the code in question is in the PlayerCoreFactory.cpp.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #7
kraqh3d Wrote:doh! this reminds me of a little problem that arises from adding video files to music in the non-xbox versions. the PAPLAYER is added is a default player for *ALL* music extensions (even if its not supported) before the DVDPLAYER is added as a player for everything. this makes the PAPLAYER the preferred player for the video extensions added to music, and thus, they wont play anymore unless you use "Play With..." and choose DVDPLAYER. the code in question is in the PlayerCoreFactory.cpp.
I thought that they changed it recently to always fail-over to the DVDPlayer if PAPlayer fails to play a file? Confused

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
kraqh3d Offline
Retired Developer
Posts: 7,183
Joined: Dec 2003
Reputation: 4
Location: New York City, USA
Post: #8
that may be. i remember this occuring a few months back. i looked into why, but then forgot about it. it may be fixed already. i haven't tried it since. but this thread reminded me of the problem.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #9
kraqh3d Wrote:haven't tried it since.
I have not tried it either so I am not sure if that is the case or not Oo

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Rookie Offline
Senior Member
Posts: 185
Joined: Jul 2008
Reputation: 0
Post: #10
Can't he just move his codecs while he wants to do this?
find quote