Search found 7 matches

Go to advanced search

by kewa
23 Jun 2021 17:27
Forum: VLC stream-output (sout)
Topic: Adding Date To File Name In Sout Capture of Radio Stream
Replies: 0
Views: 11243

Adding Date To File Name In Sout Capture of Radio Stream

Hi I run the following from a batch file which when finished will be launched by Windows Task Scheduler @echo off start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" http://stream.blahblahorg.uk:8001/stream?type=.mp3 :sout=#transcode{mux=raw}:file{dst=C:\\Users\\Kewa\\Radio\\HRS.mp3...
by kewa
18 Nov 2008 10:17
Forum: General VLC media player Troubleshooting
Topic: Transcoding problem since upgrading
Replies: 2
Views: 255

Re: Transcoding problem since upgrading

Hi There are no messages because the process just runs OK now except the filenames don't change correctly. Here is my revised code again: %%a in (*.mp3) do "C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy -vvv "%%a" --sout=#transcode{vcodec=h264,vb=1024,scale=1,acodec=mp2a,ab=192...
by kewa
15 Nov 2008 13:56
Forum: General VLC media player Troubleshooting
Topic: Transcoding problem since upgrading
Replies: 2
Views: 255

Transcoding problem since upgrading

Hi For some time I've been using a batch file to transcode all .mp3 files in a folder to .ts format and to remove all "_"'s in the filename with " " This has worked perfectly, automatically transcoding each file, replacing the "_" with " " and quitting at the ...
by kewa
06 Jul 2008 01:27
Forum: VLC stream-output (sout)
Topic: Transcoding query
Replies: 1
Views: 471

Transcoding query

I am trying to convert some MP3 files in a folder to .ts format. I am using the following... for %%a in (*.mp3) do "C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy -vvv %%a --sout=#transcode{acodec=mp2a,ab=192,channels=6}:standard access=file,mux=raw,dst=%%a.ts} vlc:quit which works but th...
by kewa
20 Mar 2007 18:07
Forum: VLC stream-output (sout)
Topic: Please help a newbie
Replies: 2
Views: 855

main debug: adding playlist item `C:\MyVideos\Shaun1.rec' ( C:\MyVideos\Shaun1.rec ) main debug: adding playlist item `C:\MyVideos\Shaun2.rec' ( C:\MyVideos\Shaun2.rec ) main debug: creating new input thread main debug: waiting for thread completion main debug: thread 3896 (input) created at priori...
by kewa
20 Mar 2007 10:09
Forum: VLC stream-output (sout)
Topic: Please help a newbie
Replies: 2
Views: 855

Please help a newbie

Hi I've spent hours trying so many different ways of joining 2 files all without success so I'd really appreciate some help as I'm obviously doing something stupid. I'm using VLC 0.8.6a with Windows XP Home. I have 2 files C:\MyVideos\Shaun1.ts and C:\MyVideos\Shaun2.ts which I'm looking to join to...
by kewa
17 Mar 2007 17:02
Forum: VLC stream-output (sout)
Topic: Joining two video files with VLC?
Replies: 5
Views: 14588

I'm stuck too!

Hi I've spent hours trying so many different ways of joining 2 files all without success so I'd really appreciate some help as I'm obviously doing something stupid. I'm using VLC 0.8.6a with Windows XP Home. I have 2 files C:\MyVideos\Shaun1.ts and C:\MyVideos\Shaun2.ts which I'm looking to join tog...

Go to advanced search