Search found 32 matches

Go to advanced search

by lefish
23 Sep 2008 02:47
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

:D
Thanks, i am waitting for new version of VLC, so that it can record stream from keyframe, then the green screen will disappear.
Virtualdub by default only opens AVI files. You can cut MPEG files with TMPGenc.
http://www.weethet.nl/english/video_tmpenc_cut.php
by lefish
22 Sep 2008 06:50
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

Thanks sir, VirtualDub doesn't work on my video file.
You could try fixing it with VirtualDub:
http://www.virtualdub.org/

However if the keyframe is broken then may not be repairable.

Arite.
by lefish
22 Sep 2008 06:35
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

What's easiest option? I tried to find easiest and east in vlc-help.txt, but failed.
If the keyframe is really broken, you can't fix it. Easiest option is to cut new file, which starts from first working keyframe.
by lefish
19 Sep 2008 09:30
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

Thanks, but the recorded video have green screen(about 2s) at the beginning fo file. Somebody told me it's the keyframe's problem, but i don't know how to fix keyframe?
Regards,
lefish
AVI should work but you have to prolly recode video and audio.
by lefish
18 Sep 2008 03:05
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

Thanks, I have changed many container format, but none of it work.
So, can you give me a ideal container format?
Then you have to select another container format for you video.
by lefish
12 Sep 2008 03:22
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

Thanks, I downloaded TMPGenc and did it as what you have told me, but it doesn't work too.
Any other solution?
Thanks.
You could try to remux that MPEG file, hopefully it will fix the problem (you can use for example TMPGenc do it, File -> MPEG tools and demultiplex and after that multiplex).
by lefish
11 Sep 2008 05:21
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

yep, i download a .mpg file from http://thecommitted.com/Downloads/Tour2007/Westlife%20-%20The%20Rose%20(littlesue73).mpg. And then play it with 0.9.2-rc1 and vlc-1.0.0-git-20080909-0006 with the following command vlc.exe -vvv --start-time=10 --extraintf=logger Westlife.mpg , but neither of it works...
by lefish
11 Sep 2008 03:11
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

Re: start-time option doesn't work

Thanks for your reply. Maybe you misunderstood me, i have recorded RTSP stream to a .mpg file, now i play the .mpg file with option --start-time=10, but it also start at the beginning of the video file(.mpg file). So i think it doesn't work on this kind of file. Regards, Lefish AFAIK start time isn'...
by lefish
10 Sep 2008 04:34
Forum: VLC media player for Windows Troubleshooting
Topic: start-time option doesn't work
Replies: 16
Views: 1388

start-time option doesn't work

hey, all, i have recorded RTSP stream and saved it intfo file. But the video file have a green screen at the beginning(about 2s), now i wanna skip the green screen, so i use the --start-time=2, but it haven't any effect on the video. The video also play from the begging, i wanna know why? BTW, --sta...
by lefish
10 Sep 2008 04:10
Forum: VLC stream-output (sout)
Topic: Steaming to file while viewing with jvlc
Replies: 3
Views: 757

Re: Steaming to file while viewing with jvlc

