Item: Battle Frontier
Language: en-US
Type of Problem: Incorrect_content
Extra Details: This season is missing episodes 36 and 37. For information regarding this episodes, you can go to https://www.pokemon.com/us/pokemon-episodes/09_36-thinning-the-hoard/ and to https://www.pokemon.com/us/pokemon-episodes/09_37-channeling-the-battle-zone/ Thank you very much for your help!!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by cometelocometelo
on March 3, 2023 at 3:25 PM
Im sorry. Last message is incorrect. There are two missing episodes (we have 45 out of official 47), but the two missing episodes are the 26th "Deoxys Crisis Part 1" and the 27th "Deoxys Crisis Part 2" , between "Second time is the charm" and "All that glitters is not golden". You can use the same links from before to extract the summary information
Reply by superboy97
on March 4, 2023 at 1:16 AM
I invite you to read this previous content report.
Reply by cometelocometelo
on March 4, 2023 at 1:04 PM
Fantastic! What I did was to join both episodes with ffmpeg and then rename the joined file to 0x12. That way it can match the special episode done for this two part episodes. I paste the code in case it is useful to someone. Thank you very much!
ffmpeg -i episode9x26.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts
ffmpeg -i episode9x27.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate2.ts
ffmpeg -i "concat:intermediate1.ts|intermediate2.ts" -c copy -bsf:a aac_adtstoasc episode0x12.mp4