Closed GoogleCodeExporter closed 9 years ago
I disagree. Not changing the extensions would complicate things for most other
users.
Original comment by bgg...@gmail.com
on 31 May 2009 at 8:59
bggmtt:
i doesn't mean not to change extension, but add a new one at the end of
filename.
this is because winff can not "guess" that e.g. '.mov04' is not an regular file
extension and can not check if he overwrite a source file.
Original comment by sza...@gmail.com
on 1 Jun 2009 at 11:51
dvgrab outputs ISO dates as YYYY.MM.DD.extension this seems to totally confuse
winff's output'ed filenames as all similar.
PLEASE!
Original comment by maphill...@gmail.com
on 6 Jul 2009 at 3:54
Matt, I think the latter case has a point, if it is true (If you test for a
dot, you
should test for the last one.)
As extensions only say so much and are not even compulsory on Linux (not sure
for
Windows) I would say even the first user has a point, except that you may want
to
make it configurable. Maybe add a check box or preferences option?
Original comment by poipodec...@hotmail.com
on 6 Jul 2009 at 6:49
winff looks for the first dot from the right. It is essential that the output
file
have an appropriate extension with out using the '-f' option in ffmpeg.
the other possibility would be to just tack on the extension. For example,
'test.avi'
would become test.avi.mp4.
Again, this would cause confusion for the vast majority of users.
Original comment by bgg...@gmail.com
on 17 Jul 2009 at 2:46
> the other possibility would be to just tack on the extension. For example,
'test.avi' would become test.avi.mp4.
> Again, this would cause confusion for the vast majority of users.
With this I agree completely.
Original comment by poipodec...@hotmail.com
on 17 Jul 2009 at 7:10
Confusing for most users yes, but it completely breaks multi-dotted filenames
as they
try to over-write the previous name. Can we do a last .name1 to .name2
substitution
instead?
Mike
Original comment by maphill...@gmail.com
on 17 Jul 2009 at 11:31
> Can we do a last .name1 to .name2 substitution instead?
I think this is what Matt thinks WinFF is doing. Do you mean to say that WinFF
does
NOT check for the first dot from the right? That would indeed be a bug by the
looks
of it. Although, I can not reproduce that.
Input: dscf0497.1.1.2.avi
Output: dscf0497.1.1.2.wmv
Which is what I would expect. Please let us no if this is not the behavior that
you see.
Original comment by poipodec...@hotmail.com
on 18 Jul 2009 at 8:06
Original issue reported on code.google.com by
sza...@gmail.com
on 5 May 2009 at 11:08