Re: [Lives-users] Problem with sox

2015-11-11 Thread salsaman
Thanks Kyle ! I did some further testing here and I believe that the problem is now fixed definitively. Can you kindly confirm ? Gabriel. http://lives-video.com https://www.openhub.net/accounts/salsaman On Tue, Nov 10, 2015 at 11:31 PM, Kyle wrote: > Looks like that almost fixed it. The e

Re: [Lives-users] Problem with sox

2015-11-10 Thread Kyle
Looks like that almost fixed it. The error I get now says LiVES failed doing the following: sox -D -t .raw -r 48000 -s -b 16 -c 2 "/run/media/kyle/USB3HDD/livestmp//ldmf/clips/340559110/audioc lip" -t .wav -r 48000 -c 2 -s -16 "/run/media/kyle/USB3HDD/livestmp//ldmf/clips/340559110/audiodump. wa

Re: [Lives-users] Problem with sox

2015-11-10 Thread salsaman
OK, great, I think I found the problem. If you wouldnt mind upgrading from svn and then running "sudo make install" to check that would be grand ! (No need to run "make" as the fix is in smogrify). Regards, Gabriel. http://lives-video.com https://www.openhub.net/accounts/salsaman On Tue, Nov

Re: [Lives-users] Problem with sox

2015-11-10 Thread Kyle
Sorry for the long delay in responding. The output you requested is sox version is 14004002 Hope it helps. Sent from my underwater town -- ___ Lives-users mailing list Lives-u

Re: [Lives-users] Problem with sox

2015-11-06 Thread salsaman
Kyle ? http://lives-video.com https://www.openhub.net/accounts/salsaman On Wed, Nov 4, 2015 at 11:26 PM, salsaman wrote: > OK, that seems to be as expected. Can you edit /usr/bin/smogrify, and look > for the section > > sub convert_audio_to_wav { > > > in there, add: > > *print("sox

Re: [Lives-users] Problem with sox

2015-11-04 Thread salsaman
OK, that seems to be as expected. Can you edit /usr/bin/smogrify, and look for the section sub convert_audio_to_wav { in there, add: *print("sox version is $sox_version\n");* $smcom="sox $nodither -t .raw -r $arate $asigned -$sasamps -c $achans \"$audio_in\" -t .wav -r $nrate

Re: [Lives-users] Problem with sox

2015-11-04 Thread Kyle
sox -h 2>&1 | grep -i sox: sox:  SoX v14.4.2 sox --version sox:  SoX v14.4.2 Thanks. Sent from my piggy bank -- ___ Lives-users mailing list Lives-users@lists.sourcef

Re: [Lives-users] Problem with sox

2015-11-04 Thread salsaman
Please also send output from: sox --version Gabriel. http://lives-video.com https://www.openhub.net/accounts/salsaman On Wed, Nov 4, 2015 at 9:22 PM, salsaman wrote: > Hi Kyle, > it seems like the sox version is not being read somehow. Can you type in > the following: > > sox -h 2>&1 |

Re: [Lives-users] Problem with sox

2015-11-04 Thread salsaman
Hi Kyle, it seems like the sox version is not being read somehow. Can you type in the following: sox -h 2>&1 | grep -i sox: and send me the resulting output. (In answer to your query, the -2 should be the sample size, (two bytes per sample). I note from the manpage of sox this is now deprecated

[Lives-users] Problem with sox

2015-11-04 Thread Kyle
I'm attempting to encode a video clip, and I'm getting the following error: LiVES error: Command failed doing sox -D -t .raw -r 48000 -s -2 -c 2 "/run/media/kyle/USB3HDD/livestmp//ldmf/clips/736491038/audioclip" -t .wav -r 48000 -c 2 -s -2 "/run/media/kyle/USB3HDD/livestmp//ldmf/clips/736491038/au