TGTGInsighttelegram intelligenceLIVE / telegram public index
Back to channels
记 avatar

TGINSIGHT CHAT

@nnnoteee

Blogs

记记我的

Subscribers65Current channel subscribers
Tracked posts187Indexed post count
Recent reach1,911Sum of recent post views
Recent posts

Recent posts

Page 11 of 16 · 187 posts

Posted Jun 3

#说 太伟大了鲸鱼娘,但是能不能improve ur attention😅再聊一轮就爆了

148 views

Posted Jun 1

#说 本来前段时间类脑爆了就有够魔幻了,没想到两周不到更魔幻了。起因是旅程有人率先对类脑创作者内容举报发难炸了几个人,随后两边对举报狗的处罚有轻有重,有人不满结果(猜测),把出走类脑独立旅程的d皇举报到dc官方,还真给爆了,一时间各大酒馆社区嘟嘟嘟响公告 这件事真该被所有搞hs的社区记住 互不检举应该是这类社区的底线,有人喜欢大的有人喜欢小的,不能因为他妈的意见相左就把xp当作威胁他人的核武器,你权我我权你,那这个社区还看什么黄色😰

172 views

Hashtags

Posted Jun 1

#乐 前几天第一次和女生说话,不知道为什么用(){}[]**她都不听我指挥,调温度换预设都没用,我人傻掉了😵‍💫

152 views

Hashtags

Posted May 30

#酷 要来叻 https://github.com/muyoou/st-memory-enhancement

154 views

Posted May 30

#说 太伟大了鲸鱼娘,但是能不能improve ur attention😅再聊一轮就爆了

144 views

Hashtags

Posted May 28

#说 【赞美JOJO!一场跨越百年的奇妙冒险!《JOJO的奇妙冒险》观后感漫谈【第九放映室】】 说漫牛哥💩 很难想象动漫区UP2025年出了jojo观后感,还是补番观后感

162 views

Hashtags

Posted May 25

#说 恰饭时看去年诺奖搞笑版,看到这篇论文《哺乳动物肠内通气可改善呼吸衰竭》时有点难绷,脑中闪过几个大胆的想法,然后去和g讨论了一下 你妈的磁贴针都能用来开发这个怎么就不行😰

175 views

Hashtags

Posted May 13

#酷 import os import subprocess import concurrent.futures import time def convert_single_file(ts_path, mp4_path): filename = os.path.basename(ts_path) if os.path.exists(mp4_path): return False, f"⚠️ 已存在,跳过:{os.path.basename(mp4_path)}" try: result = subprocess.run( ['ffmpeg', '-i', ts_path, '-c', 'copy', mp4_path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) if result.returncode == 0: return True, f"✅ 成功:{os.path.basename(mp4_path)}" else: return False, f"❌ 失败:{filename}" except Exception as e: return False, f"❌ 错误:{filename} - {str(e)}" def convert_ts_to_mp4(): start_time = time.time() current_dir = os.path.dirname(os.path.abspath(__file__)) ts_files = [f for f in os.listdir(current_dir) if f.lower().endswith('.ts')] print(f"检测到 [{len(ts_files)}] 个 .ts 文件:") for f in ts_files: print(f"- {f}") print("------") if not ts_files: print("没有找到.ts文件") input("\n按任意键退出...") return tasks = [] for filename in ts_files: ts_path = os.path.join(current_dir, filename) mp4_path = os.path.join(current_dir, os.path.splitext(filename)[0] + '.mp4') tasks.append((ts_path, mp4_path)) converted_count = 0 if len(tasks) == 1: success, log = convert_single_file(*tasks[0]) if success: converted_count += 1 print(log) else: with concurrent.futures.ThreadPoolExecutor(max_workers=min(4, os.cpu_count() or 1)) as executor: future_to_task = {executor.submit(convert_single_file, *task): task for task in tasks} for future in concurrent.futures.as_completed(future_to_task): success, log = future.result() if success: converted_count += 1 print(log) elapsed_time = time.time() - start_time print(f"\n📌 所有转换完成,共转换 [{converted_count}] 个 .ts 文件") print(f"⏱️ - 耗时: {elapsed_time:.2f} 秒") input("\n按任意键退出...") if __name__ == '__main__': convert_ts_to_mp4()

187 views

Hashtags

Posted May 12

难绷,挺久不用的,今天本来打算删了,看了一下,怎么支持中文了🤣

142 views

Posted May 12

#酷 tg贴纸批量导出

145 views

Posted May 12

#说 太对了,尤其是最后一段。你的原作比较违和,但你的本子又很好的弥补了这部分

153 views
12•••910111213•••1516