subtitle.
I have added some options:
- bmin : minimum bitrate (bits/s) of the TS. Padding is added in
case of insuffisant bitrate. (default: disabled).
- bmax : maximum bitrate (bit/s) of the TS. It just drops packets
to achieve the target. (default: disabled)
- pcr : minimum delay between two pcr equal to dts of the video
stream (default 100ms)
- pcr-soft : minimum delay between two pcr interpolated from the
pcr that are equal to dts. (default: none)
Remarks:
- bmin/bmax allow to create CBR stream.
- Bitrate is calculated on a PCR time.
- PCR delay cannot be less than length of a frame of the PCR stream.
- PCR soft is used to help when using big PCR delay. It is usefull to
produce stream with smoother bitrate variation.
- Big PCR delay introduce more latency.
TODO:
Test stability, bugs ...
+ Activated freetype support.
* debian/control:
+ Added a build-dependency on freetype6-dev.
+ Added a build-dependency on libdvbpsi2-dev.
+ We now recommend gnome-vlc | wxvlc.
+ We now suggest fortune-mod.
* modules/access/dvb/qpsk.c: gettext reserves the use of _("").
* modules/demux/mkv.cpp, modules/demux/avi/libavi.c, modules/demux/mp4/libmp4.c, modules/demux/mpeg/m4v.c: checks for input_SplitBuffer() > 0. (Thanks to Steve Li for pointing this out)
* ninput.h : extracted duplicated stream functions from a lot of
demuxers and do a nice (?) API.
* stream.c: implement basic streams manipulation. It is just a wrapper
but it is useful.
* all: added a i_ttl field in network_socket_t to allow per connection ttl
setting (in fact only used by access_out/udp.c.
* give to access and muxers options. Now you can use:
--sout 'access{option1=value}/mux{a=value,b=value}:/path'. It should also
works with '#std{access=access{o=v}, mux=...}' (but untested). For now it's
not used.
* Allow the user to remap the actions.
* Improved the strings (please check)
* Prevent 0 seconds seeks
* share/http/*.html
* partial HTML validation fixes
* Improved the look
* src/stream_output/announce.c
* minor fixes (thanks sam)
- added new HQ mode (recent ffmpeg only). hq now accept "simple",
"bits" and "rd" as paramters.
- automaticaly try stereo mode encoding when failed with more
than 2 channels. (eg a52 -> mpga)