Advertisement
Guest User

Untitled

a guest
Jun 25th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. ~/ffmpeg-streaming-test$ ffmpeg -i udp://localhost:4444 -vcodec copy -acodec copy test-output.flv
  2. FFmpeg version SVN-r20602, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  3. built on Nov 25 2009 01:33:50 with gcc 4.3.2
  4. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libxvid --enable-x11grab
  5. libavutil 50. 4. 0 / 50. 4. 0
  6. libavcodec 52.42. 0 / 52.42. 0
  7. libavformat 52.39. 2 / 52.39. 2
  8. libavdevice 52. 2. 0 / 52. 2. 0
  9. libswscale 0. 7. 1 / 0. 7. 1
  10.  
  11. ^Z
  12. [1]+ Stopped ffmpeg -i udp://localhost:4444 -vcodec copy -acodec copy test-output.flv
  13. ~/ffmpeg-streaming-test$ bg
  14. [1]+ ffmpeg -i udp://localhost:4444 -vcodec copy -acodec copy test-output.flv &
  15.  
  16. ~/ffmpeg-streaming-test$ ffmpeg -i test-input.flv -vcodec copy -acodec copy udp://localhost:4444
  17. FFmpeg version SVN-r20602, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  18. built on Nov 25 2009 01:33:50 with gcc 4.3.2
  19. configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libx264 --enable-libxvid --enable-x11grab
  20. libavutil 50. 4. 0 / 50. 4. 0
  21. libavcodec 52.42. 0 / 52.42. 0
  22. libavformat 52.39. 2 / 52.39. 2
  23. libavdevice 52. 2. 0 / 52. 2. 0
  24. libswscale 0. 7. 1 / 0. 7. 1
  25.  
  26. Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.92 (359/12)
  27. Input #0, flv, from 'test-input.flv':
  28. Duration: 00:02:59.27, start: 0.000000, bitrate: 128 kb/s
  29. Stream #0.0: Video: flv, yuv420p, 352x288, 29.92 tbr, 1k tbn, 1k tbc
  30. Stream #0.1: Audio: mp3, 44100 Hz, 2 channels, s16, 128 kb/s
  31. Metadata
  32. duration : 179
  33. width : 352
  34. height : 288
  35. videodatarate : 0
  36. framerate : 30
  37. videocodecid : 2
  38. audiosamplerate : 44100
  39. audiosamplesize : 16
  40. stereo : true
  41. audiocodecid : 2
  42. filesize : 20327145
  43. Unable to find a suitable output format for 'udp://localhost:4444'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement