Search found 2 matches

Go to advanced search

by clcoulte
30 Mar 2010 17:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Transcoding Script Trouble
Replies: 3
Views: 495

Re: Transcoding Script Trouble

that seems to have fixed it, and thanks for the tip about the filename :)
by clcoulte
29 Mar 2010 02:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Transcoding Script Trouble
Replies: 3
Views: 495

Transcoding Script Trouble

I wrote a little script to try to convert avi files into mpg for use with the Tivo server Galleon. (Tivo boxes can only play mpeg2 files) but the script keeps stopping at a certain point. Script: #!/bin/bash for a in *.avi; do vlc -I dummy -vvv "$a" --sout "#transcode{vcodec=mp2v,vb=1...

Go to advanced search