Opened 13 years ago
Closed 7 years ago
#1496 closed enhancement (invalid)
Stream passthru : VideoCodec copy
Reported by: | Lupu | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | ffserver |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
FFserver does not support FFmpeg's "-vcodec copy" or "-acodec copy"
VideoCodec copy
AudioCodec copy
1) "-vcodec/-acodec copy" is very useful when you just want to change the container of the stream
2) If you have output streams at various bitrates: high(same as input feed), low;
then only the low quality stream would need to be re-encoded saving cpu time.
Change History (5)
comment:1 by , 12 years ago
Keywords: | transcoding vcodec acodec copy removed |
---|---|
Priority: | normal → wish |
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
ffserver is essentialy unmaintained.
If you send patches they'd most likely be happily accepted, but I think it's unlikely anyone will pick up ffserver anytime soon.
comment:5 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | open → closed |
ffserver was removed from git master, closing bug as invalid
Is there any activity on this feature?
Would it be difficult to implement it?
I have a use case where prevention of transcoding is a requirement, so I'd like to see it implemented soon.
For some reason, ffserver 2.4 actually supported this if you didn't configure the codec in ffserver.conf. In newer versions, transcoding seems to be enforced, and with very low default settings if you don't specify any.