Search found 17 matches

Go to advanced search

by netskink
21 Aug 2012 14:50
Forum: VLC media player for Windows Troubleshooting
Topic: how to fix index and save avi via cmd line
Replies: 0
Views: 196

how to fix index and save avi via cmd line

Hello

I asked this question in the general forum, but really it is a general usage question. My original post is here. I'm hoping this week I might get a reply.

Original post: viewtopic.php?f=2&t=103538&sid=0601703b ... 9a#p350213

John
by netskink
17 Aug 2012 16:12
Forum: General VLC media player Troubleshooting
Topic: cmd line for batch audio+video processing
Replies: 0
Views: 526

cmd line for batch audio+video processing

Hello I want to build a sequence of vlc commands to take fraps videos, concatenate them, compress them and add audio. So far I have this process but I don't know how to transform it into the command lines. -------- @echo off rem combine the input files into one resultant file. set file1=part1.avi se...
by netskink
10 Aug 2012 17:58
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Re: Append multiple files into one file.

Hello Jean-Baptiste, Ok. Np. So I have another problem. When I do manage to get a combined sound and video file, I can play it in vlc and it will play sound along with video. However, in windows media player it will only play video. If I try to upload to google, it says undefined server error. I thi...
by netskink
10 Aug 2012 16:52
Forum: VLC media player for Windows Troubleshooting
Topic: Only VLC can index broken AVI correctly
Replies: 6
Views: 6147

Re: Only VLC can index broken AVI correctly

You can use the streaming wizard and just remux, not encoding.
Or using the command line, with something like this vlc.exe file.avi --sout file_new.avi
This command does not fix it for me. Do you need to save it afterwards?
by netskink
10 Aug 2012 15:04
Forum: General VLC media player Troubleshooting
Topic: vlc cmd line for adding audio to a avi?
Replies: 2
Views: 329

Re: vlc cmd line for adding audio to a avi?

Hello Jean-Baptiste,

I expected the video to continue with no audio. ie. a 14 min avi and a 4 min mp3 would be a 14 min avi with 4 mins of audio at beginning.

John
by netskink
10 Aug 2012 15:00
Forum: VLC stream-output (sout)
Topic: cmd line for audio add to avi file
Replies: 2
Views: 1367

Re: cmd line for audio add to avi file

Hello

I was thinking that it would continue playback for 10 more minutes of silent video or perhaps even looping the audio until the video was complete.

John
by netskink
10 Aug 2012 14:57
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Re: Append multiple files into one file.

VLC Media Player 2.0.2 Twoflower
Win7 x64 OS
by netskink
09 Aug 2012 19:54
Forum: VLC stream-output (sout)
Topic: cmd line for audio add to avi file
Replies: 2
Views: 1367

cmd line for audio add to avi file

Hello Maybe this is a better place to post this. I am trying to use vlc to add a audio .mp3 file to an existing .avi file which does not have sound. When I use the gui on windows, it will do this but it truncates the file at the point where the audio file ends. In other words if I have a 15 minute l...
by netskink
09 Aug 2012 16:30
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Re: Append multiple files into one file.

So, it seems to work now. Here is how I did it. @echo off set file1= xw-cw-top-heals-loss-a.avi set file2= xw-cw-top-heals-loss-b.avi vlc %file1% %file2% --sout "#gather:std{access=file,mux=avi,dst=out.avi}" --sout-keep This batch file takes two avi files and concats them to a new broken f...
by netskink
09 Aug 2012 16:27
Forum: General VLC media player Troubleshooting
Topic: vlc cmd line for adding audio to a avi?
Replies: 2
Views: 329

vlc cmd line for adding audio to a avi?

Hello I have a 14 minute avi file and a 5 min mp3 file. I use the latest stable vlc to convert/save the avi file with additonal audio and I do get a new avi file with sound. However, the file is truncated to where the audio stops. Could someone please tell me what the format for the vlc command line...
by netskink
08 Aug 2012 21:08
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Re: Append multiple files into one file.

Well it did not really work. After it fixed the index, it truncated as soon at the first video.
by netskink
08 Aug 2012 20:19
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Re: Append multiple files into one file.

Ahh, I've changed the mux=ts to mux=avi. I got the info via the #vlc channel on irc. I'll post the result when its done.
by netskink
08 Aug 2012 19:35
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Re: Append multiple files into one file.

The batchfile generates the following output vlc xw-cw-top-heals-loss-a.avi xw-cw-top-heals-loss-b.avi --sout "#gather:std{access=file,mux=ts,dst=out.avi}" --sout-keep It looks like the same format as seen here: http://wiki.videolan.org/How_to_Merge_and_Transcode_Multiple_Videos which give...
by netskink
08 Aug 2012 18:46
Forum: VLC media player for Windows Troubleshooting
Topic: Append multiple files into one file.
Replies: 10
Views: 8199

Append multiple files into one file.

Hello I was trying to use the vlc gui to append two files into one, but it did not work. I found a site on the wiki which gave info on how to do it. I used this method but it does not work. I get an output file with 0 bytes. Here is the batch file I used. @echo off set file1= xw-cw-top-heals-loss-a....
by netskink
08 Aug 2012 18:39
Forum: VLC media player for Windows Troubleshooting
Topic: Playing FRAPS video in VLC
Replies: 4
Views: 513

Re: Playing FRAPS video in VLC

Its odd. It is working now. If it has a problem in the future, how do I find the logs?
by netskink
07 Aug 2012 15:35
Forum: VLC media player for Windows Troubleshooting
Topic: Playing FRAPS video in VLC
Replies: 4
Views: 513

Playing FRAPS video in VLC

Hello I have a similar problem as others have seen in the past. I have Fraps 3.5.2 and VLC 2.0.2 installed on a win7 x64 computer. Both appear to be the latest version. I used to record in fraps and play in VLC. Now, I can only see the resultant videos in windows media player. I read something about...

Go to advanced search