Giter Club home page Giter Club logo

Comments (5)

rdp avatar rdp commented on September 24, 2024

Ok added ilbc (had to look at that a bit to not cross my eyes with "libc"
LOL) in 5cf88fd and some warnings in ec4c116 nice work and feedback, thank
you!
-roger-

On Thu, Feb 21, 2013 at 2:24 AM, capodast [email protected] wrote:

Tried to send this as email feedback via roger-projects, but that address
doesn't work anymore?

Anyhow, great work with putting this together. I needed to make a Windows
binary of ffmpeg that could handle the iLBC format. This format is
interesting to me because iPhone does support encoding of iLBC natively
but not AMR and needed a way to effeciently transfer voice messages off
the phone.

Anyhow, using a Ubuntu 12.04 VM and the script with the following mods:

--enable-libilbc

build_libilbc() {
do_git_checkout https://github.com/dekkers/libilbc.git libilbc_git
cd libilbc_git
if [[ ! -f "configure" ]]; then
autoreconf -fiv
fi
generic_configure_make_install
cd ..
}

I managed to get the binary I wanted - thanks! You may want to add this to
the script (could always have it disabled by default).

Some more dependency checks could be added I think at the start (I was
using out-of-the-box ubuntu), you need
curl package to get the zeranoe build script, this in turn, requires cvs
flex and bison to run I believe.

Also, a disclaimer about the multiple of gigabytes required (mainly due to
the mingw compiler build) would be nice. Had to repartition my virtual
linux dist after an "out of disk failure" after half a days compiling =)

BR
/Christian


Reply to this email directly or view it on GitHubhttps://github.com//issues/12.

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

which email address failed and where was it referenced from? Thanks!

from ffmpeg-windows-build-helpers.

capodast avatar capodast commented on September 24, 2024

Hi, I tried to email: [email protected]
as stated in the readme.md file, maybe that's not the right way to use that address? Here's the response


Date: Thu, 21 Feb 2013 08:26:14 +0000
From: Mail Delivery Subsystem [email protected]
To: [email protected]
Subject: Delivery Status Notification (Failure)

Hello [email protected],

We're writing to let you know that the group you tried to contact (roger-projects) may not exist, or you may not have
permission to post messages to the group. A few more details on why you weren't able to post:

  • You might have spelled or formatted the group name incorrectly.
  • The owner of the group may have removed this group.
  • You may need to join the group before receiving permission to post.
  • This group may not be open to posting.

If you have questions related to this or any other Google Group, visit the Help Center at
http://groups.google.com/support/?hl=en_US.

Thanks,

Google Groups

----- Original message -----

X-Received: by 10.204.9.140 with SMTP id l12mr1163085bkl.7.1361435174825;
Thu, 21 Feb 2013 00:26:14 -0800 (PST)
X-Received: by 10.204.9.140 with SMTP id l12mr1163084bkl.7.1361435174801;
Thu, 21 Feb 2013 00:26:14 -0800 (PST)
Return-Path: [email protected]
Received: from mother.ludd.ltu.se (mother.ludd.ltu.se. [130.240.16.3])
by gmr-mx.google.com with ESMTP id i9si5595180bki.2.2013.02.21.00.26.14;
Thu, 21 Feb 2013 00:26:14 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of [email protected] designates 130.240.16.3 as permitted
sender) client-ip=130.240.16.3;
Authentication-Results: gmr-mx.google.com;
spf=pass (google.com: best guess record for domain of [email protected] designates 130.240.16.3 as permitted sender)
smtp.mail=[email protected]
Received: from dexter.ludd.ltu.se ([email protected] [130.240.16.80])
by mother.ludd.ltu.se (8.13.6+Sun/8.12.10) with ESMTP id r1L8QCbY013976
for [email protected]; Thu, 21 Feb 2013 09:26:12 +0100 (MET)
Date: Thu, 21 Feb 2013 09:26:12 +0100 (MET)
From: Christian Stahlberg [email protected]
To: [email protected]
Subject: Feedback on ffmpeg-windows-build-helpers
In-Reply-To: 941961831.153429821360463772631.JavaMail.root@lu1-wtools1
Message-ID: [email protected]
References: 941961831.153429821360463772631.JavaMail.root@lu1-wtools1
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

Ok could you please try it again, as a test?
thank you!
-r

On Fri, Feb 22, 2013 at 12:44 AM, capodast [email protected] wrote:

Hi, I tried to email: [email protected]
as stated in the readme.md file, maybe that's not the right way to use

that address? Here's the response

Date: Thu, 21 Feb 2013 08:26:14 +0000
From: Mail Delivery Subsystem [email protected]
To: [email protected]
Subject: Delivery Status Notification (Failure)

Hello [email protected],

We're writing to let you know that the group you tried to contact
(roger-projects) may not exist, or you may not have
permission to post messages to the group. A few more details on why you
weren't able to post:

  • You might have spelled or formatted the group name incorrectly.
  • The owner of the group may have removed this group.
  • You may need to join the group before receiving permission to post.
  • This group may not be open to posting.

If you have questions related to this or any other Google Group, visit the
Help Center at
http://groups.google.com/support/?hl=en_US.

Thanks,

Google Groups

----- Original message -----

X-Received: by 10.204.9.140 with SMTP id l12mr1163085bkl.7.1361435174825;
Thu, 21 Feb 2013 00:26:14 -0800 (PST)
X-Received: by 10.204.9.140 with SMTP id l12mr1163084bkl.7.1361435174801;
Thu, 21 Feb 2013 00:26:14 -0800 (PST)
Return-Path: [email protected]
Received: from mother.ludd.ltu.se (mother.ludd.ltu.se. [130.240.16.3])
by gmr-mx.google.com with ESMTP id i9si5595180bki.2.2013.02.21.00.26.14;
Thu, 21 Feb 2013 00:26:14 -0800 (PST)
Received-SPF: pass (google.com: best guess record for domain of
[email protected] designates 130.240.16.3 as permitted
sender) client-ip=130.240.16.3;
Authentication-Results: gmr-mx.google.com;
spf=pass (google.com: best guess record for domain of [email protected] 130.240.16.3 as permitted sender)
smtp.mail=[email protected]
Received: from dexter.ludd.ltu.se ([email protected][130.240.16.80])
by mother.ludd.ltu.se (8.13.6+Sun/8.12.10) with ESMTP id r1L8QCbY013976
for [email protected]; Thu, 21 Feb 2013 09:26:12 +0100 (MET)
Date: Thu, 21 Feb 2013 09:26:12 +0100 (MET)
From: Christian Stahlberg [email protected]
To: [email protected]
Subject: Feedback on ffmpeg-windows-build-helpers
In-Reply-To: 941961831.153429821360463772631.JavaMail.root@lu1-wtools1
Message-ID: [email protected]
References: 941961831.153429821360463772631.JavaMail.root@lu1-wtools1
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Reply to this email directly or view it on GitHubhttps://github.com//issues/12#issuecomment-13932224.

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

ok assuming this is fixed unless I hear otherwise, thank you.

from ffmpeg-windows-build-helpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.