Skip to content

Commit

Permalink
Use the pipe: argument to send to stdout instead
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Sep 3, 2011
1 parent 33087c3 commit e7edfe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transcode
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ args += [
#~ '-acodec', 'ac3', '-ab', '192k', '-ac', '2',
'-acodec', 'copy',
'-f', 'mpegts',
'-y', '/dev/stdout'
#~ '-y', '/dev/stdout'
'pipe:',
]

import os
Expand Down

0 comments on commit e7edfe5

Please sign in to comment.