I asked in irc how to use vlc for a python program I am making and I was told to use libvlc (I was going to use http to avoid the headache of getting the python bindings) so I decided I tried another time to get the python bindings, so again I followed the wiki instructions and came into and error, ...
My early post makes no sense and I guess I didn't read it before posting. What I meant (but obviously didn't say) was that Its illegal but your not going to get arrested for just using it to play videos. Please correct me if I'm wrong.
Use Red 5 reverse engineer to gain RTMP support. Wikipedia Entry Wikipedia RTMP http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol Wikipedia Red5 http://en.wikipedia.org/wiki/Red5 Red5 Homepage http://www.osflash.org/red5 Red5 Tutorials http://sunil-gupta.blogspot.com/2007/03/how-to-create-sa...
open a command prompt and type. cd C:\Program Files\VideoLAn\VLC vlc.exe --file-logging "Drag a video file to play"" "Drag a video file to play"==drag a file to the command prompt the window. the in explorer copy the text in C:\Program Files\VideoLan\VLC\vlc-log.txt to here ...
Then stop your complaining and stop being such a wuss. Oh no it is illegal but does it make sense. Would you stop eating if it was illegal I wouldn't first off its a necesity and the law makes NO sense
I have created a bat file that does this but now that I am learning python wish to now if I can build a GUI Program using Python, Tkinter, and VLC. My first problem is running VLC. In bat files I would just cd C:\Program Files\VideoLan\VLC vlc.exe [i]parameters[/i] I would set the parameters using v...
Problem Solved: After looking at several other post involving the command line and DVD one poster suggested to the person with the problem to create a log by adding the lines --file-logging -vvv So I thought it might work for my problem and so I did them one with the first title on the DVD and one w...
Edit: Works Fine with settings mad through GUI Here is bat file code if it will help @echo on :start echo Welcome to Video to iPod Converter!! echo This will convert your Videos that you select to iPod compatible format echo When your done just import to iTunes and sync your iPod echo This will put ...
I have wrote a bat script that rips and converts DVD's at once. It allows multiple titles (such as a season of a TV show) to be ripped and converted with VLC and I have had a problem with title that aren't the first one (title 1). This has worked on the season after it (so I am thinking it isn't enc...