Page 1 of 1
Bug 0.86: MOV Video will displayed in multiple windows
Posted: 13 Dec 2006 21:37
by klumy
Download this video and try to play it with VLC
http://www.firefoxflicks.com/flick/inde ... 26&c=false
VLC open 2 video windows und shows the video in one of this 2 window. Normally VLC just open ONE window
Posted: 14 Dec 2006 01:29
by Jean-Baptiste Kempf
I can't confirm the issue. Can someone else test it ?
Posted: 14 Dec 2006 09:03
by DJ
You may want to look at Stream and Media Info.. -> Advanced info..
It seems there are 5 streams of which 3 are being reported as video streams. I would venture this is an encoding issue for who ever made and uploaded this file. The only supported formats is Sorenson (SVQ3) and MP4a for audio. If the video had been muxed last in this atrocity the video wouldn't have been buried and may have had a chance of playing correctly.
Well a little further investigation shows Apple photo animation was added and there is an interactive portion at the end of the video. The file burps at the end with QT probably because the mux order was incorrect. VLC does NOT support this.
http://one.revver.com/revver
Posted: 14 Dec 2006 19:36
by klumy
This is how it looks like on my PC
Posted: 14 Dec 2006 20:57
by Lotesdelere
Yup, same behaviour here: nothing is shown is the VLC main window and I got two other opened windows.
Ctrl+I found six streams: 4 are video streams (SVQ3, RLE and JPEG*2), 1 is audio (MP4A) and 1 is subtitles.
Posted: 14 Dec 2006 21:29
by The DJ
This looks like a "composited video".
You have a background, where the video is placed within, buttons etc. VLC doesn't support this atm.
Posted: 14 Dec 2006 21:30
by klumy
On Windows Media Player it opens normally in ONE window
So I think this must be an issue with VLC
Posted: 15 Dec 2006 09:57
by DJ
VLC doesn't uses Direct Show codecs nor does it use QT's codecs. So I don't understand what part of the statement "VLC doesn't support this" that you didn't understand?
Posted: 15 Dec 2006 22:19
by klumy
sorry I misunderstood.
So can we see this support in the future?
Posted: 15 Dec 2006 22:26
by DJ
Actually while it does work in QuickTime it doesn't work very well. In general mixed video formats within a container is a no no! So it very well may be some time before you see any support anywhere else.
Posted: 16 Dec 2006 12:02
by VLC_help
At least some warning to users would be nice (like that broken AVI thingy).
Posted: 14 Apr 2007 16:13
by rush4hire
I have a file with 6 streams (3 video and 3 audio)
It's normal for some servers to have these. Your media player is supposed to select which stream based on your connection. There are high quality streams and low bandwidth streams.
I recorded a bunch of streams with SDP and it wrote all 6 streams, but VLC will choose the best one, which is why I use VLC now..
This stream url has 6 streams
http://69.1.83.130:80/Endavo3abn?MSWMExt=.asf
And I posted here with this issue.
viewtopic.php?p=107931#107931
Posted: 14 Apr 2007 18:31
by CloudStalker
Hmm, it looks to me that you're resurrecting old topics to futher enphesize your video problem; alterative to double-posting perhaps?
Posted: 14 Apr 2007 19:11
by rush4hire
Ya. What are you doing? Spamming perhaps?
lol
ok. I got a log using --file-logging --logfile="C:\test\k6.txt"
When accessing the same stream from the internet, where this file was created from, I got this in the log:
Code: Select all
access_mms: selecting stream[0x1] audio (16 kb/s)
access_mms: ignoring stream[0x2] audio (12 kb/s)
access_mms: ignoring stream[0x3] audio (8 kb/s)
access_mms: selecting stream[0x4] video (88 kb/s)
access_mms: ignoring stream[0x5] video (43 kb/s)
access_mms: ignoring stream[0x6] video (20 kb/s)
But I can't get it to use access_mms as an input module:
I have to sleep and I'll find it..
vlc <input> --sout="#duplicate{dst=std{access=file,mux=<something>,url=<path to file>},dst=display}"
It has to be something with 'mux'
--mux=<string> Mux module
This is a legacy entry to let you configure
mux modules
from here
http://wiki.videolan.org/VLC_command-line_help
Oh ya, and here's my topic I started before I found this
viewtopic.php?p=107931&highlight=#107931
Posted: 15 Apr 2007 02:22
by dmelliott
Similar issue: multiple windows & then a big choke on subscription down loads from several sites including:
http://www.askaninja.com/
which used to work. Plays fine in other players.
Posted: 15 Apr 2007 03:11
by rush4hire
So access_mss selects the stream for you, so why can't you select your own stream? What is the command for that?
And can you make it use access_mss?
Posted: 15 Apr 2007 08:37
by DJ
I find most players don't support multiple video formats. In fact I can't think of one out side of a few dedicated players that only support MPEG TS.
Posted: 15 Apr 2007 15:28
by rush4hire
Not sure what you mean DJ, but when I play this file in WinAmp it chooses the best streams, instead of playing them all in 3 different windows.
What I really want is to reduce the file size of my recordings from 3 GB to 2 GB and so I can watch them on VLC and not freak people out when they watch them.
I've invested 12 hours at least just trying to figure out how to select the video stream from a file. It will select the video from the web site, but not from file.
You can select the audio stream with --audio-track-id=2
Posted: 15 Apr 2007 20:56
by DJ
Seems easier and less time consuming to pull the mux apart and re-mux the file with the formats you want. Thus making the file size smaller and not confusing anyone when it comes time to play the file. Most players will chose the first video and audio track in the mux or the one that is marked as the default as most media players will not support multiple videos in a container as I have already mentioned in an earlier post here.
Posted: 20 Apr 2007 23:10
by dmelliott
I reiterate:
Such simple things as the Ask A Ninja subscription downloads cause multiple windows and then a big choke. There are no multiple streams when played, quite satisfactorily, in QT. VLC simply can't handle this very popular source.
This example is sited because it is well known and readily available, but more are becoming unplayable in VLC.
I really hate to say anything bad about this otherwise quite fine application.
Posted: 21 Apr 2007 08:30
by DJ
While you are reiterating, would you like to think about what you are saying??? QUICK TIME does NOT support multiple videos in the mux and VLC does. For all issues of this nature to date it has been a muxing (file creation) problem. Popularity of a title has nothing to do with the nut making the copy to another format.
Posted: 23 Apr 2007 22:35
by dmelliott
I have thought about it.
The bottom line is that several very popular downloads work in QT but not in yours. You might want to have some user concern and actually address the problem, rather than bash the messenger.
Posted: 23 Apr 2007 22:48
by DJ
It's very nice to see someone so concerned. As always the source code is available and patches or changes are welcomed.