Search found 10 matches

Go to advanced search

by satya
28 Nov 2006 00:45
Forum: VLC media player for macOS Troubleshooting
Topic: Follow linked quicktime files?
Replies: 1
Views: 646

Follow linked quicktime files?

hi,
I have several quicktime files (.mov) that do not containt the actual video but refer to another movie file elsewhere in the directory structure. Is VLC able to resolve the link and play the actual file?

thanks!
by satya
01 Aug 2006 19:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: combining images into a movie
Replies: 0
Views: 589

combining images into a movie

hi,
I have exported a movie into a series of images using :vout=image; I edited some of the images. Now I want to combine all images back into a movie. Is that possible with vlc .. ?

Thanks!!
by satya
23 May 2006 14:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc:quit
Replies: 2
Views: 3775

Thanks!

Thanks; it helped a lot!

It doesnt work that way with ver 0.8.2 though, but works fine with 0.8.4 (I upgraded).
by satya
22 May 2006 20:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC source code installation in Ubuntu
Replies: 5
Views: 1662

error!

hi, thanks for that pointer; I am still facing a problem while executing the last step - I have executed the make command to build vlc: gcc -Wsign-compare -Wall -pipe -o libscreen_plugin.so -shared -fpic -fPIC -u vlc_entry__0_8_5 libscreen_plugin.a -L/usr/local/lib -lpthread -lX11 -lXext /usr/bin/ld...
by satya
22 May 2006 18:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Executing vlc from a shell script
Replies: 1
Views: 1142

problem solved

This problem is sloved; The solution is to use quotes generously like this:

CMD="vlc -I dummy --sout=""#transcode{vcodec=mp4v, acodec=mp4a}:std{access=file, mux=mp4, url=file.mp4}"" $SRC_FILE"

and then execute CMD; I just put

$CMD

in the shell script to exec it;
by satya
22 May 2006 18:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc:quit
Replies: 2
Views: 3775

vlc:quit

hi, I am having a bit of problem with vlc:quit at the end of command line. My command line is like this: $ vlc -I dummy --sout="#transcode{vcodec=WMV2,acodec=mpga}:std{access=file,mux=asf,url=temp.asf}" videos/temp.mpg vlc:quit VLC media player 0.8.2-svn Janus [00000246] main playlist: add...
by satya
20 May 2006 01:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Need help with VLC transcoding
Replies: 2
Views: 957

yeah, I tried that; VLC is adding vlc:quit to its play list! maybe I dont have the latest version (my version is 0.8.2-svn Janus)
by satya
20 May 2006 01:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Executing vlc from a shell script
Replies: 1
Views: 1142

Executing vlc from a shell script

hi, I am having a hard time executing a shell script line like this: `vlc file.avi -I dummy --sout='#transcode{vcodec=mp4v, acodec=mp4a}:std{access=file, mux=mp4, url=file.mp4}' ` (i.e a transcoder in back-quotes) this simply wil not work with bash; vlc is adding file.avi, url=file.mp4 and many sust...
by satya
17 May 2006 19:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Need help with VLC transcoding
Replies: 2
Views: 957

Need help with VLC transcoding

hi, I am trying to transcode a few videos (in batch mode) using a command like: vlc file.avi -I dummy --sout='#transcode{vcodec=mp4v, acodec=mp4a}:std{access=file, mux=mp4, url=file.mp4}' I need two things here: 1. vlc 0.8.2 (obtained from from Debain stable) is giving me an error for the audio code...
by satya
16 May 2006 19:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC batch transcoding without GUI
Replies: 3
Views: 1588

Thanks a lot! that really helps!

Go to advanced search