home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
Simple way to transcode TS into MPG2
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="revs" data-source="post: 231751" data-attributes="member: 42810"><p>Superb, just what I needed!</p><p></p><p>I can now intergrate this with ComSkip, and hopefully Video Transcoder.</p><p></p><p>Its very fast too, always good!</p><p></p><p>Here is my slightly different version (for English Installs, and it moves the old file, not delete):</p><p></p><p>@echo off</p><p>FOR %%I IN (*.ts) DO (</p><p>echo Transcoding %%~nI.ts ...</p><p>"C:\Program Files\VideoLAN\VLC\vlc" "%%~nI.ts" --sout #std{access=file,mux=ps,url="%%~nI.mpg"} vlc:quit</p><p>if exist "%%~nI.mpg" move "%%~nI.ts" "%%~nIXXX.ts"</p><p>)</p></blockquote><p></p>
[QUOTE="revs, post: 231751, member: 42810"] Superb, just what I needed! I can now intergrate this with ComSkip, and hopefully Video Transcoder. Its very fast too, always good! Here is my slightly different version (for English Installs, and it moves the old file, not delete): @echo off FOR %%I IN (*.ts) DO ( echo Transcoding %%~nI.ts ... "C:\Program Files\VideoLAN\VLC\vlc" "%%~nI.ts" --sout #std{access=file,mux=ps,url="%%~nI.mpg"} vlc:quit if exist "%%~nI.mpg" move "%%~nI.ts" "%%~nIXXX.ts" ) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Simple way to transcode TS into MPG2
Contact us
RSS
Top
Bottom