From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id A84C1471E5 for ; Tue, 29 Aug 2023 16:46:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3561168C6B7; Tue, 29 Aug 2023 19:46:18 +0300 (EEST) Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 595AA68C65F for ; Tue, 29 Aug 2023 19:46:10 +0300 (EEST) Received: by mail-oi1-f182.google.com with SMTP id 5614622812f47-3a7d7df4e67so3252789b6e.1 for ; Tue, 29 Aug 2023 09:46:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wrench.io; s=google; t=1693327568; x=1693932368; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=G7Q+3uhx2V47T08NUenaRLDmsn8rpASycj/xX5tuUN0=; b=PJliJ3JkeASp0Uelquxn0ast6/GFuGb0NxQB1T6+hZZU09B2Fb4IcNDBBcL05M4FLM 0cJEvzTse188bXjgg/aX2Jqttrc1Pb46zFCcZefd5L53wSEErzLA7HTS/MmXnYmiSsVm dGuAawsbYW8AwtVx1BTfYtUtFiK4k8Kbiibvw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693327568; x=1693932368; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=G7Q+3uhx2V47T08NUenaRLDmsn8rpASycj/xX5tuUN0=; b=bUgYyTFIvjJ/AswLdzPYxxc6sCxbN20mwgXvibAXFvk4Og+iA/98LLxUz3YHa7SwJz 2+Fr+GdrpJEZJgmP2rOFUxXj5IkhQZBRpQv0qJhnS15szMVvrXDUw6Cw0+cMnl0iLXmv VdeMU9wD58fYf1oXYwOUdsQEGgORW80kgAE/ezWknwsn2QSony+z6rh3WJbPlQfnzr5w FQ+eGCiJPnTERn+PZIL0d9I4FzU0566ztuFiU2M66No+66s8G8yorkShNmloDM1Jpv5H l+enbX31CGttgPEZ3ZOIdOt9jF7MsIdSS1y7x5z0+fMNJheLfKFRts9KCP9+2LH1xyC/ 4rrw== X-Gm-Message-State: AOJu0YwrDyyrAkVAc8T01PSTLO6kU75o7DJCCezvPPPHI1XPnPEJP63a 0QPUVXvJ+Rh//o9kKQ84U+E7QleJAqOHXwbllcKGuK6IbT4bAXUUZ83JPw== X-Google-Smtp-Source: AGHT+IFX/3X1+WtwZxbPMqI4IE7odCvOUv7WDEDcvu1+I2YVaXeeIN4vivPAia8Q9YaHCGw3KR3KIjvZYw/eAg+PSTc= X-Received: by 2002:a05:6808:92:b0:3a7:78f6:e5db with SMTP id s18-20020a056808009200b003a778f6e5dbmr13673681oic.52.1693327568481; Tue, 29 Aug 2023 09:46:08 -0700 (PDT) MIME-Version: 1.0 From: Don Resnik Date: Tue, 29 Aug 2023 12:45:57 -0400 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [FFmpeg-devel] Question about ffmpeg support of sph files with embedded-shorten-v2.00 coding X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: ffmpeg, I have a sph file that ffmpeg will not process. I am using ffmpeg 6.0, which I believe is the latest version. I am actually running ffprobe on the file. Here is the file header: NIST_1A 1024 sample_count -i 10612160 sample_n_bytes -i 1 channel_count -i 2 sample_byte_format -s1 1 sample_rate -i 8000 sample_coding -s27 ulaw,embedded-shorten-v2.00 database_id -s8 CALLHOME pin -s6 509115 sample_checksum -i 12165 end_head Here is the command: >ffprobe -i input-file.sph and here is the output: [nistsphere @ 0x29f1ac0] coding ulaw,embedded-shorten-v2.00 is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. Before I go through sending a sample file, I would just like to confirm that ffmpeg should be able to process audio files with: 'sample_coding -s27 ulaw,embedded-shorten-v2.00' I was hoping there was a setting for configuration I could try that I have not discovered yet to make this work. Thank you for your help resolving this issue. Don R. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".