Originally Posted by jimbo:
“Thanks for that. It will be interesting to see what happens after the final.
When this game wnet out live, did it go straight from test cqard to programme with no formal channel ID.”
Before the final, they were showing a rolling loop of the first 22 minutes of the France-Germany quarter-final. At about 19:20 they cut from that directly to a shot of the stadium just before the teams came out to warm up, and they continued broadcasting until about 23:09 before cutting abruptly back to their rolling loop of France-Germany.
This wasn't BBC One's coverage, it looked more like some kind of raw FIFA feed.
Since about the following day, every time I've checked the channel, they've been showing a rolling loop of part of the final (starting somewhere in the second half).
I was a bit late to the party, so didn't manage to capture the first two games in their entirety (anyone reading this have them?), but I did capture (from Crystal Palace) the 30-minute loop of the Columbia-Uruguay game, and the 22-minute loop of France-Germany, as well as the entire final.
I've no way to play these streams currently, but I've re-encoded them to (relatively) low-res videos in order to actually see what was being broadcast. If anyone is interested, this is the ffmpeg command-line i used (using a very recent version of ffmpeg - i.e. from about 4 or 5 days ago):
Code:
ffmpeg -i input.ts -map 0:p:61440 -vf scale=640:360 -acodec copy -vcodec libx264 -crf 22 output.mkv
This seems to work well, and maintains the 59.94 progressive frame-rate. It did take about 18 hours to run though.
Dave.