what is the only format which is from this century and can be shown by
every windows out of box?
jep. wmv.
how can we create wmv?
ffmpeg can create it, but only wmv2.
VC-1 which is some kind of alternative to h.264 can not be encoded by
ffmpeg. media encoder 9 could encode VC-1 but I don't like it. so:
every windows out of box?
jep. wmv.
how can we create wmv?
ffmpeg can create it, but only wmv2.
VC-1 which is some kind of alternative to h.264 can not be encoded by
ffmpeg. media encoder 9 could encode VC-1 but I don't like it. so:
"C:\Programme\WinFF\ffmpeg.exe" -i "%1" -vcodec wmv2 -acodec wmav2 -b
1000kb -ab 160kb "%1.wmv"
does the job.
Kommentare