Kino, a Nokia N70 and MP4 files?
Flamekebab
ulist at gs1.ubuntuforums.org
Wed Jul 5 01:12:15 UTC 2006
Lea Gris Wrote:
> Flamekebab a écrit :
>
> > I want to be able to edit video under Linux, although not to an
> > advanced degree (yet) but just so I can bring my laptop along with
> me
> > when I travel, record videos on my phone and then put them together
> on
> > the move.
> >
> > One final question - how on Earth do I get Kino to let me either
> edit
> > the audio of my film, or let me import a soundtrack?
>
> See bug here :
> <https://launchpad.net/distros/ubuntu/+source/kino/+bug/49651>
>
> Fix it your self :
> edit /usr/share/kino/scripts/import/media.sh
> replace vstrict=-1 with vstrict=-1
>
> or use my simplified script :
> #!/bin/sh
>
> IN="$1"
> TMP="$1".avi
> OUT="$2"
> normalisation="$3"
> aspect="$4"
> frequency="48000"
> size=`[ "$aspect" = "4:3" ] && echo "720:540" || echo "720:405"`
>
> ffmpeg -i "$IN" -s $normalisation -r $normalisation -aspect $aspect \
> -ac 2 -ar $frequency -y "$OUT"
>
> --
> Léa Gris
>
> --
> ubuntu-users mailing list
> ubuntu-users (AT) lists (DOT) ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
IT WORKED!
*does a silly dance*
*collapses*
Now to go and buy that 1GB memory card for my N70! Woo!
Thank you! Thank you! Thank you! Thank you!
--
Flamekebab
More information about the ubuntu-users
mailing list