Re: For all G4C music lovers
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <[email protected]> |
Hi Fer, I think some things are mixed up with the paths to FFmpeg. AFAIK, g4c quotes paths automatically when they contain spaces and not when the have none. Also FFmpeg should accept Linux style paths like g4c internally (it has it's base on Linux). What I do in my Avanti app is, always unquote the paths g4c supplies first and then quote them on the FFmpeg command line. I think in the case of paths with spaces you may perhaps supplied the g4c quoted paths and then quoted these again on the FFmpeg command line? Chris ---In [email protected], <fmstoopman@...> wrote : Hi Chris, Thanks for your suggestion. I never used tag information in MP3/WMA because it is not very trustful (sometimes artist and title are reversed and sometimes completely missing) and therefore not suitable to build a playlist. I've struggled quite a while with the command descriptions you gave. Names must be in PC format and quoted when containing spaces but quotes are not allowed without spaces. As usual it takes some time to find out but now it all works OK. When MCI gives the error "cannot initialize" the file is checked for the ID3 bits and then the tag is removed and the file is saved in TEMP: and after a short WAIT the untagged file is loaded and played. Perfect... and the original MP3 is untouched.... Probably I also make the choice to overwrite the original. Thanks again fer