From owner-freebsd-questions@FreeBSD.ORG Mon Jun 8 19:33:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3621B106564A for ; Mon, 8 Jun 2009 19:33:09 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by mx1.freebsd.org (Postfix) with ESMTP id B45488FC15 for ; Mon, 8 Jun 2009 19:33:08 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: by bwz17 with SMTP id 17so542306bwz.43 for ; Mon, 08 Jun 2009 12:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7az/z9PsevRgLa1qs24U1njXr2IU7PNsn0X1EVQr/Os=; b=wPwgvlOdid63J8Rkht5Qxp8ygxTQtKYDZy0Eo9K320BzopIJohWvDs8xsDeNpFzx5W edynh07cej+0V/s0wAOkXWRPffDCjw/tt5O/sc0qiI1/d7qk82MgQ+QZwwpnpbgezgeL OdouyMVmYM5FGts8wgN1Gm8iklCAUoQSdO9Jk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=n2/4rtGSwvFxfLhNsjyUhVYbn9AVZT6C/tI/htDA3o/GbISYfXLKS1jgIIR/VDyRii OVsayEHQMdEhmN4spLYjuFa04YNiAg3fkunRyofILiAT6ZdrqIhsPgHyDxPeB3U9pVl1 Nw4pbmrbGt15gJU58szJAk0+xwSiwJgdYkEBM= MIME-Version: 1.0 Received: by 10.204.60.194 with SMTP id q2mr6965581bkh.150.1244487920454; Mon, 08 Jun 2009 12:05:20 -0700 (PDT) Date: Mon, 8 Jun 2009 21:05:20 +0200 Message-ID: From: Stefan Miklosovic To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: port for separation audio from video in mp4 file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 19:33:10 -0000 hi, title says it, i downloaded mp4 file by youtube-dl, but it downloaded video and audio as well. I would like to separate audio from that file. i try to find some port in /usr/ports/audio but nothing reasonable occudred. i tried "find . -type f -name pkg-descr | xargs grep mp4" but these were only some "offtopic" programs :) thank you