Telegram Group & Telegram Channel
ffmpeg -i a.vtt a.srt

ffmpeg -i a.mkv -c copy srt a.srt

now reverse it from srt to vtt
ffmpeg -i a.srt a.vtt

This might be better than
pysubs2 a.vtt -t srt

due to the fact that it won’t put an index number. This alone would enable Substitcher to run on mac and most likely Windows as I wouldn’t need those two sed commands I’m thinking.

for f in *.vtt ; do ffmpeg -i "$f" "${f%.*}.srt" ; done

is equivalent of

pysubs2 *.vtt -t srt



tg-me.com/geektips/923
Create:
Last Update:

ffmpeg -i a.vtt a.srt

ffmpeg -i a.mkv -c copy srt a.srt

now reverse it from srt to vtt
ffmpeg -i a.srt a.vtt

This might be better than
pysubs2 a.vtt -t srt

due to the fact that it won’t put an index number. This alone would enable Substitcher to run on mac and most likely Windows as I wouldn’t need those two sed commands I’m thinking.

for f in *.vtt ; do ffmpeg -i "$f" "${f%.*}.srt" ; done

is equivalent of

pysubs2 *.vtt -t srt

BY GeekTips


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/geektips/923

View MORE
Open in Telegram


GeekTips Telegram | DID YOU KNOW?

Date: |

Unlimited members in Telegram group now

Telegram has made it easier for its users to communicate, as it has introduced a feature that allows more than 200,000 users in a group chat. However, if the users in a group chat move past 200,000, it changes into "Broadcast Group", but the feature comes with a restriction. Groups with close to 200k members can be converted to a Broadcast Group that allows unlimited members. Only admins can post in Broadcast Groups, but everyone can read along and participate in group Voice Chats," Telegram added.

The messaging service and social-media platform owes creditors roughly $700 million by the end of April, according to people briefed on the company’s plans and loan documents viewed by The Wall Street Journal. At the same time, Telegram Group Inc. must cover rising equipment and bandwidth expenses because of its rapid growth, despite going years without attempting to generate revenue.

GeekTips from us


Telegram GeekTips
FROM USA