WinFF / winff

Automatically exported from code.google.com/p/winff
214 stars 50 forks source link

New Ffmpeg changes commands #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have FFmpeg version SVN-r15596
2. The presets don't work
3. This resolve modify the file presets.xml to new arguments 

What is the expected output? What do you see instead?
xvid, mp3, acc h264 in acodec or vcodec no work instead use libxvid,
libmp3lame, libfacc, libx264

The -me option don't work change to -me_method

In flags don't work for example -flags +trell idon't know what instead this
option...

Attach the presets.xml that i modify 

What version of the product are you using? On what operating system?
FFmpeg version SVN-r15596, Winff 0.42 Ubuntu 8.04 Hardy

Please provide any additional information below.

Original issue reported on code.google.com by david.lo...@gmail.com on 11 Oct 2008 at 10:42

Attachments:

GoogleCodeExporter commented 9 years ago
Hi David,

Thanks for you feedback.

I have three questions/remarks to help you:
1) Did you read the forum and than especially [1] (I think the information is 
all
there right?) and you can probably use the new presets at [2] from the 
downloads.
2) Where exactly did you get ffmpeg version from (standard 
Ubuntu/medibuntu/selfcompiled?
3) How did you install WinFF? (Did you see that you can install it directly 
using the
information at [3])

[1] http://www.biggmatt.com/forums/index.php?topic=49.0
[2] http://winff.googlecode.com/files/presets-r13712.zip
[3] http://code.google.com/p/winff/wiki/DebianInstallation

Original comment by poipodec...@hotmail.com on 11 Oct 2008 at 11:18

GoogleCodeExporter commented 9 years ago
the forum i saw to late and it don't say about change the -me by -me_method but 
i see
on the presets at [2] this change

i use the presets in [2] but the -flags +trell don't work, i remove and work

the ffmpeg is selfcompiled....

FFmpeg version SVN-r15596, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --disable-debug --enable-libfaad --enable-libfaac --enable-gpl
--enable-libx264 --enable-libxvid --enable-pthreads --enable-libvorbis
--enable-libtheora --enable-libmp3lame --enable-libgsm --enable-swscale
--disable-debug --enable-libamr_nb --enable-libamr_wb --enable-postproc 
--enable-nonfree
  libavutil     49.11. 0 / 49.11. 0
  libavcodec    52. 0. 0 / 52. 0. 0
  libavformat   52.22. 1 / 52.22. 1
  libavdevice   52. 1. 0 / 52. 1. 0
  libswscale     0. 6. 1 /  0. 6. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on xxxx, gcc: 4.2.4 (Ubuntu 4.2.4-1ubuntu1)

Original comment by david.lo...@gmail.com on 11 Oct 2008 at 11:43

GoogleCodeExporter commented 9 years ago
-flags +trell means: 
paul@etna ~ $ ffmpeg -h | grep trell
<snip>
   trell                   E.V.. use trellis quantization
-trellis           <int>   E.VA. rate-distortion optimal quantization

Original comment by poipodec...@hotmail.com on 12 Oct 2008 at 12:12

GoogleCodeExporter commented 9 years ago
ffmpeg -h | grep trell
<snip>
-trellis           <int>   E.VA. rate-distortion optimal quantization

Why i dont have "trell E.V.. use trellis quantization"?

Thank you for you answer

Original comment by david.lo...@gmail.com on 12 Oct 2008 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by bgg...@gmail.com on 12 Oct 2008 at 2:34

GoogleCodeExporter commented 9 years ago
Error on the preset amr_nb the audo bitrate value is no valid for amr....

this is the output:
"bitrate not supported: use one of 4.75k, 5.15k, 5.9k, 6.7k, 7.4k, 7.95k, 10.2k 
or 12.2k"

the correct is -ab 12.2k

Original comment by david.lo...@gmail.com on 1 Nov 2008 at 5:17

GoogleCodeExporter commented 9 years ago
Apart from the latest comment about amr the changed commands are incorporated 
in the
latest presets file in the download section of this web-site.

See http://www.biggmatt.com/forums/index.php?topic=49.0

Original comment by poipodec...@hotmail.com on 30 Nov 2008 at 1:13