Opened 12 years ago
Closed 12 years ago
#2115 closed defect (fixed)
Hinting using ffmpeg
Reported by: | Vlad SD | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | documentation |
Version: | git-master | Keywords: | mov |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Please do not kill me for asking for a feature. It seems that everyone is using mp4box to hint the file for progressive playback after ffmpeg.
It is a simple feature request, why ffmpeg does not have hinting capabilities to avoid using yet another tool?
Thank you.
Change History (8)
comment:1 by , 12 years ago
Component: | FFmpeg → undetermined |
---|---|
Keywords: | mov added |
Priority: | normal → wish |
follow-up: 3 comment:2 by , 12 years ago
Thank you for the "hint", I did not know about the flag. How do I check if hint tracks are added? Thank you.
comment:3 by , 12 years ago
Replying to vkroutik:
How do I check if hint tracks are added?
I have absolutely no idea, but since you requested the feature I would have expected you to know?
comment:4 by , 12 years ago
Ah, here is a tool which shows that file has hint tracks:
http://sourceforge.net/projects/mp4ui
comment:5 by , 12 years ago
Do I understand correctly that there is no problem and I can fix the ticket?
comment:6 by , 12 years ago
yes, please close it, your hinting as good as mp4box, I wish it was documented somewhere.
comment:7 by , 12 years ago
Component: | undetermined → documentation |
---|---|
Priority: | wish → minor |
Status: | new → open |
Type: | enhancement → defect |
Version: | unspecified → git-master |
Searching for "hint" in "ffmpeg -h full" only shows this option: Where else did you search?
comment:8 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
I added -movflags rtphint to the mov muxer documentation.
Did you test the -movflags rtphint option?
Is it what you are searching for? If not, what is the difference?