Search:

Type: Posts; User: ron999; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    2,043

    Re: get_iplayer resume failed download

    Upgrade to v2.83 first.

    @ubuntu:~$ get_iplayer
    get_iplayer v2.83, Copyright (C) 2008-2010 Phil Lewis
  2. Replies
    28
    Views
    6,073

    [SOLVED] Re: Get-iplayer now doesn't work for us !

    Try again...
    Add the repository

    sudo add-apt-repository ppa:jon-hedgerows/get-iplayer
    Update

    sudo apt-get update
    Install

    sudo apt-get -y install get-iplayer mplayer ffmpeg
  3. Replies
    4
    Views
    1,276

    Re: Unreliable rtmp stream?

    Hi
    Your command above seems to play OK/reliably for me (see verbose attachment).

    Also a stripped-down version of the command:-

    ron@ubuntu:~$ rtmpdump -v -r...
  4. Replies
    21
    Views
    14,059

    Re: ffmpeg - Unknown encoder libfaac

    xubuntu@xubuntu:~$ apt-cache policy libavcodec-extra-53
    libavcodec-extra-53:
    Installed: 4:0.8.6ubuntu0.12.04.1+medibuntu1


    xubuntu@xubuntu:~$ ffmpeg -codecs | grep libfaac
    ffmpeg version...
  5. Replies
    21
    Views
    14,059

    Re: ffmpeg - Unknown encoder libfaac

    Same version as this?

    xubuntu@xubuntu:~$ apt-cache policy libavcodec-extra-53
    libavcodec-extra-53:
    Installed: 4:0.8.6ubuntu0.12.04.1+medibuntu1
    Candidate: 4:0.8.6ubuntu0.12.04.1+medibuntu1...
  6. Replies
    21
    Views
    14,059

    Re: ffmpeg - Unknown encoder libfaac

    Hi
    You can add the medibuntu repository to enable libfaac with Ubuntu Precise.
    Adding the Repository
    Look here ---> https://help.ubuntu.com/community/Medibuntu#Adding%20the%20Repositories
    Then
    ...
  7. Re: Audio Recorder will not give option to record as MP3

    Hi
    You need to install the gstreamer0.10 plugins.

    There's a whole set of them:-
    gstreamer0.10-plugins-base
    gstreamer0.10-plugins-good
    gstreamer0.10-plugins-bad
    gstreamer0.10-plugins-ugly
    ...
  8. [ubuntu] Re: Struggling to find a way to use my ipod with Ubuntu

    Hi
    I've just compiled gtkpod from git again.
    It's working OK.
    Version is 2.1.3-665fe09
    System is Xubuntu-12.04 (32-bit)


    *****************************************
    **** Debian package...
  9. Re: Help playing a .xspf file from my Windows partition

    Hi
    This is tricky.

    When you create or edit an xspf playlist using Windows it records the file locations on the playlist like this:-

    Same as in your error message


    But if you create or edit...
  10. Thread: WMVA codec?

    by ron999
    Replies
    9
    Views
    1,099

    [ubuntu] Re: WMVA codec?

    Upload a sample file somewhere.
  11. Thread: WMVA codec?

    by ron999
    Replies
    9
    Views
    1,099

    [ubuntu] Re: WMVA codec?

    Hi
    Try using MPlayer with commands like this:-


    mplayer filename.wmv
    Or this:-

    mplayer -vfm dmo filename.wmv
    Or this:-
  12. Replies
    2
    Views
    645

    [ubuntu] Re: Problem converting 3GP to AVI

    Hi
    The soundtrack of your 3gp file uses:-
    "Audio: SEVC / 0x63766573, 8000 Hz, 2 channels"

    It looks like your version of "MOBILE MEDIA CONVERTER" can not read SEVC.

    If you upload a sample file...
  13. Replies
    8
    Views
    1,889

    [ubuntu] Re: Videos recorded on Android phone don't play

    I can't play phone_test.mp4 either. :(
  14. Replies
    8
    Views
    1,889

    [ubuntu] Re: Videos recorded on Android phone don't play

    Use MediaInfo to investigate these videos, or upload a sample somewhere.
  15. Replies
    5
    Views
    4,948

    [ubuntu] Re: How to add radio stations to Rhythmbox

    Hi
    You need a good link to give to Rhythmbox.
    A link for KGO-AM is:-

    http://provisioning.streamtheworld.com/pls/KGOAM.pls
    Find tricky links through google, using sites like this one --->...
  16. [ubuntu] Re: Opus codec in ffmpeg not working - Ubuntu 12.04

    Hi
    FFmpeg needs to be configured with "--enable-libopus" and others.
    Build FFmpeg again using the Compilation Guide here ---> https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
  17. Replies
    32
    Views
    5,199

    [ubuntu] Re: Opus players on 12.04?

    Hi
    Ubuntu 12.04, opus files will play with VLC from this PPA ---> https://launchpad.net/~videolan/+archive/master-daily?field.series_filter=precise
  18. Re: .mp3 to .qcp file conversion(Cannot download ANYTHING)

    Please will you provide a sample of a qcp file that your Brio plays.
    Either attach it here or upload it somewhere.
  19. Replies
    32
    Views
    3,197

    [all variants] Re: Software FM Radio reciever that works?

    NOW=$(date +"%Y-%m-%d-%Hh%Mm"); cvlc --stop-time=1800 http://www.surfmusic.de/media/kegl-fm.m3u --sout="#std{access=file,mux=mp4,dst='$NOW-The_EAGLE_Rocks.m4a'}" vlc://quit
  20. Replies
    6
    Views
    1,387

    [ubuntu] Re: replace audio from a mp4

    Hi

    MP4Box will do it.
    Use this command to isolate the video track:-

    MP4Box 26.mp4 -single 1 -out video

    Then add the soundtrack:-

    MP4Box video.mp4 -add soundtrack.mp3
  21. Replies
    4
    Views
    1,489

    [ubuntu] Re: RTMP streams in Ubuntu?

    Hi
    Some of those streams can be viewed using RTMPDump... piped to VLC or MPlayer.
    But you might not think it's "easy".
  22. Replies
    3
    Views
    1,266

    [xubuntu] Re: xubuntu 12.10 ffmpeg unknown encoder libvpx

    Unknown encoder '-libvpx'

    Doh, remove the minus sign from in front of libvpx!
  23. Replies
    5
    Views
    914

    [ubuntu] Re: BBC iPlayer no longer playing

    Hi
    You need to upgrade to get_iplayer v2.82.
    (Google for "Jon Davies PPA").
    Then use a command like this:-

    get_iplayer --type=radio --pid=b01ppvzp

    For low-bitrate version use a command like...
  24. Replies
    32
    Views
    3,197

    [all variants] Re: Software FM Radio reciever that works?

    Use --stop-time to set duration in seconds.

    For the original aac stream:-

    NOW=$(date +"%Y-%m-%d-%Hh%Mm"); cvlc --stop-time=30 http://www.surfmusic.de/media/kegl-fm.m3u...
  25. Replies
    32
    Views
    3,197

    [all variants] Re: Software FM Radio reciever that works?

    It's easy enough to record that EAGLE stream with VLC, but it's up to you if you prefer to use some other method.
    :p
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4