Page 118 of 241 FirstFirst ... 1868108116117118119120128168218 ... LastLast
Results 1,171 to 1,180 of 2402

Thread: HOWTO: Install and use the latest FFmpeg and x264

  1. #1171
    Join Date
    Jul 2010
    Beans
    Hidden!

    Re: HOWTO: Install and use the latest FFmpeg and x264


  2. #1172
    Join Date
    Dec 2006
    Beans
    7,349

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Hi Mustache,

    Quote Originally Posted by Mustache Villain View Post
    Any word on when we will see ffvp8 codec, the alternative to Google's libvpx?
    Decoder is there now:

    Code:
    andrew@skamandros~$ mplayer -vc help | grep ffvp8
    ffvp8       ffmpeg    working   FFmpeg VP8  [vp8]
    Andrew
    You think that's air you're breathing now?

  3. #1173
    Join Date
    Jun 2007
    Beans
    17,337

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by ron999 View Post
    Hi
    I don't seem to be able to convert audio into ogg using vorbis codec any more.

    Is this problem now caused because ffmpeg hasn't been compiled with libvorbis?
    That would do it.
    You would want to add --enable-libvorbis to your ./configure

    ( Isn't in the posted karmic instr.'s but you can add w/ no issue

  4. #1174
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by mc4man View Post
    That would do it.
    You would want to add --enable-libvorbis to your ./configure

    ( Isn't in the posted karmic instr.'s but you can add w/ no issue
    Thanks mc4man
    We are cross-posting.
    I've just edited my post here:-http://ubuntu-ky.ubuntuforums.org/sh...postcount=1169

  5. #1175
    Join Date
    Aug 2010
    Location
    Romania
    Beans
    4

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Hello!
    I use ffmpeg for recording audio/video x11:
    ffmpeg -f oss -i /dev/audio -f x11grab -s 1280x960 -r 24 -b 6500 -bt 712k -sameq -i :0.0 ~/out.avi

    It is possible to do same thing in tty (Ctrl+Alt+F1....F6) ???

  6. #1176
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by stressat View Post
    Hello!
    I use ffmpeg for recording audio/video x11:
    ffmpeg -f oss -i /dev/audio -f x11grab -s 1280x960 -r 24 -b 6500 -bt 712k -sameq -i :0.0 ~/out.avi

    It is possible to do same thing in tty (Ctrl+Alt+F1....F6) ???
    There is nothing to record in a tty, it's just text. You can use script to get a transcript of a shell session.
    「明後日の夕方には帰ってるからね。」


  7. #1177
    Join Date
    Jan 2010
    Beans
    32
    Distro
    Kubuntu

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by andrew.46 View Post
    Hi Mustache,

    Decoder is there now:

    Code:
    andrew@skamandros~$ mplayer -vc help | grep ffvp8
    ffvp8       ffmpeg    working   FFmpeg VP8  [vp8]
    Andrew
    I don't see it, but I haven't compiled according to this thread. I used the lucidbleed experimental PPA. Are they in the latest svn?

  8. #1178
    Join Date
    Aug 2010
    Location
    Romania
    Beans
    4

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by Bachstelze View Post
    There is nothing to record in a tty, it's just text. You can use script to get a transcript of a shell session.
    I'm watching video file with mplayer (in a small window/ screen...), i use moc for audio file, i use fbterm +fbv for background image in tty...
    But you can be more explicit with that script? An example???
    Sorry for my poor english, is not my native language. I'm a noob too...
    Thanks you for your answer, have a nice day!
    Last edited by stressat; August 2nd, 2010 at 08:10 AM.

  9. #1179
    Join Date
    Aug 2010
    Location
    Romania
    Beans
    4

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Ok, i saw what doing "script", thanks, it's useful. But i want something else:
    - fbgrab, scrot, import... = snapshots in tty
    - ffmpeg, recordmydesktop...= audio/video record in x11
    - ??? = audio/video record in tty...

    Just text?
    Attached Images Attached Images

  10. #1180
    Join Date
    Sep 2006
    Beans
    3,713

    Re: HOWTO: Install and use the latest FFmpeg and x264

    Quote Originally Posted by mc4man View Post
    That would do it.
    You would want to add --enable-libvorbis to your ./configure

    ( Isn't in the posted karmic instr.'s but you can add w/ no issue
    Updated the Karmic guide to include libvorbis. That should have been added a long time ago. Too many Ubuntu releases to keep up with.

    Quote Originally Posted by Mustache Villain View Post
    I don't see it, but I haven't compiled according to this thread. I used the lucidbleed experimental PPA. Are they in the latest svn?
    No. It appears to be using the FFmpeg 0.6 branch (4:0.6-2ubuntu2~ppa1~lucid1), but I did not test this to backup my assumption. To see if your FFmpeg includes the native VP8 decoder:
    Code:
    $ ffmpeg -codecs 2>/dev/null | grep vp8
     D V D  vp8             On2 VP8

Page 118 of 241 FirstFirst ... 1868108116117118119120128168218 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •