Advertisement
Guest User

deuxbierre

a guest
Aug 2nd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. hello,
  2.  
  3. i've got ubuntu 10.04, ffmpeg
  4. FFmpeg version SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  5. configuration: --extra-version=4:0.5.9-0ubuntu0.10.04.1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  6. libavutil 49.15. 0 / 49.15. 0
  7. libavcodec 52.20. 1 / 52.20. 1
  8. libavformat 52.31. 0 / 52.31. 0
  9. libavdevice 52. 1. 0 / 52. 1. 0
  10. libavfilter 0. 4. 0 / 0. 4. 0
  11. libswscale 0. 7. 1 / 0. 7. 1
  12. libpostproc 51. 2. 0 / 51. 2. 0
  13. built on Jun 12 2012 16:27:34, gcc: 4.4.3
  14. At least one output file must be specified
  15. *********************************************
  16.  
  17. There's an video on Archos 2 vision like this.
  18.  
  19. ffmpeg -i '/media/A2 VISION/Video/Big_Buck_Bunny.avi' 2>&1 | egrep "Seems|Input|Duration:|Stream"
  20. Input #0, avi, from '/media/A2 VISION/Video/Big_Buck_Bunny.avi':
  21. Duration: 00:09:56.44, start: 0.000000, bitrate: 622 kb/s
  22. Stream #0.0: Video: mpeg4, yuv420p, 176x220 [PAR 1:1 DAR 4:5], PAR 24435:32768 DAR 4887:8192, 18 tbr, 18 tbn, 18 tbc
  23. Stream #0.1: Audio: mp2, 44100 Hz, stereo, s16, 64 kb/s
  24.  
  25. ************************************************
  26.  
  27.  
  28. I'm traying full of possibilities like that.
  29.  
  30. *************************
  31. ffmpeg -i -f 'files.flv' -ofps 15 -vf-add scale=160:128 -vf-add expand=160:128:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=400:max_bframes=0:quant_type=h263 -oac lavc -lavcopts acodec=mp2:abitrate=96 -o 'files.avi'
  32. *************************
  33. ffmpeg -i 'files.flv' -acodec libmp3lame 'files.avi'
  34. ************************
  35.  
  36.  
  37. I'm not enougth to find the solution, i hope you'll save me, thanks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement