Hot answers tagged vlc
3
I've created lua extension for doing exactly what you want to do. Please check
project at github or videolan addons page
1
In addition to AKE's solution of changing the default demuxer, I have an alternative resolution.
I had an m4v format video which also was also stuck on the first frame.
The reason however was not the demuxer's fault per se, and not the root of the problem.
After playing the video with the "Avformat" demuxer, the audio was about 6 seconds behind the video.
...
1
Finally, after a lot of tests, I've discovered I need an encoder for screen source:
vlcServer.bat
@start /MIN "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" ^
-vvv screen:// :screen-fps=25 :screen-top=545 :screen-left=232 :screen-width=250 :screen-height=120 ^
--sout=#transcode{vcodec=h264,acodec=none,fps=25}:rtp{dst=192.168.1.31,port=5004,mux=ts,ttl=1} ...
1
In the context of video, the .ps file extension normally represents an MPEG Program Stream, which is the same file type represented by the .mpg or .mpeg extensions. You should be able to simply rename the files.
Since you've selected MPEG TS (Transport Stream, which is really more useful for broadcast than sitting on a file on your computer) as the ...
1
For VLC see this question.
For MPC-HC install Spdifer:
It should be used by all DirectShow based players automatically, although for MPC-HC some slight tweaking of the internal decoder settings may be required as the page states.
For KMPlayer I'm not sure, but according to a post on its forum the relevant settings can be found under:
Options / Audio ...
1
For some reason, the %username%\AppData\Roaming\vlc folder was on D: drive instead of C:.
(Why? Might be related to the fact that I have moved some folders like the desktop and the documents on the second drive.)
That is why I have not found vlcrc on C:.
So, I have deleted completely the \vlc folder (deleting vlcrc might have suffice) and re-installed ...
Only top voted, non community-wiki answers of a minimum length are eligible