[MPlayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.33,1.34

Jan Knutar jknutar at nic.fi
Fri Jul 22 10:09:09 CEST 2005


On Thursday 21 July 2005 20:54, Ivan Kalvachev wrote:

> > Diego
> 
> I don't think I should document option that doesn't work.
> Not yet :)
> It just hangs for me.

Works for me.

There's actually a wait in x264, you need to press enter to step ahead
frames :)

Try something like this and see if it stops hanging ;-)

Index: common/visualize.c
===================================================================
--- common/visualize.c  (revision 277)
+++ common/visualize.c  (working copy)
@@ -167,7 +167,7 @@
         { B_SKIP  , "yellow" },
     };

-    static const int waitkey = 1;     /* Wait for enter after each frame */
+    static const int waitkey = 0;     /* Wait for enter after each frame */
     static const int drawbox = 1;     /* Draw box around each block */
     static const int borders = 0;     /* Display extrapolated borders outside frame */
     static const int zoom = 2;        /* Zoom factor */




More information about the MPlayer-cvslog mailing list