Search found 23 matches

Go to advanced search

by MLM
22 Jan 2013 21:54
Forum: VLC media player for Windows Troubleshooting
Topic: command line webm encoding not working
Replies: 6
Views: 1548

Re: command line webm encoding not working

Hi cleaner, I tried your first code... In fact, it seems the problem is due to the space between the coma and dest vlc -vvv "F:\\video01.mov" --sout='#transcode{vcodec=VP80,vb=1200,scale=1}:std{access=file,mux=ffmpeg{mux=webm}, dst="F:\\video01.webm"}' Should be: vlc -vvv "F...
by MLM
20 Jan 2013 14:03
Forum: VLC stream-output (sout)
Topic: transcode h264 missing frames at end + inaccurate frame rate
Replies: 4
Views: 5282

Re: transcode h264 missing frames at end + inaccurate frame

Finally, I have opened an tracticket... Ticket #8062
Hope I am doing the correct.
by MLM
19 Jan 2013 15:14
Forum: VLC stream-output (sout)
Topic: transcode h264 missing frames at end + inaccurate frame rate
Replies: 4
Views: 5282

Re: transcode h264 missing frames at end + inaccurate frame

Hi, I have played the resulting transcoded file with ffplay... here the logs from it: ffplay version N-48810-gaaa7d2f Copyright (c) 2003-2013 the FFmpeg developers built on Jan 13 2013 22:01:22 with gcc 4.7.2 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth...
by MLM
19 Jan 2013 14:40
Forum: VLC stream-output (sout)
Topic: Strange behaviours - --sout=#gather:transcode{}
Replies: 3
Views: 2156

Re: Strange behaviours - --sout=#gather:transcode{}

Hi all, Still trying to retrieve more info on what it is happening, I have tried to play the resulting file using ffplay... here what it reports: ffplay version N-48810-gaaa7d2f Copyright (c) 2003-2013 the FFmpeg developers built on Jan 13 2013 22:01:22 with gcc 4.7.2 (GCC) configuration: --enable-g...
by MLM
14 Jan 2013 17:26
Forum: VLC stream-output (sout)
Topic: Strange behaviours - --sout=#gather:transcode{}
Replies: 3
Views: 2156

Re: Strange behaviours - --sout=#gather:transcode{}

Hi all, More info, at the moment of playing accelerated, the logs say: main warning: buffer too late (63561), up-sampling main warning: timing screwed, stopping resampling main warning: buffer too late (100895), up-sampling main warning: timing screwed, stopping resampling main warning: buffer too l...
by MLM
14 Jan 2013 17:07
Forum: VLC stream-output (sout)
Topic: Strange behaviours - --sout=#gather:transcode{}
Replies: 3
Views: 2156

Strange behaviours - --sout=#gather:transcode{}

Hi all, vlc.exe file_1.avi file_1.avi --sout-keep --sout=#gather:transcode{venc=x264{profile=baseline},vcodec=h264,fps=25,acodec=mp4a}:standard{access=file,mux=mp4,dst="file_out.mp4"} --sout-all -vvv So, for testing purpose, I try to append twice the same file. Using the code above, the re...
by MLM
13 Jan 2013 14:14
Forum: VLC media player for Windows Troubleshooting
Topic: On screen Timer Duration
Replies: 3
Views: 828

Re: On screen Timer Duration

