I would love to do the same thing. Trying to use VLC to convert HEVC to h264. Seems to only even try to convert the audio. I'm trying to transcode a 1.5G file, but the whole process is done in about 5 seconds. I'm left with a 30MB file after the conversion. It's not even trying to convert the video ...
--qt-start-minimized Right-click context menu works. Known issue: https://trac.videolan.org/vlc/ticket/11500 https://trac.videolan.org/vlc/ticket/13179 Ok, cheers mate. Glad that bug is already documented. I think for now I'll stick with the AHK script as it's a little cleaner and doesn't involve a...
Does it help if you use --no-embedded-video option? That does work... kind of ... That creates two VLC windows: one with the video and the other with the controls (despite using --qt-minimal-view ). The video window does actually show up where I position it with the ( --video-x ) and ( --video-y ) ...
` In the interim, I have created an AutoHotKey script that works for what I'm trying to do. I am still interested in finding a way to do this natively with VLC, but this will work for now: VLC := "C:\Program Files\VideoLAN\VLC\vlc.exe" Run %VLC% --qt-minimal-view --qt-video-autoresize --v...
` I've searched the forum and researched all the CLI options, but I can't quite seem to get this working exactly as I'd like. My goal: get VLC to start with no interface (only a title bar, min/max/close buttons, and the video), and start with a set window size, at a set position. If I use a dummy i...
Thanks both for your replies! Yes, it dawned on me last night that I might be looking at a control interface, versus the actual stream. I did change the streaming port from 8080 to 8081 and that has worked. Also, prior to this I was selecting a different transcoding option. I wonder if that was affe...
Thanks for your reply. I followed that thread, but it hasn't helped me accomplish what I'm trying to do. I have similar settings to what he was using. Here is what I get when I point my web browser to http://localhost:8080/: http://imgur.com/Wadkuvc. Aren't I supposed to see a video feed? And when I...
Apologies in advance for a slightly frustrated post. I'm trying something that should be very straightforward and simple. Streaming my webcam (Logitech HD Webcam C525) to other computers on the network. However, this is not working. At all. And I have become quite frustrated in my unsuccessful attem...