ffmpef 1.1

2013-01-15 Thread Zyumbilev, Peter
Hi,

Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?

Thanks,

Peter
___
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: ffmpef 1.1

2013-01-15 Thread Mark Felder
On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter  
pe...@aboutsupport.com wrote:



Hi,

Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?



I assume multimedia/ffmpeg1 just needs an update
___
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: ffmpef 1.1

2013-01-15 Thread Andy Wodfer
On Tue, Jan 15, 2013 at 8:53 PM, Mark Felder f...@feld.me wrote:

 On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter 
 pe...@aboutsupport.com wrote:

  Hi,

 Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?


 I assume multimedia/ffmpeg1 just needs an update


Hi,
You might consider compiling it from source instead since it often takes
some time for the ports to be up to date with the development of ffmpeg.

Here is how I did it a while back:

Download the latest ffmpeg from GIT.

Extract .tgz file

# cd ffmpeg-0.10
# bash
# export LIBRARY_PATH=/usr/local/lib
# export CPATH=/usr/local/include
# ./configure --enable-gpl --enable-nonfree --enable-shared
--enable-libdirac --enable-libfaac --enable-libschroedinger
--enable-libvorbis --enable-libtheora --enable-libvpx --enable-libx264
--enable-libxvid --cc=gcc47
#gmake
#gmake install
___
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: ffmpef 1.1

2013-01-15 Thread Zyumbilev, Peter

On 15/01/2013 21:53, Mark Felder wrote:
 On Tue, 15 Jan 2013 13:47:49 -0600, Zyumbilev, Peter
 pe...@aboutsupport.com wrote:
 
 Hi,

 Does anybody know if there soon be port of ffmpeg 1.1 to FreeBSD ?

 
 I assume multimedia/ffmpeg1 just needs an update
 

1.1 has REALLY cool features - burn subtitles for example. Also I am
crossing fingures to solve some strange problems I experience 1.0.

Peter
___
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: ffmpef 1.1

2013-01-15 Thread Mark Felder
On Tue, 15 Jan 2013 14:22:56 -0600, Zyumbilev, Peter  
pe...@aboutsupport.com wrote:



1.1 has REALLY cool features - burn subtitles


Hardcoded subs are the worst :(
___
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: ffmpef 1.1

2013-01-15 Thread Waitman Gobble
On Jan 15, 2013 12:59 PM, Zyumbilev, Peter pe...@aboutsupport.com wrote:



 On 15/01/2013 22:27, Mark Felder wrote:
  On Tue, 15 Jan 2013 14:22:56 -0600, Zyumbilev, Peter
  pe...@aboutsupport.com wrote:
 
  1.1 has REALLY cool features - burn subtitles
 
  Hardcoded subs are the worst :(
 

 I will wait a little before going the compile route...


 For subs,I am with Samsung which works like charm with sepate srt file,
 however I want to build such setup who is with Sony and Sony supports
 only burned subtitles :(


did you try multimedia/ffmpeg-devel, its pulls from svn. for subtitles I
think you are talking about libass? its been in svn head for awhile.

Waitman Gobble
San Jose California

___
 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
___
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