Search found 24 matches

Go to advanced search

by john luo
24 Mar 2005 14:05
Forum: VLC stream-output (sout)
Topic: ffmpeg options to get better quality
Replies: 0
Views: 696

ffmpeg options to get better quality

i tried transcoding to mpeg-4 video with mp3 audio with ffmpeg and then streaming to stb. these kinds of ffmpeg options will make better quality: #transcode{fps=20,venc=ffmpeg{hq=rd,trelli,strict=1,strict-rc,pre-me,keyint=300,bframes=0},vcodec=mp4v,width=352,height=288,scale=1,vb=500,acodec=mp3,ab=6...
by john luo
04 Mar 2005 06:46
Forum: VLC stream-output (sout)
Topic: help on compiling option. thanx.
Replies: 1
Views: 588

help on compiling option. thanx.

if i made a modification on a single module, and i also build it under this module subfolder, but what i got is something like *.dll with different size of what it should be under windows. any one know what i should do beside "make" under this module's subfolder? thanks a lot for any sugge...
by john luo
28 Feb 2005 08:01
Forum: VLC stream-output (sout)
Topic: emergency! in transcode, when target audio is mp3, how to...
Replies: 0
Views: 434

emergency! in transcode, when target audio is mp3, how to...

how to get samperate down to 44100 or more small?

if acodec=mp3, system seems set a fixed samplerate to 90000. does any one know how to change this?


thanx for any sugesstion!!
by john luo
25 Feb 2005 02:59
Forum: VLC stream-output (sout)
Topic: vlc for WinCE?
Replies: 1
Views: 641

vlc for WinCE?

does anyone ever compile VLC under wince? any suggestion will be great appreciated.
by john luo
22 Feb 2005 14:24
Forum: VLC stream-output (sout)
Topic: vlc svn version 10029 crash after start. build under windows
Replies: 2
Views: 624

yes, i got it correct.
thank you very mush :lol:
by john luo
22 Feb 2005 08:53
Forum: VLC stream-output (sout)
Topic: vlc svn version 10029 crash after start. build under windows
Replies: 2
Views: 624

vlc svn version 10029 crash after start. build under windows

