diff -uNrp a/x264.c b/x264.c --- a/x264.c 2008-04-22 10:58:54 +0300 +++ b/x264.c 2008-05-15 21:43:56 +0300 @@ -838,6 +838,7 @@ static int Encode( x264_param_t *param, i_frame_size = Encode_frame( h, opt->hout, NULL ); } while( i_frame_size ); + fprintf( stderr, " \r" ); i_end = x264_mdate(); x264_picture_clean( &pic ); x264_encoder_close( h );