- 07-30-2012, 08:18 PM
Thread Author #1
Want to play a TS file
Hi guys want to play a movie it is a 1.16 gig TS file with a 2.69 meg IDX file
I can play this on my lappy with Media player classic..VLC will not play it
So what do I need to play this on the PB ?
Thanks - 07-30-2012, 08:29 PM #2
A video converter program to make it to a compatible format. ie: AVI, MP4, MKV with AAC audio etc.
Excuse me, I'm making perfect sense. You're just not keeping up.
.::[CrackBerry Unlocking]::.
.::[CaptureIt OTA]::.
- 07-31-2012, 08:12 PM
Thread Author #4
Haven't found one yet ...was hoping there might be a app / video player for this
If I find a converter ( free ) I will post up a link
I have a boat load of HD movies in this format - 07-31-2012, 08:21 PM #5
- 07-31-2012, 08:39 PM #6
You can try Mediacoder..
It supports quite a lot of containers as far as i know.. - 08-01-2012, 01:16 AM #7
just passing and thought I'd chime in...
download ffmpeg.exe and drop it in the same folder as the TS file
make a blank batch file in the same folder, name it whatever
copy/paste this in it and save it
then drag and drop the TS onto the batch file. The converted MPG file will be saved into the same folder.Code:ffmpeg -i %1 -vcodec copy -acodec copy -f vob "%~dpn1.mpg"
peaceNative email account + Push turned OFF + Sync interval set to Manual = "Battery Drain Bug" on Playbook OS2
"and if ya don't knoooow, now ya know.. ya know" - Christopher Wallace - 08-01-2012, 08:53 PM
Thread Author #8
ok did my best
need spoon feed on this ....got the file ..is it just the file I drag into the .TS folder or the whole unrar'd folder ?
and to make the batch
Just open notepad and just put the code in and save as a testbatch then save as all files ( ansi)...but it still says its a .txt ????
I'm not the sharpest hammer in the bag ...sorry
need help
Thanks - 08-01-2012, 09:12 PM #9
On A windows machine, save the file with the BAT extension. So, Testbatch.bat
Now in Explorer drag you xxx.ts file to testbatch.bat and drop it right on that file. It should then process. - 08-02-2012, 08:12 PM
Thread Author #10
Captain we have lift off !!!
perfect thanks !!! worked like a charm ..and super fast as well
My mistake was not saving as a .bat
thanks again ! - 04-26-2013, 12:44 PM #11

Reply
















