Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: display anomaly with lame & osx 10.2 (jaguar) (Read 2950 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

display anomaly with lame & osx 10.2 (jaguar)

hi all,

after i installed osx 10.2 and the attendant developer tools, i recompiled lame 3.92 with gcc 3.1. now, when i use lame, i get the following in my terminal window:

Code: [Select]
12100/12323  (98%)|    4:26/    4:31|    4:58/    5:03|   1.1861x|    0:05  

12150/12323  (99%)|    4:26/    4:30|    4:58/    5:02|   1.1900x|    0:04  

12200/12323  (99%)|    4:26/    4:29|    4:58/    5:01|   1.1943x|    0:03  

12250/12323  (99%)|    4:26/    4:28|    4:58/    4:59|   1.1986x|    0:01  

12300/12323 (100%)|    4:27/    4:27|    4:58/    4:58|   1.2029x|    0:00  

12321/12323 (100%)|    4:27/    4:27|    4:58/    4:58|   1.2047x|    0:00  

32 [  228] ******$<3>

128 [  703] %**************$<3>

160 [ 2821] %%%%%%%%%%%%%%%****************$<3>

192 [ 3738] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%****************$<3>

224 [ 1582] %%%%%%%%%%%%%%%%%*************$<3>

256 [  904] %%%%%%%**************$<3>

320 [ 2347] %%%%%%%%%%%%%%%%%%%%%%%%%%%%*********$<3>

average: 211.2 kbps   LR: 5827 (47.29%)   MS: 6496 (52.71%)


(s/js lines truncated.)

note how the "live" line (showing progress, including % done), does not clear, but instead creates a new line. this is a snippet. the spawning of new live lines starts at about 12%, give or take -- the display runs normally prior to that.

oh, the resulting mp3s sound great, aps, as always.

this did not occur on my previous gcc3.1 compile of lame. i did a vanilla compile here -- no flags. i'm wondering if anyone else has seen this in other operating systems or has an inkling of why this display anomaly exists.

brett.

display anomaly with lame & osx 10.2 (jaguar)

Reply #1
I had the same problem a few weeks ago. In my case it was just the default Terminal window settings (Terminal:Preferences:Window Settings...then use the pop-up menu to get to the window panel.) Apple made a few changes in the Terminal app to improve the text display (among many other things.)

Just make the window a bit wider, either in the panel or by resizing it manually, and the line will refresh as before.

btw, NMP3 Ripper has been updated to work in 10.2 Immensely handy little bit of code.
"That which does not kill us makes us stranger." -- Trevor Goodchild

display anomaly with lame & osx 10.2 (jaguar)

Reply #2
I have been ignoring this display problem for quite a while now, but I was thinking about looking into solving it now.  It seems that it is a problem with the newline character since $<3> seems to be showing up at the end of all the histogram lines.  For now, i just use --nohist and it's not so annoying, but it would be nice to have the histogram info to look at.  Any programmers know where to start looking for the problematic code?

display anomaly with lame & osx 10.2 (jaguar)

Reply #3
well, due to the apparent outpouring of need for a solution to this problem  ...LAME vbr histogram displays perfectly is you use it under apple's X11.  NONE of the window settings in terminal seem to keep it from displaying $<3> at the end of each line.  Another piece of info for anyone who cares is this: when i ssh in from a unix (solaris) machine and run lame, the display is fine on the unix box.

Hopefully someone can help me and the other 3 mac users out there.

display anomaly with lame & osx 10.2 (jaguar)

Reply #4
I just figured this out a couple of weeks ago. This problem can be easily remedied by going into the window settings and selecting the buffer section and then unclicking the checkbox that states "wrap lines that are too long."

 

display anomaly with lame & osx 10.2 (jaguar)

Reply #5
that's hardly a solution since the <3>'s remain at the ends of the lines and now we've added a problem where i cannot put in long commands. Since I have all my music on a separate HD, this is no good.  What we need to find out is what is the difference between Apple's X11 and applel's terminal that makes the <3>'s dissapear.