[fpc-pascal] Linux - ExecuteProcess versus fpSystem
    Andrew Haines 
    AndrewD207 at aol.com
       
    Fri Sep  9 02:01:12 CEST 2011
    
    
  
On 09/08/11 19:52, Andrew Haines wrote:
> You can try something like
> oggenc -Q '--output="outputfile.ogg"' "tempfile.wav"
> to see if that works or if you use TProcess directly I understand that
> options have been added recently to overcome the problem quotes can have
> on the arguments.
or consider using -o "outputfile.ogg" which won't have the problem of
begin split to two params since it already is.
> 
> Regards,
> 
> Andrew
    
    
More information about the fpc-pascal
mailing list