after i build todays svn latest version, vlc will crash after start. :(
by john luo
21 Feb 2005 05:31
Forum: VLC stream-output (sout)
Topic: help about extra command line option. sos!
Replies: 1
Views: 550

help about extra command line option. sos!

if i use ffmpeg to encode to mp4 stream, how to set ffmepg option in vlc command line?

thanks for any help.
by john luo
18 Feb 2005 08:18
Forum: VLC stream-output (sout)
Topic: mpeg-1 encode to mpeg4, wrong aspect ratio.
Replies: 0
Views: 454

mpeg-1 encode to mpeg4, wrong aspect ratio.

when encode mpeg-1 stream to mpeg-4, the result aspect ratio is wrong. does any know how to fix this bug?
by john luo
17 Feb 2005 02:32
Forum: VLC stream-output (sout)
Topic: who knows which hardware enocder cards coperate vlc good?
Replies: 2
Views: 842

thank you very much. :D
by john luo
15 Feb 2005 04:27
Forum: VLC stream-output (sout)
Topic: vlm playlist bug report
Replies: 4
Views: 1048

btw, how to communicate with vlc devleopers?
by john luo
15 Feb 2005 04:25
Forum: VLC stream-output (sout)
Topic: vlm playlist bug report
Replies: 4
Views: 1048

thank you very much
by john luo
06 Feb 2005 09:27
Forum: VLC stream-output (sout)
Topic: stream to file, who can help me
Replies: 3
Views: 1303

BTW, does VLC prepair to support mp4 hinting (only when streaming to mp4 files) in the future?
by john luo
06 Feb 2005 08:59
Forum: VLC stream-output (sout)
Topic: stream to file, who can help me
Replies: 3
Views: 1303

thank you very much for quick reply.
i will try that tool.
by john luo
06 Feb 2005 07:50
Forum: VLC stream-output (sout)
Topic: stream to file, who can help me
Replies: 3
Views: 1303

stream to file, who can help me

how can I save a stream to mp4 file with mp4 hint info? I have tested this command line : vlc.exe -vvv --reset-config -I rc e:\movies\001001.mpg --sout=#transcode{venc=ffmpeg,vcodec=mp4v,vb=512,acodec=mp3,ab=192,channels=2}:duplicate{dst=display,dst=standard{access=file,mux=mp4,url=d:\test.mp4} the ...
by john luo
05 Feb 2005 09:48
Forum: VLC stream-output (sout)
Topic: crazy, vlc streaming line problem
Replies: 2
Views: 1042

some notes on vlc command line:
1, in #modlue{} mode, don't add any space char " " between two parameters, otherwise vlc won't work.
2, in udp streaming, paramter is url=xxx.xxx.xxx.xxx:port
3, in rtp streaming, parameter is dst=xxx.xxx.xxx.xxx,port=port
by john luo
04 Feb 2005 02:48
Forum: VLC stream-output (sout)
Topic: Create SDP To Feed Darwin
Replies: 2
Views: 1909

vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout "#rtp" --sout-rtp-dst="239.10.10.10" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:/Program Files/Darwin Streaming Server/Movies/vlc.sdp" here you can replace the input to what you want(network stream, live...
by john luo
02 Feb 2005 14:38
Forum: VLC stream-output (sout)
Topic: problems found when useing vlm under ms windows, help pls
Replies: 4
Views: 1177

final solution

seems that mdate did not return correct value under windowsxp. so i wrote another method instead of mdate: mtime_t NowTime(){ #if defined( WIN32 ) || defined( UNDER_CE ) time_t date; time( &date ); return ((mtime_t) date) * 1000000; #else struct timeval tv_date; /* gettimeofday() could return an...
by john luo
02 Feb 2005 05:40
Forum: VLC stream-output (sout)
Topic: crazy, vlc streaming line problem
Replies: 2
Views: 1042

test result: 1, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout=#rtp{dst=239.10.10.10, ttl=4, sdp="file://C:/Program Files/Darwin Streaming Server/Movies/vlc.sdp"} 2, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout "#rtp" --sout-rtp-dst="239.10.10.10" --sout...
by john luo
02 Feb 2005 04:11
Forum: VLC stream-output (sout)
Topic: crazy, vlc streaming line problem
Replies: 2
Views: 1042

crazy, vlc streaming line problem

who can tell me the difference between these two cmd: 1, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout "#rtp" --sout-rtp-dst="239.10.10.10" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:/Program Files/Darwin Streaming Server/Movies/vlc.sdp" 2, vlc.exe ...
by john luo
01 Feb 2005 12:28
Forum: VLC stream-output (sout)
Topic: problems found when useing vlm under ms windows, help pls
Replies: 4
Views: 1177

since nobody would like to help me :(. i have to compile source code and add some debug info into context;
but it is really a long term comping!!

waiting for compiling end...
by john luo
31 Jan 2005 12:59
Forum: VLC stream-output (sout)
Topic: problems found when useing vlm under ms windows, help pls
Replies: 4
Views: 1177

i stepped into source code, seems it need not use 1/1000000s to do the schedule. 1/1000s is enough, isn't it?
by john luo
31 Jan 2005 08:38
Forum: VLC stream-output (sout)
Topic: problems found when useing vlm under ms windows, help pls
Replies: 4
Views: 1177

problems found when useing vlm under ms windows, help pls

i downloaded vlc 0.8.1 for windows. and i write a configrattion file for vlm like this: new gold_ch_1 broadcast enabled setup gold_ch_1 input file://e:\movies\okok.mp4 setup gold_ch_1 output #transcode{vcodec=mp4v,acodec=mp3,vb=800,ab=128}:standard{access=udp,mux=ts,url=239.255.12.42} new my_sched_s...
by john luo
31 Jan 2005 08:23
Forum: VLC stream-output (sout)
Topic: Loop option is not working for broadcast stream in VLM
Replies: 4
Views: 1242

also i got the problem. is the privouse version of vlm supporting "loop" option?

Go to advanced search