csparker247 / ffdropenc

A macOS utility for batch encoding video files.
GNU General Public License v3.0
6 stars 0 forks source link

ffprobe returns two lines #18

Closed csparker247 closed 3 years ago

csparker247 commented 10 years ago

ffprobe sometimes returns Programs.program.streams.stream.0.nb_frames for -show_entries stream=nb_frames, thus breaking progress tracking. I haven't figured out why. It's super annoying though.

csparker247 commented 10 years ago

Should use tail -1 or some such solution to always get the appropriate line. See the changes to getLength() in 8a25814cdf62cafff7b7aa9c3abfd2dd76d8d318 as an example.

csparker247 commented 3 years ago

No longer necessary.