Search found 6 matches

Go to advanced search

by ScottB
17 May 2008 06:53
Forum: VLC media player Feature Requests
Topic: VLC for 3D professional
Replies: 3
Views: 776

Re: VLC for 3D professional

I think he means that when you drag the time line scroll it doesn't play every frame it skips large chunks of frames. So if I'm not mistaken he wants it to play like you have it in fast forward when dragging the time line scroll bar.
by ScottB
17 May 2008 06:48
Forum: VLC media player Feature Requests
Topic: Video Lan Media Center
Replies: 4
Views: 1487

Video Lan Media Center

Image

VLC would be the perfect back end for a media center.

To make this fit in this category my feature request is for a media center add on.
by ScottB
31 May 2007 01:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Batch Convert
Replies: 2
Views: 2437

I got my own page. I feel special now :D

Thanks for posting that. I'll keep it updated as I expand the scripts in the future.
by ScottB
30 May 2007 05:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Batch Convert
Replies: 2
Views: 2437

Batch Convert

The script was tested by Tonsofpc's and found to work. So enjoy batch transcoding you massive media colleciton. My server is tied up for the next few days so I can't test this but if any one has a few spare CPU cycles give this a shot. It should in theory convert all the files in the directory its ...
by ScottB
30 May 2007 02:05
Forum: VLC media player for Windows Troubleshooting
Topic: Convert multiple video files using command line batch file
Replies: 3
Views: 4051

Code: Select all

for %%a in (*.VOB) do "C:\Program Files\VideoLAN\VLC\vlc" -I dummy -vvv %%a --sout=#transcode{vcodec=h264,vb=1024,acodec=A/52,ab=192,channels=2,deinterlace}:standard{access=file,mux=ts,dst=%%a.mpg} vlc:quit
This should cycle through the files one at a time.
by ScottB
30 May 2007 01:49
Forum: VLC media player for Windows Troubleshooting
Topic: Transcoding Multiple Files at Once
Replies: 6
Views: 1126

Here is a solution that might work (I havent tested it yet but I am about to) for %%a in (*.VOB) do "C:\Program Files\VideoLAN\VLC\vlc" -I dummy -vvv %%a --sout=#transcode{vcodec=h264,vb=1024,acodec=A/52,ab=192,channels=2,deinterlace}:standard{access=file,mux=ts,dst=%%a.mpeg} vlc:quit That...

Go to advanced search