Recommended Posts

anyone know how to change codec type from "MP3" to "LAME" (from %__codec% string)?

585433354[/snapback]

The only thing that %__codec% will ever show for MP3s is 'MP3'. If you want to change it to always say LAME, you can do like $if($stricmp($info(codec),MP3),LAME,$info(codec)), which will always replace 'MP3' by 'LAME'. That isn't very accurate, though....

The only thing that %__codec% will ever show for MP3s is 'MP3'. If you want to change it to always say LAME, you can do like $if($stricmp($info(codec),MP3),LAME,$info(codec)), which will always replace 'MP3' by 'LAME'. That isn't very accurate, though....

585438953[/snapback]

OK .. Thanks . I will try. :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.