Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    383

    [ubuntu] Re: FTP Breaks with outbound connection

    Can somebody tell me-- when an outgoing ftp connection is made is it port 21 from the sending server? Reason I ask is although there are no outgoing rules in my iptables, I do have this port closed...
  2. Replies
    4
    Views
    383

    [ubuntu] Re: FTP Breaks with outbound connection

    I used "quote pasv" and no joy, but I'm I've read on the Internet that might not work on the sending end.

    Thanks for the reply,
  3. Replies
    4
    Views
    383

    [ubuntu] FTP Breaks with outbound connection

    I'm sending files to a remote server by way of FTP via a PHP script. With the firewall turned on these files are getting to the remote server with 0kb and the remote server is timing out before all...
  4. [ubuntu] Move XML files from one server to another

    Hello, I'm looking for ideas on how to transfer a group of xml files from one server to another server, either in a regular interval or ?
    I have a listing program, it creates a directory or...
  5. Replies
    0
    Views
    928

    [ubuntu] Memory allocation

    I'm manipulating images via Graphicmagick. I'm receiving an error; Unable to read image data (/tmp/gmvvytDd) [Cannot allocate memory]. I'm hoping to get some help resolving this issue, how do I...
  6. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    I appreciate all the help Fakeoutdoorsman, just one more question. What would you recommend? If I'm testing on the command line and it isnt working, would you reinstall from medibuntu? compile the...
  7. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    Sorry, I'm not sure how to do this:

    "Also check in the Synaptic Package Manager for any conflicting or broken packages"

    You mention that my version of ffmpeg is old, if you can point me in the...
  8. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    DE ogg Ogg format
    E psp psp mp4 format
    D psxstr Sony Playstation STR format
    DE rawvideo raw video format
    D redir Redirector format
    DE rm...
  9. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    I entered a codec on the line command according to a posting I found Googling and received audio output! still doesnt play, but does that help to narrow down the problem?

    Thanks


    ...
  10. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    Testing othetr inputs:

    MP4



    root@stuff2:~# ffmpeg -i /tmp/birdman_512kb.mp4 -ar 22050 -ab 32 -f flv -s 320×240 video.flv
    FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice...
  11. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    I figured out where I needed to put the video:

    I ran this command:


    ffmpeg -i /tmp/AANQ11.mov -ar 22050 -ab 32 -f flv -s 320×240 video.flv

    and received this:
  12. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    I'm trying to see if I have a script issue by running ffmpeg from the command line:


    ffmpeg -i video.avi -ar 22050 -ab 32 -f flv -s 320×240 video.flv

    Where is ffmpeg looking for this example...
  13. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    I looked around at the ffmpeg php5 docs and in this paticular script it appears to me that we are using php just to move things around. Does that make sense?
    From the script:


    // Set our source...
  14. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    Thanks for the reply-- Yes PHP5, When I look for the matching codec, for example an avi file, it isnt there, are codecs part of the library you are refering to? Is it possible that during these...
  15. Replies
    6
    Views
    1,071

    [ubuntu] Re: ffmpeg/make/checkinstall?

    Thanks for the reply Andrew, I think you will find both here:
    http://ubuntuforums.org/showthread.php?t=1294568
  16. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    Appreciate you spending the time:)

    [code]
    //upload video
    if(isset($_POST['submit'])) {

    /***************Load FFMPEG *********************************/

    $extension = "ffmpeg";
  17. Replies
    17
    Views
    2,313

    [ubuntu] Re: ffmpeg newly installed

    Package: ffmpeg
    State: installed
    Automatically installed: yes
    Version: 3:0.cvs20070307-5ubuntu7.3+medibuntu1
    Priority: optional
    Section: free/graphics
    Maintainer: Medibuntu Packaging Team...
  18. Replies
    17
    Views
    2,313

    [ubuntu] ffmpeg newly installed

    I have installed, uninstalled, reinstalled......
    My last attempt was today and I used Medibuntu I uninstalled ffmpeg but I notice from the attached log:

    built on Mar 17 2009 21:37:49, gcc: 4.2.4...
  19. Replies
    6
    Views
    1,071

    [ubuntu] Re: ffmpeg/make/checkinstall?

    Thanks for the reply, so I added some codecs after the install, do they just work or do I need to uninstall/install
    Thanks again!
  20. Replies
    6
    Views
    1,071

    [ubuntu] ffmpeg/make/checkinstall?

    I received this error message "Unable for find a suitable output format for '0'"
    after reinstalling ffmpeg. I googled it and found that I was missing some codecs and should install a version from...
  21. Replies
    10
    Views
    898

    [ubuntu] Re: ffmpeg/general install questions

    Well, I didnt get the sound I was hoping for, but thats a differnce issue, no more errors, installed just as you said it would. Thanks for all the help!!:)
  22. Replies
    10
    Views
    898

    [ubuntu] Re: ffmpeg/general install questions

    Sorry, dont mean to make you regret answering. Move it? how do I do that?
  23. Replies
    10
    Views
    898

    [ubuntu] Re: ffmpeg/general install questions

    Sorry, maybe didnt do something correctly in the original install--


    sudo apt-get remove ffmpeg

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E:...
  24. Replies
    10
    Views
    898

    [ubuntu] Re: ffmpeg/general install questions

    Thanks for helping me out, but I'm very new to Ubuntu, linix and line commands. Sorry, but can you explain what I need to do?
  25. Replies
    10
    Views
    898

    [ubuntu] Re: ffmpeg/general install questions

    Thanks for the reply. I followed these instructions: http://www.kookdujour.com/blog/details/59
Results 1 to 25 of 54
Page 1 of 3 1 2 3