Changes between Version 11 and Version 12 of Creating multiple outputs
- Timestamp:
- Jun 29, 2013, 1:03:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Creating multiple outputs
v11 v12 47 47 {{{ 48 48 ffmpeg -i input.file -c:v libx264 -c:a mp2 \ 49 -f tee "output.mkv|[f=mpegts]udp://10.0.1.255:1234/"49 -f tee -map 0:v -map 0:a "output.mkv|[f=mpegts]udp://10.0.1.255:1234/" 50 50 }}} 51 51
