New tool to change Level in H264 bitstream
I found these projects from roozhou, the modified(patch) ffmpeg can easily change the h264 level in the same step.
http://forum.doom9.org/showthread.php?t=152419
I download this modified ffmpeg.
and try this following command line to change AVC High@L4.0 to High@L3.0
C:\Serviio\lib\ffmpeg.exe -i BigBuckBunny-DivXPlusHD.mkv -vcodec copy -acodec copy -vbsf h264_changesps=level=30 BigBuckBunny-DivXPlusHD_HL30.mkv
Zip do you think this option could be included in serviio ffmpeg to change H264/AVC profile Level for device like Sony TV/Bluray that only supported <4.1 level?
http://forum.doom9.org/showthread.php?t=152419
I download this modified ffmpeg.
and try this following command line to change AVC High@L4.0 to High@L3.0
C:\Serviio\lib\ffmpeg.exe -i BigBuckBunny-DivXPlusHD.mkv -vcodec copy -acodec copy -vbsf h264_changesps=level=30 BigBuckBunny-DivXPlusHD_HL30.mkv
Zip do you think this option could be included in serviio ffmpeg to change H264/AVC profile Level for device like Sony TV/Bluray that only supported <4.1 level?