NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 53 54 55 56 57 … 159 Next »
Transcode .ts files

 
  • 0 Vote(s) - 0 Average
Transcode .ts files
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#1
2009-02-11, 12:24 AM
I am setting up a postprocessing batch file & I am trying to find out the quickest method to transcode SD .ts recordings to .mpgs for playing back on the MVP. I don't care about compressing them at all I just want to be able to fix up timeline errors so I can skip/resume on them.

Using the standard ffmpeg line in my postprocessing batch file
Code:
ffmpeg -y -i "%~dpn1.ts" -vcodec copy -acodec copy "%~dpn1.mpg"
gave me stutter & sync issues.

Using Mencoder
Code:
mencoder "%~dpn1.ts" -oac copy -ovc copy -of mpeg -mpegopts format=dvd:tsaf -o "%~dpn1.mpg"
gives me good sync etc. but skip is a bit "hit & miss"

Using this line
Code:
ffmpeg -y -i "%~dpn1.ts" -vcodec mpeg2video -b 2400k -acodec mp2 -s 704x576 -f dvd "%~dpn1.mpg" targetExtension=".mpg"
is great but is very very slow to transcode

I have also tried
Code:
ffmpeg -y -i "%~dpn1.ts" -vcodec mpeg2video -me zero -intra -b 2400k -pass 1 -acodec mp2 -s 704x576 -f dvd "%~dpn1.mpg" targetExtension=".mpg"

but it is only slightly faster

I don't have any experience in this field & really don't know what I am doing.....help:o
khaver
Offline

Member

Posts: 84
Threads: 8
Joined: May 2007
#2
2009-02-11, 03:50 AM
Try:

Code:
ffmpeg -y -i "%~dpn1.ts" -vcodec copy -acodec copy -target dvd "%%dpn1.mpg"
RichardHendy
Offline

Junior Member

Posts: 17
Threads: 2
Joined: Aug 2006
#3
2009-02-11, 08:52 AM
I use
-vcodec copy -acodec copy -f dvd

Works quick and no sync issues.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#4
2009-02-12, 12:18 AM
Thanks for the replies, I'm still testing & could be for a while....I wish I knew more about this stuff Sad

At the moment my postprocessing.bat looks a bit odd doing 4 transcodes on the one file <grin>

So far "-vcodec copy -acodec copy -f dvd " gives me sync issues, the others all work to some extent. I think it may be a case of picking one & using it for a week or so to see how it goes.

Although more input from you knowledgeable people out there would be very welcome.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with MCEBuddy moving files to nas bighick 1 1,766 2018-10-27, 10:33 AM
Last Post: p37307
  Android application for watching TS files over Wifi ? XJW 1 4,721 2011-11-13, 02:41 AM
Last Post: XJW
  tool to combine movie files elbryyan 6 2,457 2011-02-17, 05:31 PM
Last Post: elbryyan
  Converting .ts files to DVD [OT] build 8 3,503 2010-09-03, 01:33 AM
Last Post: InVermont
  Can I create FLV/SWF files from dvr-ms recordings Graham 1 1,737 2010-03-08, 10:33 PM
Last Post: luttrell1962
  Video editor for TS files TonyM 4 2,954 2009-12-10, 11:47 AM
Last Post: martint123
  Simple app to merge 2 avi files into one McBainUK 5 3,111 2009-10-20, 01:24 PM
Last Post: imagn
  Where to save data files? mvallevand 21 5,994 2009-09-17, 12:36 PM
Last Post: CornStopper
  Blasted MOV files Lindsay 2 1,716 2009-01-29, 01:19 AM
Last Post: Lindsay
  Help with batch files ACTCMS 8 3,356 2008-12-17, 01:40 PM
Last Post: Mike S

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode