Quantcast
Channel: MCEBuddy 2.x
Viewing all articles
Browse latest Browse all 10715

New Post: Converting .TiVo files

$
0
0
The file is uploading. It's done it on multiple files and this is the smallest file at 2.6gb.

Looking at the log it fails on:

ffmpeg.exe -probesize 100M -analyzeduration 300M -i "C:\temp\working0\Red Widow - ''The Captive'' (Recorded Mar 31, 2013, WSBDT)2.mpg" -vcodec copy -acodec copy -map 0:a -map 0:v -f mpegts "C:\temp\working0\Red Widow - ''The Captive'' (Recorded Mar 31, 2013, WSBDT)2.ts"

I ran that same command from commandline and it failed as well. I then used:

-probesize 100M -analyzeduration 300M -i "C:\temp\working0\Red Widow - ''The Captive'' (Recorded Mar 31, 2013, WSBDT)2.mpg" -vcodec mpeg2video -acodec copy -map 0:a -map 0:v -f mpegts"C:\temp\working0\Red Widow - ''The Captive'' (Recorded Mar 31, 2013, WSBDT)2.ts"

I got hundreds of the timestamp errors, but the file did finish. Next I ran the resulting .ts file manually through Handbrake and the MP4 file created played just fine.

So, it seems like the issue resides with the parameters passed to ffmpeg "-vcodec copy -acodec copy -map 0:a -map 0:v -f mpegts "

Is there a place I can change these parameters? I tried changing them in the config file, but MCEBuddy never would use my new parameters I tried passing. I tried changing both references to the above params but the original params were always still used:

[FFMpegBackupRemux]
CopyRemux0=-ss 2 -i <source> -vcodec mpeg2video -acodec copy -map 0:a -map 0:v -f mpegts
SlowRemux0=-ss 2 -i <source> -vcodec mpeg2video -qscale 0 -r auto -acodec copy -map 0:a -map 0:v -f mpegts
SlowRemux1=-ss 2 -i <source> -vcodec mpeg2video -qscale 0 -r auto -acodec ac3 -ab 256k -map 0:a -map 0:v -f mpegts
RemuxDropThreshold=3.0
RemuxDuplicateThreshold=3.0

[DVRMSRemux]
Remux=-ss 2 -i <source> -vcodec mpeg2video -acodec copy -map 0:a -map 0:v -f mpegts

Viewing all articles
Browse latest Browse all 10715

Trending Articles