Re: I need a simple cli tool to rotate mp4 video.

2012-10-31 Thread Shane Ambler
On 31/10/2012 09:01, Jakub Lach wrote: $ ffmpeg -i A.mp4 -vf transpose=1 -r 30 -sameq -acodec copy B.mp4 Is _almost_ ideal, apart from x1.5 increase in size... playing with fps does not change it too. try the -b option to specify the bitrate you want. while I haven't tried it -fs is meant

Re: No sound from speaker, using Realtek ALC269 and snd_hda

2012-10-31 Thread Alexander Motin
On 31.10.2012 03:00, Big Yuuta wrote: Yes, actually I'm using sysctl hw.snd.verbose=4 to understand what's happening inside. From my tests, it's not a sense redirection problem. Because, when I unmute everything, and then I plug a headphone, the sound goes to the headphone and the internal

Re: I need a simple cli tool to rotate mp4 video.

2012-10-31 Thread Jakub Lach
Strange thing is, -sameq should give same quality as original. Thanks for all help! -- View this message in context: http://freebsd.1045724.n5.nabble.com/I-need-a-simple-cli-tool-to-rotate-mp4-video-tp5756670p5756776.html Sent from the freebsd-questions mailing list archive at Nabble.com.

Re: yelp could not be built because of libxul dependency (10.0 vs. 2)

2012-10-31 Thread Thomas Mueller
from Ewald Jenisch a...@jenisch.at: I'm trying to get my system up2date using portupgrade as usual. However during the upgrade process I ran into a problem during upgrade of yelp: === yelp-2.30.2_4 depends on package: libxul2 - not found === Found libxul-10.0.10, but you need to upgrade

Re: I need a simple cli tool to rotate mp4 video.

2012-10-31 Thread Da Rock
On 10/31/12 19:22, Jakub Lach wrote: Strange thing is, -sameq should give same quality as original. Thanks for all help! Using mencoder with a mixture of -mc and -forceidx should help the sync issues. Then just use delay to either adjust the audio or video track. If you are using dvb ts

Re: Famp Server

2012-10-31 Thread Hamisi Jabe
i started installing apache22 and it worked, then i installed mysql it worked fine, also when i installed php5 it worked fine too but when i browse php file it displays the codes not the information like i created a php file to display the current settings ?php echo phpinfo();  ? in the

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
Hello FreeBSD users ! How can i access and check packets directly from NIC ? Regards, Jack ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Access packets directly from NIC

2012-10-31 Thread Виталий Туровец
2012/10/31 Jack Mc Lauren jack.mclau...@yahoo.com: Hello FreeBSD users ! How can i access and check packets directly from NIC ? Regards, Jack ___ freebsd-questions@freebsd.org mailing list

Re: Access packets directly from NIC

2012-10-31 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Wed Oct 31 06:29:57 2012 From: =?UTF-8?B?0JLQuNGC0LDQu9C40Lkg0KLRg9GA0L7QstC10YY=?= core...@corebug.net Date: Wed, 31 Oct 2012 13:29:05 +0200 Subject: Re: Access packets directly from NIC To: Jack Mc Lauren jack.mclau...@yahoo.com Cc: FreeBSD

Re: Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
I believe that easiest way is using tcpdump. Also you should specify what you mean by 'accessing packets': is it the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

Re: VirtualBox Guest Addons

2012-10-31 Thread Polytropon
On Wed, 31 Oct 2012 10:58:54 +1100, Lachlan Holmes wrote: Hey all, If you can help 'd really appreciate it. I have a 9.0 release 64bit freebsd. I've done a Portsnap fetch extract and freebsd-update. I can't get virtualbox-ose-additions to install I get this error message. # make

Re: LIBREOFFICE.TBZ IS BROKEN -- ATTENTION

2012-10-31 Thread Chris Rees
On 30 October 2012 14:12, awarecons awarec...@gmail.com wrote: Hello! ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/libreoffice.tbzand probably other spreaded across ftp.freebsd.org are broken archives. What do you mean by broken archives? Do you have an error

Re: No sound from speaker, using Realtek ALC269 and snd_hda

2012-10-31 Thread Big Yuuta
Hi Alexander, No, that patch didn't do the trick for the simple reason that my actual subid was 0x84371043 and not 0x1043837 -you spot my mistake? ;-) So here's the one that finally got me sound with my Asus EeePC 1001px on the internal speaker: --- hdaa_patches.c +++ hdaa_patches.c @@ -541,6

Re: Famp Server

2012-10-31 Thread Michael Powell
Hamisi Jabe wrote: i started installing apache22 and it worked, then i installed mysql it worked fine, also when i installed php5 it worked fine too but when i browse php file it displays the codes not the information like i created a php file to display the current settings ?php echo

Re: 9.1 and gmirror with GPT?

2012-10-31 Thread freebsd
On 2012-10-29 03:58, Jeremy Chadwick wrote: If you're truly using 4096-byte sectors disks -- specifically MECHANICAL hard disks (MHDDs) -- use of 4KByte alignment is fine. But if you ever plan on using an SSD the future, you need to align things to 1MBytes or 2MBytes. This is why

Access packets directly from NIC

2012-10-31 Thread Jack Mc Lauren
I believe that easiest way is using tcpdump. Also you should specify what you mean by 'accessing packets': is it the need to view raw packet data, or what? :) Yes, i need to view raw packets and check their protocol, e.g. whether they are ICMP packets or something else ...

Re: No sound from speaker, using Realtek ALC269 and snd_hda

2012-10-31 Thread Alexander Motin
On 31.10.2012 18:24, Big Yuuta wrote: No, that patch didn't do the trick for the simple reason that my actual subid was 0x84371043 and not 0x1043837 -you spot my mistake? ;-) So here's the one that finally got me sound with my Asus EeePC 1001px on the internal speaker: Now I can have a good

Re: No sound from speaker, using Realtek ALC269 and snd_hda

2012-10-31 Thread Big Yuuta
On Wed, Oct 31, 2012 at 11:14 PM, Alexander Motin m...@freebsd.org wrote: On 31.10.2012 18:24, Big Yuuta wrote: No, that patch didn't do the trick for the simple reason that my actual subid was 0x84371043 and not 0x1043837 -you spot my mistake? ;-) So here's the one that finally got me sound

ZFS HBAs with 8 ports?

2012-10-31 Thread Dennis Glatting
I am looking for a fairly dense HBA for a ZFS system. I currently use LSI 2008 chip sets but the boards (e.g., 9211-8i) are limited to eight disks and I have twenty four disks, consuming four of my six MB slots. With two other cards, that leaves me no empty slots. I looked at the 9280-24i4e

help with gpart

2012-10-31 Thread doug
I am trying to put FreeBSD on an HP laptop. The use up all the partitions to I deleted the least useful one, shrunk the windows partition and tried to add freeBSD. gpart show: = 63 625142385 ada0 MBR (298G) 63 1985- free - (992k) 2048 407552 1

Re: help with gpart

2012-10-31 Thread Warren Block
On Wed, 31 Oct 2012, d...@safeport.com wrote: I am trying to put FreeBSD on an HP laptop. The use up all the partitions to I deleted the least useful one, shrunk the windows partition and tried to add freeBSD. gpart show: = 63 625142385 ada0 MBR (298G) 63 1985