2014-08-08, 05:31 PM
I am experimenting with transcoding recordings from .ts to .mp4. I am using:
ffmpeg.exe -i infile.ts -c:v libx264 -crf 20 -s 720x404 -c:a copy outfile.mp4
After the transcode, I update scheduled_recording table of npvr.db3 with the new filename.
They play in vlc but not in npvr.
Is this a codec issue, a transcode issue or an npvr issue?
The attached log doesn't tell me a whole lot.
Thanks for looking,
Jim Margarit
ffmpeg.exe -i infile.ts -c:v libx264 -crf 20 -s 720x404 -c:a copy outfile.mp4
After the transcode, I update scheduled_recording table of npvr.db3 with the new filename.
They play in vlc but not in npvr.
Is this a codec issue, a transcode issue or an npvr issue?
The attached log doesn't tell me a whole lot.
Thanks for looking,
Jim Margarit