[FFmpeg-user] Converting .264 to .avi

SAFI ALAMRI alsafisafi at gmail.com
Sun May 3 12:18:42 CEST 2015


Hey Jan-
Thank you for your helping. But I faced that. When I type (y). the output
file is remove the past file (input _double_high) and create a new one with
the same name. The code doesn't convert all of them. I hope to convert all
of them at the same time. Could you help me please.
Thank you again
See the attached please.

Abo Saad

On Sun, May 3, 2015 at 3:52 AM, Ing. Jan Klapuch <klapuch.jan at gmail.com>
wrote:

> I found forfiles command:
> forfiles /p path /m mask /c "cmd /c your_command"
> --> try this:
> forfiles /p 264s /m *.264 /c "cmd /c ffmpeg -f h264 -i @file -vf
> scale=iw:ih*2 input_double_high.avi"
>
> 2015-05-03 10:20 GMT+02:00 SAFI ALAMRI <alsafisafi at gmail.com>:
>
> > Hey-
> >
> > I would like to convert all files at once to uncompressed .avi files that
> > are at a pixel dimension of 704x480. (which are .264 from 264s folder). I
> > have tried this code, but doesnt work.
> >
> > for C:\ffmpeg in "*.264"; do ffmpeg -f h264 -i "*.264" -vf scale=iw:ih*2
> > input_double_high.avi ; done
> >
> > Could you correct it please?
> >
> > See the attached please
> >
> > Thanks a lot
> >
> > Safi
> >
> > _______________________________________________
> > ffmpeg-user mailing list
> > ffmpeg-user at ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> >
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2015-05-03_10-11-31.jpg
Type: image/jpeg
Size: 166346 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150503/4e32735b/attachment.jpg>


More information about the ffmpeg-user mailing list