[FFmpeg-user] Converting .264 to .avi

SAFI ALAMRI alsafisafi at gmail.com
Sun May 3 10:20:19 CEST 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2015-05-03_0-45-52.jpg
Type: image/jpeg
Size: 80502 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150503/7a254fa2/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2015-05-03_0-48-35.jpg
Type: image/jpeg
Size: 39222 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150503/7a254fa2/attachment-0001.jpg>


More information about the ffmpeg-user mailing list