Re: For all G4C music lovers

"[email protected] [gui4cli]" <[email protected]> 21 May 2014 12:36:34 -0700
Newsgroups gmane.comp.windows.gui4cli
Message-ID <[email protected]>
Hi Chris,
 

 That's correct. The file name path is used in several differrent command lines, normal
 path and PCpath with and without quotes.
 But now it works alright using the G4C script line:
 

 run ffmpeg.exe '-loglevel fatal -i $fname -vn -codec:a copy -id3v2_version 3 -y $out'
 

 where $fname is a Quote extracted filename and $out is a Fullpath extracted "Temp:/Untagged.MP3"
 At first they were both also PCpath extracted which worked fine but it turned out not to be necessary.
 I had to change Version 0 to Version 3 to keep the tekst metadata.
 I'm glad that there are no MCI initialize errors anymore, it only took me a few days delving into the
 FFmpeg dungeon until the letters from the docs started to move uncontrollable before my eyes.
 

 So, thanks again for all the help.
 

 fer