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/audiodump.wav" >/dev/null 2>&1 The error value was 256 I can immediately spot one problem, where in my version of sox, version 14.4.2, -s should be -e s or possibly -e signed. Unfortunately, I'm not able to determine what -2 should be doing, right before the -c 2, which is the number of channels, as sox sees -2 as an unrecognized option also, and smogrify indicates that this has something to do with samples, but I can find nothing that would have anything to do with samples that would be specified as 2 or -2 in an older version of sox. Any help with this is greatly appreciated. Thanks much. Sent from my hungry hungry hippo ------------------------------------------------------------------------------ _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