Hi ashepiro, Umm ok..., What do I do with that code??? Where Do I put it?? This is for using VLC from command line... This way you can access to all the options... It is more powerful than using the GUI but less easy (learning curve). But you also can add the time from the GUI (with less options lik...
by MLM
12 Jan 2013 21:16
Forum: VLC media player for Windows Troubleshooting
Topic: Automatically closing VLC
Replies: 2
Views: 201

Re: Automatically closing VLC

Hi dcbwhaley,

Have a look here: Completely non-interactive transcoding

Hope this help.

SAlut, Michel.
by MLM
12 Jan 2013 20:43
Forum: VLC stream-output (sout)
Topic: transcode h264 missing frames at end + inaccurate frame rate
Replies: 4
Views: 5282

Re: transcode h264 missing frames at end + inaccurate frame

Hi all, I have installed this version vlc-2.0.5-20121213-0204 The resulting file does not play... here the messages log: main debug: processing request item: BARRAS.mp4, node: Lista de reproducción, skip: 0 main debug: resyncing on BARRAS.mp4 main debug: BARRAS.mp4 is at 0 main debug: starting playb...
by MLM
12 Jan 2013 15:35
Forum: VLC media player for Windows Troubleshooting
Topic: On screen Timer Duration
Replies: 3
Views: 828

Re: On screen Timer Duration

Hi ashepiro,

Try this:

Code: Select all

vlc.exe --sub-filter=marq{marquee=\$T} somevideo.avi
More info here: Documentation:Modules/marq
Hope this help.

SAlut, Michel.
by MLM
12 Jan 2013 15:01
Forum: VLC stream-output (sout)
Topic: transcode h264 missing frames at end + inaccurate frame rate
Replies: 4
Views: 5282

Re: transcode h264 missing frames at end + inaccurate frame

Hi all, I have tried the code above using the vlc-2.1.0-git-20130112-0003-win32.zip ( EDIT: I do something wrong testing...so, my following remarks are not true for this VLC version. Sorry . )and the result is the same (missing frames at the end of the file + inaccurate frame rate) ... What I am doi...
by MLM
11 Jan 2013 19:37
Forum: VLC stream-output (sout)
Topic: transcode h264 missing frames at end + inaccurate frame rate
Replies: 4
Views: 5282

transcode h264 missing frames at end + inaccurate frame rate

Hi all, I am experimenting strange things :oops: ... I am trying to transcode AVI files to h264... I use this command line: vlc.exe Video_file.avi --sout=#transcode{venc=x264{profile=baseline},vcodec=h264,vb=800,acodec=mp4a,ab=128,}:standard{access=file,mux=mp4,dst=TEST_enc.mp4} -vvv Doing so, the r...
by MLM
10 Jan 2013 19:44
Forum: VLC stream-output (sout)
Topic: transcode to h264 mp4 always results on lost frames
Replies: 1
Views: 443

Re: transcode to h264 mp4 always results on lost frames

Hi all,

It seems I finally found something...
viewtopic.php?f=14&t=107365#p364095

SAlut, Michel.
by MLM
10 Jan 2013 19:38
Forum: VLC media player for Windows Troubleshooting
Topic: transcode to h264 mp4 always results on lost frames
Replies: 5
Views: 9112

Re: transcode to h264 mp4 always results on lost frames

Hi all, It seems I finally found something... Despite I continued not to understand what is behind it all ... I have tried adding profile=baseline : vlc.exe Video_file.avi --sout=#transcode{venc=x264{profile=baseline},vcodec=h264,vb=800,acodec=mp4a,ab=128,}:standard{access=file,mux=mp4,dst=TEST_enc....
by MLM
10 Jan 2013 17:29
Forum: VLC stream-output (sout)
Topic: x264 Multipass ratecontrol = 2 --- VLC CRASH ...
Replies: 0
Views: 348

x264 Multipass ratecontrol = 2 --- VLC CRASH ...

Hi all,

In preferences video codecs x264, I set the parameter Multipass ratecontrol to 2
When I try to convert a file to h264 , VLC crash...

SAlut, Michel
by MLM
10 Jan 2013 02:06
Forum: VLC media player for Windows Troubleshooting
Topic: transcode to h264 mp4 always results on lost frames
Replies: 5
Views: 9112

Re: transcode to h264 mp4 always results on lost frames

Hi all, In one of my trying, by error I used vcodec=mp4v instead of h264... vlc.exe Video_file.avi --sout=#transcode{vcodec=mp4v,vb=800,acodec=mp4a,ab=128,}:standard{access=file,mux=mp4,dst=TEST_enc.mp4} -vvv the resulting file played nicely without any lost frames.... So, is It a bug of the h264 co...
by MLM
09 Jan 2013 18:44
Forum: VLC stream-output (sout)
Topic: Stream out to file
Replies: 2
Views: 572

Re: Stream out to file

Hi rubyna, I am not an advanced user, so, this answer is in the hope it can be of help... There is a command to stream a given time: --stop-time= time_value An example: vlc.exe file_in.avi --sout=#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:standard{access=file,mux=mp4,dst=file_out.mp4"} -...
by MLM
08 Jan 2013 16:37
Forum: VLC stream-output (sout)
Topic: transcode to h264 mp4 always results on lost frames
Replies: 1
Views: 443

transcode to h264 mp4 always results on lost frames

Hi all, I have problems trying to encode files to h264.... I am not able to get a file that does not play without lost frames with VLC. I already posted a request but in the wrong place (sorry :oops: )... See here please: transcode to h264 mp4 always results on lost frames It seems that I am doing s...
by MLM
08 Jan 2013 16:12
Forum: VLC media player for Windows Troubleshooting
Topic: transcode to h264 mp4 always results on lost frames
Replies: 5
Views: 9112

Re: transcode to h264 mp4 always results on lost frames

I realize that I posted this topic in the wrong place... Sorry for that... :oops:
by MLM
08 Jan 2013 15:46
Forum: VLC media player for Windows Troubleshooting
Topic: Open multiple windows/movies on one screen.
Replies: 4
Views: 15558

Re: Open multiple windows/movies on one screen.

Hi frascati, Open the menu Tools --> Preferences (or hotkey Ctrl+P ) . In show settings (down left) , select All . Then, in Performance options , let unchecked One instance when started from file . Also, here a reference I found searching on google: http://wiki.videolan.org/How_to_play_multiple_inst...
by MLM
05 Jan 2013 13:47
Forum: VLC media player for Windows Troubleshooting
Topic: transcode to h264 mp4 always results on lost frames
Replies: 5
Views: 9112

Re: transcode to h264 mp4 always results on lost frames

Hi all, In trying to solve my lost frames problem, I was thinking, perhaps transcoding with 2 pass will help but I can't found how to set this pass option in the command line... I have tried adding pass=2 in the command line, like this: vlc.exe Video_file.avi --sout=#transcode{vcodec=h264,vb=1024,pa...
by MLM
04 Jan 2013 16:58
Forum: VLC media player for Windows Troubleshooting
Topic: transcode to h264 mp4 always results on lost frames
Replies: 5
Views: 9112

Re: transcode to mp4 always results on lost frames

Hi all, As a test, I have created on Vegas a 30 seconds file that consist of a Test Pattern Colour Bars as an AVI Pal DV rendered file... Then, I used the VLC convert/save option to convert the file to mp4... The resulting file played on VLC, has 2 frames lost (the first one at aprox. 10'' and the 2...
by MLM
04 Jan 2013 15:22
Forum: VLC media player for Windows Troubleshooting
Topic: transcode to h264 mp4 always results on lost frames
Replies: 5
Views: 9112

transcode to h264 mp4 always results on lost frames

Hi all, After many tries transcoding to mp4, I never managed to get a file that plays without lost frames... The statistics of VLC player always shows a few lost frames... When I re-transcode the same file, I have the same exact resulting lost frames... I have searched the forum for an explanation b...

Go to advanced search