This code works for me, but need some change. public class JVlm { /** * "--extraintf=logger", */ public static void main(String[] args) { String[] param = new String[] { "-vvv", "--plugin-path=.\\3rd_party\\vlc-0.9.0-test3-20080727-0004\\plugins", "--no-plugins-cac...
by lefish
09 Sep 2008 07:15
Forum: VLC stream-output (sout)
Topic: After Streaming/Transcoding Green Screen Problem
Replies: 5
Views: 2251

Re: After Streaming/Transcoding Green Screen Problem

I have met the same problem. If you have fixed, pls tell me. Okay, so I use VideoLan to do the transcoding videos into wmv instead of flv. I don't get why the begining and some parts of the videos get green screens while it's playing and all choppy and stuff. I would always transcode the video to wm...
by lefish
08 Sep 2008 10:48
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC Vista
Replies: 8
Views: 2313

Re: JVLC Vista

hmm, nice, thanks a lot.
by lefish
08 Sep 2008 10:27
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3087

Re: How to record stream RTSP with JVLC?

Thanks, i did it according to what you told me, but it doesn't generate any output file. public class Snippet { public static void main(String[] args) { String output = "#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst=C:/aaaab.mpg}}&...
by lefish
08 Sep 2008 07:54
Forum: General VLC media player Troubleshooting
Topic: command line, records 'n split
Replies: 4
Views: 1567

Re: command line, records 'n split

hey, sir, did you solve it?
by lefish
08 Sep 2008 05:37
Forum: VLC media player for Windows Troubleshooting
Topic: Stream record time limit
Replies: 9
Views: 7823

Re: Stream record time limit

I have looked up docs and found the solution:

Code: Select all

vlc.exe rtsp://192.168.10.133:554 :sout=#transcode{vcodec=mp4v,vb=800,scale=1,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst=D:/record_vlc/r2.mpg}} --run-time 5 vlc://quit
Cheers
by lefish
08 Sep 2008 05:07
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3087

Re: How to record stream RTSP with JVLC?

thanks, sir. I tried to write the code like what you told me(the following code), but i couldn't terminal the program from eclipse console panel. Can you check my code and give me some suggestion, thanks a lot. public class JVLCArgs { /** * */ public JVLCArgs() { try { Runtime .getRuntime() .exec( &...
by lefish
05 Sep 2008 09:41
Forum: VLC media player for Windows Troubleshooting
Topic: How to record stream RTSP with JVLC?
Replies: 14
Views: 3087

How to record stream RTSP with JVLC?

Hey, all, i met the problem, is there a way to record stream RTSP into a file, so that i can play it when another time.
I found the VLC have this feature, does JVLC implement this feature?
Thanks.
by lefish
30 Jun 2008 07:10
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC crashes in windows
Replies: 5
Views: 1545

Re: JVLC crashes in windows

The site is broken, maybe it would be fixed soon.
by lefish
27 Jun 2008 11:30
Forum: VLC media player for Windows Troubleshooting
Topic: Add video to JPanel
Replies: 1
Views: 1273

Add video to JPanel

Hey, i tried to add video to a jpanel, it's not always works. Sometimes it jumpes a new JFrame, but when i double clicked it, it jumped a new JFrame all the time. btw, my os is windows xp and jvlc version is 0.8.6a. Anybody have idea on this? Thanks a lot. Here is my code: import java.awt.BorderLayo...
by lefish
27 Jun 2008 09:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc video in JPanel ?
Replies: 2
Views: 1182

Re:

Can you visit this link:http://jvlc.ihack.it/releases/? I couldn't visit anyhow.
by lefish
26 Jun 2008 03:47
Forum: VLC media player for Windows Troubleshooting
Topic: recompile source code and get error
Replies: 4
Views: 470

Re: recompile source code and get error

thanks, i tried to use --disable-avcodec, but i got many errors too. I use the latest version http://download.videolan.org/pub/testing/win32/contrib-20080528-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2. I think where can i download the lastest jvlc and necessary dlls, so i needn't recompile i...
by lefish
25 Jun 2008 06:02
Forum: VLC media player for Windows Troubleshooting
Topic: recompile source code and get error
Replies: 4
Views: 470

Re: recompile source code and get error

thanks, if i make it with "make -bB" then it works fine, but i got another error:
Configure: Error: Could not find libavcodec or libavutil. Use --disable-avcodec to ignore this error.
Here it is the error jpeg: http://www.pastethat.com/qoory
by lefish
25 Jun 2008 05:57
Forum: VLC media player for Windows Troubleshooting
Topic: Can't download jvlc
Replies: 4
Views: 476

Re: Can't download jvlc

Thanks for your reply.
but how could i download it?
by lefish
24 Jun 2008 11:11
Forum: VLC media player for Windows Troubleshooting
Topic: recompile source code and get error
Replies: 4
Views: 470

recompile source code and get error

I tried to recompile source code according to http://wiki.videolan.org/Win32CompileCygwinNew, but i get the error: http://www.pastethat.com/ydZup , anybody can help me? thanks in advance. this is an error: http://www.pastethat.com/ydZup PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_PATH=/usr/win32/lib/pkgc...
by lefish
24 Jun 2008 09:02
Forum: VLC media player for Windows Troubleshooting
Topic: Can't download jvlc
Replies: 4
Views: 476

Can't download jvlc

Why i can't down load jvlc from http://jvlc.ihack.it/releases/jvlc-0.9. ... x86-32.jar? I asl couldn't access its homepage http://jvlc.ihack.it, why?
Anybody can give me an explanation? Thanks in advance.

Go to advanced search