Re: port for separation audio from video in mp4 file

2009-06-09 Thread John Nielsen
On Monday 08 June 2009 03:05:20 pm Stefan Miklosovic wrote:
 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.

For things that understand mp4 you should also look under 
ports/multimedia. The transcode program includes tcextract which is one 
way to do what you're asking.

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


port for separation audio from video in mp4 file

2009-06-08 Thread Stefan Miklosovic
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: port for separation audio from video in mp4 file

2009-06-08 Thread Polytropon
On Mon, 8 Jun 2009 21:05:20 +0200, Stefan Miklosovic 
miklosovic.free...@gmail.com wrote:
 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.

Maybe mplayer can do that for you. It has options -dumpvideo
and -dumpaudio. As you know, mplayer / mencoder can do everything
that you can imagine. :-)





-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: port for separation audio from video in mp4 file

2009-06-08 Thread Wojciech Puchar


Maybe mplayer can do that for you. It has options -dumpvideo
and -dumpaudio. As you know, mplayer / mencoder can do everything
that you can imagine. :-)


-dumpaudio -vc dummy will dump audio and skip video decoding at all
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org