Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Update FFMPEG command to use -map 0:0 instead of -map 0.0 #1580

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In latest FFMPEG the -map option uses different param style:
user ":" instead of "."

so -map 0.0 becomes -map 0:0

Original issue reported on code.google.com by seba.wag...@gmail.com on 21 Nov 2011 at 12:26

GoogleCodeExporter commented 8 years ago

Original comment by seba.wag...@gmail.com on 21 Nov 2011 at 12:27

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r4604.

Original comment by seba.wag...@gmail.com on 21 Nov 2011 at 12:31

GoogleCodeExporter commented 8 years ago
To use old ffmpeg option use: use.old.style.ffmpeg.map.option

Original comment by seba.wag...@gmail.com on 21 Nov 2011 at 12:32