For Fragmented MP4 files where the audio and video streams are written to
seperate fragments, the -ss option will cause the file pointer to be set to the
first available fragment. This is due to an interaction in
search_frag_timestamp() function and get_frag_time() functions.
With this change,
From: Srikanth Kiran Kotagiri
For Fragmented MP4 files where the audio and video streams are written to
seperate fragments, the -ss option will cause the file pointer to be set to the
first available fragment. This is due to an interaction in
search_frag_timestamp() function and get_frag_time
From: Srikanth Kiran Kotagiri
For Fragmented MP4 files where the audio and video streams are written to
seperate fragments,
the -ss option will cause the file pointer to be set to the first available
fragment. This
is due to an interaction in search_frag_timestamp() function and
get_frag_time