注册并分享邀请链接,可获得视频播放与邀请奖励。

与「export」相关的搜索结果

export 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 export 的内容
🚨 NEW GROK BUILD UPDATE 🚨 SpaceXAI is pushing new Grok Build updates almost daily. Grok Build v0.2.120 is now live. Bug Fixes: • Model picker now updates the status bar and /model menu immediately, even before the first prompt creates a session. • Changes panel now refreshes after the agent commits on the current branch instead of showing stale unstaged files. • Background task completions now report the full log size and read hint even when only a short prefix was captured. • GitHub export on old hibernated sessions now shows a clear message to start a new chat instead of a generic error. To download Grok Build Visit: To update to Alpha Version use command: grok update --alpha To update to Stable Version use command: grok update
显示更多
0
126
680
138
转发到社区
i built a way to generate full ai vlogs for youtube using seedance 2.5, without ever picking up a camera this was supposed to stay internal but f*ck it, i'm leaking the whole thing you give it a script or even just a topic and it comes back with a finished vlog, voiceover, b-roll, captions, ready to upload here's how it works: a custom claude skill breaks your script into scenes and writes timestamped storyboard prompts for each one, matched to pacing so nothing feels random. those prompts get fed into seedance 2.5, using its 30 second continuous generation and reference asset support to keep the visuals consistent across scenes instead of looking like ten unrelated clips stitched together. then it pulls in an ai voiceover that matches the tone of the script, stitches every scene together, and burns in captions automatically you're not filming, not voicing, not editing, not exporting from three different apps the whole thing runs start to finish and outputs a finished 16:9 vlog ready to post, and it costs a fraction of what an editor or camera setup would run you i'm sharing the full breakdown, which includes: the claude skill that handles scene breakdown and storyboard prompts the seedance 2.5 setup that keeps visuals consistent scene to scene the voiceover setup that keeps it from sounding robotic the exact workflow from script to finished vlog RT + reply "PROMPTS" and i'll send it over (must follow so i can dm)
显示更多
0
309
478
147
转发到社区
Is there actually an end to the Iran conflict in sight, or is talk of a deal just wishful thinking? Fox News chief foreign correspondent @TreyYingst says the real question isn't whether President Trump wants a deal — it's whether the Iranian officials negotiating with his team are actually in a position to enforce one. Yingst tells @ShannonBream on @FoxNewsSunday there doesn't appear to be any firm deadline. Meanwhile, a U.S. naval blockade of Iranian ports is reportedly costing Tehran hundreds of millions of dollars a day as crude oil exports continue to fall. Iran now faces a choice: reach an agreement with the Trump administration, or risk a return to war.
显示更多
0
292
821
157
转发到社区
Sketch-to-image is now live in Realtime mode on wan video. Draw anything — a stick figure, a wobbly rectangle, three lines you're not even sure about — and watch it render into a photorealistic scene in real time. No export, no waiting, no "generate" button. The canvas just... gets it. Now in Labs on wan video. Go draw something and see what comes back.
显示更多
0
13
203
24
转发到社区
一个超级Skill,让你的Codex增强十倍! 开源一套我花了数月打造的Codex组合技:yichen-web-research Skill——涵盖全网和社媒搜索、社媒读取下载和归档、私人收藏链接导出和音视频ASR转写。 四个核心Skill: ⓵ yichen-unified-search:Codex的眼镜——全网+社媒搜索,适合深度思考问题、查找实时信息、搜寻开源工具...... 1. 全网网页、新闻、官网:AnySearch 公共搜索。 2. 法律、金融、学术、安全等垂直领域:AnySearch 垂直搜索。 3. GitHub:gh search 搜索仓库、代码、Issue 和 PR。 4. 微信公众号:OpenCLI,通过搜狗微信进行匿名公开搜索。 5. 小红书:OpenCLI,读取Chrome登录态进行站内搜索,需要当轮授权。 6. 抖音:OpenCLI,读取Chrome登录态进行低频站内搜索,需要当轮授权。 7. 今日头条:OpenCLI,使用专用匿名环境搜索文章和图文内容。 8. X/Twitter:Grok OAuth+grok-consult,执行X平台公开内容搜索。 9. B站:bili search,匿名搜索公开视频和相关信息。 10. YouTube:yt-dlp ytsearch,匿名搜索公开视频,只提取信息和链接。 11. 小宇宙:AnySearch,通过 site: 搜索公开内容。 12. 其他指定网站:AnySearch,通过 site:目标域名 搜索已被公开收录的页面。 13. 多关键词批量搜索:AnySearch batch_search,并行搜索多组关键词。 14.未指定平台的社交媒体讨论:AnySearch 的社交媒体垂直搜索,先发现公开候选。 ⓶yichen-content-archive:读取用户直接提供的网页、小红书、抖音、公众号、YouTube、B站和小宇宙链接,并且下载归档。 1. 普通网页:用 Jina Reader 或 Web Reader 提取正文并转换成Markdown。 2. 小红书:解析网页中的 INITIAL_STATE 获取正文、图片和视频直链,必要时经授权使用登录态。 3. 抖音:用 Playwright监听视频详情接口,提取元数据和无水印视频地址。 4. 微信公众号:通过公开文章解析接口读取单篇正文,批量文章使用本地公众号归档工具。 5. YouTube:用 yt-dlp 读取视频信息,下载视频、音频、字幕或枚举播放列表。 6. B站:用 bili-cli 读取视频信息,用 yt-dlp 下载视频或枚举合集。 7. 小宇宙:匿名解析单集页面中的音频地址并下载,播客清单需要OpenCLI授权枚举。 ⓷yichen-bookmarks-export:只读导出小红书、抖音、X 的私人收藏链接。 1. X:使用本机 Field Theory CLI,读取 Chrome 登录态并调用 X 内部 GraphQL Bookmarks 接口,同步到本地索引后由 Python 脚本导出链接。 2. 小红书:复用已登录的 Chrome 会话,进入收藏页后自动滚动,通过页面 DOM 提取笔记链接并去重,保留 xsec_token,不导出 Cookie。 3. 抖音:复用已登录的 Chrome 会话,滚动收藏列表并解析页面中的 /video/ 和 /note/ 链接。 ⓸yichen-asr:用 Step ASR 或豆包 ASR 转写已有音视频。两者效果差距不大,豆包略微好一点点。 1. 阶跃星辰Step ASR大概一个小时一毛五: 2.火山引擎豆包ASR大概一个小时一块钱: yichen-web-research Skill相当于一个入口,如果没有特殊指定,你的所有上述相关的操作会自动分配对应的Skill,如果能记住单独Skill的名字,也可以单独调用。 让你的Codex起飞吧:
显示更多
0
74
1.4K
313
转发到社区
Tech publication The Information reports China has started mass-producing domestic DUV lithography machines, the chipmaking tools used to print circuits onto wafers. Dutch supplier ASML has dominated this equipment category, and export controls assumed China would stay dependent longer.
显示更多
How does porcelain carry stories across time and cultures? From broken pieces and export porcelain to modern creations, discover the craftsmanship, people, and connections behind the enduring legacy of Jingdezhen, China's "porcelain capital." The Jingdezhen Handicraft Porcelain Industry Sites have been inscribed on UNESCO's World Heritage List. #AskJingdezhen# #JingdezhenPorcelain# #CeramicArt# #CulturalExchange# #ChinaStories# #WorldHeritageList#
显示更多
Now the world's largest NEV exporter, China is rapidly reshaping its global strategy, shifting from simple product exports to localized, ecosystem-driven global development. #GLOBALink#
显示更多
The Cabinet’s approval of the BHAVYA-Rasayan Scheme marks an important step towards strengthening India’s chemical and petrochemical ecosystem. Chemical Parks will be developed with modern plug-and-play infrastructure, utilities and robust environmental safeguards. The initiative will reduce logistics and production costs, attract investment, enhance exports, promote import substitution and generate employment across several sectors.
显示更多
0
285
2.6K
606
转发到社区
😲Faster & cheaper! 🚄In the last 4 years, the China-Europe Railway Express (#Fuzhou#) has delivered over 1.6 billion RMB in goods worldwide.🌍 #trade# #export# #import# #FuzhouCity# #Europe# #China# #communication#
显示更多