Pixelpanic / winff

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

Preset Messages Still Showing In The Latest Presets 54_v2_libfaac #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I running 1.4.2 from source I compiled under Slackware 14.0 x86 with Lazarus 
0.9.30.4

I'm running ffmpeg 1.1.3, here's the settings/versions;

ffmpeg version 1.1.3 Copyright (c) 2000-2013 the FFmpeg developers
  built on Mar  5 2013 16:00:53 with gcc 4.7.1 (GCC)
  configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/man --enable-libmp3lame --enable-libfaac --enable-libvo-aacenc --enable-nonfree --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --enable-libass --enable-libdc1394 --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-runtime-cpudetect --enable-vaapi --disable-vdpau --enable-memalign-hack --enable-pthreads --enable-x11grab --enable-bzlib --enable-zlib --enable-shared --enable-static --disable-debug --extra-cflags='-I/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/include -DRUNTIME_CPUDETECT' --extra-ldflags='-L/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/lib -ldl -lssl -lcrypto -lz -lusb'
  libavutil      52. 13.100 / 52. 13.100
  libavcodec     54. 86.100 / 54. 86.100
  libavformat    54. 59.106 / 54. 59.106
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 32.100 /  3. 32.100
  libswscale      2.  1.103 /  2.  1.103
  libswresample   0. 17.102 /  0. 17.102
  libpostproc    52.  2.100 / 52.  2.100

Thanks again for the new presets! 

After going through all the presets in presets-libavcodec54_v2_libfaac.wff I 
noticed still some messages appearing.

Where -b is being used;

Please use -b:a or -b:v, -b is ambiguous

Sorry if this VBV buffer size messages below has something to do with the video 
and not the presets, I don't know...

Under these various sections these messages also;
--------------------------------------------------

DVD: NTSC DVD Fullscreen;
[dvd @ 0x94cf800] VBV buffer size not set, muxing may fail

DVD: NTSC DVD Widescreen;
[dvd @ 0x8385800] VBV buffer size not set, muxing may fail

DVD: PAL DVD Fullscreen;
[dvd @ 0x90c9800] VBV buffer size not set, muxing may fail

DVD: PAL DVD Widescreen;
[dvd @ 0x94af800] VBV buffer size not set, muxing may fail

Under all the Google presets it says this for each one;

Please use -profile:a or -profile:v, -profile is ambiguous

All the Rockbox presets say this;

VBV buffer size not set, muxing may fail

WMV: WMV for Web use;
[wmav2 @ 0x81434a0] too many channels: got 6, need 2 or fewer
Error while opening encoder for output stream #0:1 - maybe incorrect 
parametersuch as bit_rate, rate, width or height

WMV: WMV2 Generic;
[wmav2 @ 0x8212400] too many channels: got 6, need 2 or fewer
Error while opening encoder for output stream #0:1 - maybe incorrect parameters 
such as bit_rate, rate, width or height

WMV: Xbox 360;
[wmav2 @ 0x953d4c0] too many channels: got 6, need 2 or fewer
Error while opening encoder for output stream #0:1 - maybe incorrect parameters 
such as bit_rate, rate, width or height

WMV: Zune;
[wmav2 @ 0x8a6f4a0] too many channels: got 6, need 2 or fewer
Error while opening encoder for output stream #0:1 - maybe incorrect parameters 
such as bit_rate, rate, width or height

Thanks again for everything, keep up the GREAT WORK!

Cheers

Original issue reported on code.google.com by das...@gmail.com on 18 Mar 2013 at 12:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I also tested all these on 1.5.0.

For the walkman section, since it only has one preset, do you need to pick this 
preset or is it suppose to load it automatically? Sometimes I've seen it loaded 
by itself and other times I have to pick it, so wasn't sure...

Sorry forgot one;

Audio: WMA;
[wmav2 @ 0x97fea00] too many channels: got 6, need 2 or fewer
Error while opening encoder for output stream #0:0 - maybe incorrect parameters 
such as bit_rate, rate, width or height

Original comment by das...@gmail.com on 18 Mar 2013 at 1:05

GoogleCodeExporter commented 8 years ago
I agree with -b:a/-b:v and -profile:a/-profile:b

VBV buffer: need to investigate, it is a warning and ffmpeg/avconv does its 
best. That is likely better than what I can do.

[wmav2 @ 0x97fea00] too many channels: got 6, need 2 or fewer

This is due to your input file. I am not sure if we can fix this in a generic 
way. Could you please test if adding -ac 2 (of in the audio tab: 2 in audio 
channels) solves this problem? If not, there is not much that we can do, then 
you need to specify which channels you want to use yourself. 

Original comment by poipodec...@hotmail.com on 18 Mar 2013 at 7:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
YEAH -ac 2 works so this is what I did, which I believe is correct?

<label>WMV2 Generic</label>
<params>-vcodec wmv2 -acodec wmav2 -ac 2 -b 1000k -ab 160k -r 25</params>

<label>WMV for Web Use</label>
<params>-vcodec wmv2 -acodec wmav2 -ac 2 -b 640k -ab 128k -r 29.97 -vf 
scale=320:240</params>

<label>Xbox 360</label>
<params>-vcodec wmv2 -acodec wmav2 -ac 2 -b 1200k -ab 160k -r 25 -vf 
scale=720:480</params>

<label>Zune</label>
<params>-vcodec wmv2 -acodec wmav2 -ac 2 -b 640k -ab 128k -r 23.97 -vf 
scale=320:240</params>

So I guess if you can fix the -b:a/-b:v and -profile:a/-profile:b that would be 
great, I'm not sure how, sorry I'm a bit lame with all the preset stuff, that's 
why I just use WinFF so I don't really need to know this...

THANKS

Original comment by das...@gmail.com on 18 Mar 2013 at 10:57

GoogleCodeExporter commented 8 years ago
Fixed in svn revision 748 and in the download section by file 
http://winff.googlecode.com/files/presets-libavcodec54_v3.wff

Original comment by poipodec...@hotmail.com on 19 Mar 2013 at 7:07