WinFF / winff

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

simple winff presets fix #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Winff & add file
2. Choose Google & Standard or Widescreen
3. Hit Convert

What is the expected output? What do you see instead?
Expect to see same video but in webm format.
Instead I get a squished video in webm format.

What version of the product are you using? On what operating system?
latest exe diff from this page.

Please provide any additional information below.
Replace text in googlewebm.wff with:

<?xml version="1.0"?>
<presets>
  <googlewebm>
    <label>Google WebM Generic</label>
    <params>-f webm -vcodec libvpx -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 2M -acodec libvorbis -aq 90 -ac 2</params>
    <extension>webm</extension>
    <category>Google</category>
  </googlewebm>
  <googleandroidwebm>
    <label>Google WebM for Andriod 2.3.3+</label>
    <params>-f webm -vcodec libvpx -s 480x320 -r 13 -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 480k -acodec libvorbis -ab 96000 -aq 90 -ac 2</params>
    <extension>webm</extension>
    <category>Google</category>
  </googleandroidwebm>
</presets>

Winff already has a nice little box for custom aspect ration, but if not this 
then please please just add a line without aspect ratio. Makes it easier and it 
should be like this itfp.

Original issue reported on code.google.com by ifl...@gmail.com on 10 Jun 2011 at 9:31

GoogleCodeExporter commented 9 years ago
Sorry for the typo; even if the ratio command worked by cropping the video, it 
would still be necessary to have an option without it - for those who want to 
preserve all of the video.

Original comment by ifl...@gmail.com on 11 Jun 2011 at 12:32

GoogleCodeExporter commented 9 years ago
Well the ones for andriod were to a common size. There certainly maybe a better 
choice than mine. Yes there should be one that doesn't specify. We also need an 
anamorphic that will convert the video instead of just squishing or stretching. 
I certainly will added them here this week.

Original comment by bgg...@gmail.com on 11 Jun 2011 at 2:56

GoogleCodeExporter commented 9 years ago
So something like this?

Original comment by ifl...@gmail.com on 11 Jun 2011 at 8:29

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

I posted in another place but maybe here is more correct. I need to use this 
preset I did for android that works fine to mux two file. I have to get video 
from a file like c:\vary\angelo.mp4  and c:\vary\newvoice.wav   to outpu in a 
newfile c:\... how or where I have to set command to join the 2 files in winff 
for windows? Thank you

-s 480x320 -vcodec libx264 -acodec libfaac -ac 1 -ar 32000 -r 15 -ab 32000 
-aspect 3:2

Original comment by i...@wocmultimedia.com on 30 Jun 2011 at 4:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
@ifl I don't understan how pastebin work so I attached a text file here with my 
test and errors, sorry if I'm not able to do in other way.
Thanks
Angelo

Original comment by i...@wocmultimedia.com on 1 Jul 2011 at 9:10

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
4 i...@wocmultimedia.com (Muxing)

Download & Run mp4UI: 
(new/open) Video that needs change
Select the audio track (delete); (import) to add new audio file.
(close) to finish the changes.

Now open Winff: (Necessary to hear new Audio!, sometimes)
Drag & drop the same video that needs change into the box.
Output Details: Convert to MPEG-4; Preset: High Quality (or other preference)
(Options) top right, bellow in (FFmpeg) add:

-s 480x320 -ac 1 -ar 32000 -r 15 -ab 32000 -aspect 3:2 (these aren't required)

(Convert!) Winff see's the new audio file added in mp4ui, and your video will 
be in the chosen directory.:

Original comment by ifl...@gmail.com on 7 Jul 2011 at 5:05

GoogleCodeExporter commented 9 years ago
Created new bug 127 for the muxing issue.

Target next release for the updated/new presets.

Original comment by poipodec...@hotmail.com on 4 Sep 2011 at 3:47

GoogleCodeExporter commented 9 years ago
@i...@wocmultimedia.com

Sorry for not responding earlier to your error message, but it just means that 
your ffmpeg is not compiled to convert to h264. If you want to do that you need 
to find an ffmpeg somewhere that can do that.

Original comment by poipodec...@hotmail.com on 8 Oct 2011 at 8:08

GoogleCodeExporter commented 9 years ago
I believe the google presets were added to Winff 1.4.1 therefore closing this 
bug.

Original comment by poipodec...@hotmail.com on 14 Jan 2012 at 8:23