Search found 14 matches

Go to advanced search

by NeuNeuRolf
03 Dec 2020 21:03
Forum: VLC for Android and Chrome OS
Topic: cannot confirm selection for media library directories
Replies: 3
Views: 406

Re: cannot confirm selection for media library directories

Found it : there's a ".nomedia" file that tells the Samsung gallery not to look for images in the music directories. My other music player apps can ignore this, VLC can't. Might be a good thing to add such an option. This topic may be closed as far as I'm concerned.
by NeuNeuRolf
03 Dec 2020 10:05
Forum: VLC for Android and Chrome OS
Topic: cannot confirm selection for media library directories
Replies: 3
Views: 406

Re: cannot confirm selection for media library directories

To select a directory, make sure it's parents are not selected. As soon, you select a folder, you don't need to validate your selection, it should be taken into account. Thank you ! Yes, I selected a directory without selecting its parent. And it was NOT taken into account. Nothing happened, and I ...
by NeuNeuRolf
29 Nov 2020 19:55
Forum: VLC media player for Windows Troubleshooting
Topic: Extract Original-Format Audio From A Video (2016)
Replies: 6
Views: 1945

Re: Extract Original-Format Audio From A Video (2016)

Oookay ... in the meantime I wrote a script that does this ... and here we go : TitNum=1 KapVon=0 KapBis=0 SecVon=-1 SecBis=0 AudNum=0 ErgVlc='wav' BitRat=256 TrnKap=0 TstMod=0 PreFix="" WinDrv="D" UseAac=0 AddOpt="" #####################################################...
by NeuNeuRolf
29 Nov 2020 11:27
Forum: VLC media player for Windows Troubleshooting
Topic: seek from command line doesn't work correctly
Replies: 2
Views: 178

Re: seek from command line doesn't work correctly

Well, what I eventually did was to create a complete extract and use ffmpeg to cut it into parts using the times observed while watching the DVD. Worked well. ### What does this tell us ? It seems you can't use --start-time and --stop-time . ### That would be a strange bug - or is it a feature ? Did...
by NeuNeuRolf
28 Nov 2020 16:41
Forum: VLC media player for Windows Troubleshooting
Topic: seek from command line doesn't work correctly
Replies: 2
Views: 178

seek from command line doesn't work correctly

os : windows 10 vlc : 3.0.11 ### I wanted to extract from a DVD with --start-time and --end-time. I had previously watched the DVD and noted down the times from the displayed timestamps. ### problem : they don't match, the further the DVD plays the more the times differ, as if the playing extracting...
by NeuNeuRolf
28 Nov 2020 15:37
Forum: VLC for Android and Chrome OS
Topic: cannot confirm selection for media library directories
Replies: 3
Views: 406

cannot confirm selection for media library directories

device: S9 with Android 10, VLC for Android 3.3.2 problem : I try to select the directories on the SD-card for the media library. VLC shows the directories, I can select the ones I want ... but there is no confirmation button. I have to go back to leave the selection ... and the directories aren't s...
by NeuNeuRolf
26 Dec 2019 14:21
Forum: VLC media player for Windows Troubleshooting
Topic: Extract Original-Format Audio From A Video (2016)
Replies: 6
Views: 1945

Re: Extract Original-Format Audio From A Video (2016)

I want to EXTRACT original-format audio from a video via the Command Line. FFMpeg apparently can do it, but they don't have a mux-format code for AAC. I have the means to know what the video's audio coding format is, but I don't want to convert it to the same format - I want to get the original aud...
by NeuNeuRolf
26 Dec 2019 14:19
Forum: VLC media player for Windows Troubleshooting
Topic: How to extract AC3 audio from a DVD on Windows
Replies: 3
Views: 370

Re: How to extract AC3 audio from a DVD on Windows

for NN in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 do /cygdrive/c/Program\ Files\ \(x86\)/VideoLAN/VLC/vlc.exe -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --no-sout-all --ttl=1 --sout-keep --sout "#std{access=file,mux=raw,dst=$NN.ac3}" dvdsimple:///D\:#3:$N...
by NeuNeuRolf
26 Dec 2019 13:59
Forum: VLC media player for Windows Troubleshooting
Topic: Extract Original-Format Audio From A Video (2016)
Replies: 6
Views: 1945

Re: Extract Original-Format Audio From A Video (2016)

Ok, thanks to
https://forum.videolan.org/viewtopic.php?t=139862
https://forum.videolan.org/viewtopic.php?f=14&t=135250&p=447359&hilit=audio+track#p447359
I found the solution : --no-sout-all
by NeuNeuRolf
26 Dec 2019 13:58
Forum: VLC media player for Windows Troubleshooting
Topic: How to extract AC3 audio from a DVD on Windows
Replies: 3
Views: 370

Re: How to extract AC3 audio from a DVD on Windows

Ok, thanks to
https://forum.videolan.org/viewtopic.php?t=139862
https://forum.videolan.org/viewtopic.php?f=14&t=135250&p=447359&hilit=audio+track#p447359
I found the solution : --no-sout-all
by NeuNeuRolf
26 Dec 2019 12:23
Forum: VLC media player for Windows Troubleshooting
Topic: How to extract AC3 audio from a DVD on Windows
Replies: 3
Views: 370

Re: How to extract AC3 audio from a DVD on Windows

The DVD that I work with actually has got three Audio streams : the first two are described as A52 Audio (aka AC3) (a52), the third as DTS Audio (dts)
by NeuNeuRolf
26 Dec 2019 12:09
Forum: VLC media player for Windows Troubleshooting
Topic: How to extract AC3 audio from a DVD on Windows
Replies: 3
Views: 370

How to extract AC3 audio from a DVD on Windows

Sorry to bother you all, but I'm new to vlc and would like on Windows 10 to extract the audio from a DVD. I found out how to do that while converting into wav : vlc.exe -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --sout "#transcode{acodec=s...
by NeuNeuRolf
26 Dec 2019 09:08
Forum: VLC media player for Windows Troubleshooting
Topic: Extract Original-Format Audio From A Video (2016)
Replies: 6
Views: 1945

Re: Extract Original-Format Audio From A Video (2016)

Sorry to bother you all, but I'm new to vlc and would like on Windows 10 to extract the audio from a DVD. I found out how to do that while converting into wav : vlc.exe -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --sout "#transcode{acodec=s...

Go to advanced search