Search found 3 matches

Go to advanced search

by paultry
09 Feb 2020 23:27
Forum: VLC for Android and Chrome OS
Topic: Can't enable subtitle/closed-caption track in MP4 stream?
Replies: 4
Views: 821

Re: Can't enable subtitle/closed-caption track in MP4 stream?

Similar issue here. I have a Dell Venue Tablet running Remix OS/Android 6 with VLC 3.2.3; and an MIBox4 running Android 9 with VLC 3.2.7. I record ATSC via Windows NPVR in .ts format. .TS will stream to each device with viewable CC subtitle tracks. Neither Android VLC will allow skipping/jumping for...
by paultry
23 Feb 2019 18:58
Forum: VLC media player for Windows Troubleshooting
Topic: Choppy TS playback & What to convert TS files to if Needed
Replies: 17
Views: 17946

Re: Choppy TS playback & What to convert TS files to if Needed

For .ts files stored on and streamed from a Windows machine, copy ffmpeg.exe to windows\system32; create a .bat file containing {for %%f in (*.ts) do call ffmpeg -i "%%~f" -vcodec copy -acodec copy "%%~nf.mp4"} (omit the brackets) in folder containing .ts files. Run the .bat file...
by paultry
13 Feb 2019 19:13
Forum: VLC for Android and Chrome OS
Topic: No seeking in ts files played back via SMB?
Replies: 16
Views: 1977

Re: No seeking in ts files played back via SMB?

My work-around for this - I put this script: for %%f in (*.ts) do call ffmpeg -i "%%~f" -vcodec copy -acodec copy "%%~nf.mp4" in a .bat file and copy it to each folder containing .ts files I wish to stream. You'll need ffmpeg in your path, or just copy ffmpeg.exe to the folder co...

Go to advanced search