1.0.0 ui doesn't show demuxing progress
Posted: 23 Jul 2009 19:11
Code: Select all
vlc file.flv :no-video :sout="#es{mux-audio=raw,access-video=dummy,access-audio=file,dst-audio=file.mp3}" vlc://quit
Discussion and support for VLC media player and friends
http://forum.videolan.org/
Code: Select all
vlc file.flv :no-video :sout="#es{mux-audio=raw,access-video=dummy,access-audio=file,dst-audio=file.mp3}" vlc://quit
Code: Select all
vlc file.flv --no-sout-video :sout="#std{mux=raw,access=file,dst=file.mp3}" vlc://quit
Did you repro the bug, the ui (slider) does not show the demuxing progress?I don't know, but this would be more straightforward:Code: Select all
vlc file.flv --no-sout-video :sout="#std{mux=raw,access=file,dst=file.mp3}" vlc://quit
in prior versions the progress bar moved proportionally to the actual progress of the demuxing operation.I don't really understand your problem. You're saying there is no progress bar, but them you say there is one as if playing...
Can you see it? Maybe it's only windows, I am on XP32 SP3?I don't really understand your problem. You're saying there is no progress bar, but them you say there is one as if playing...
I don't know what that means. Did you repro it? Do you acknowledge this as a regression bug?Sounds like it's just slow to process. Maybe some component is (incorrectly) forcing pacing.