[mythtv-users] video and container woes

Peter Bennett pb.mythtv at gmail.com
Wed Nov 22 15:43:53 UTC 2017



On 11/22/2017 05:29 AM, James Linder wrote:
> G’day all
>
> left out a critical biit
>
>
> ffmpeg -i /store/1017_20171001114200.ts /store/Movies/DM8x01.avi
>
> Samsung can see and play the upnp offering
>
> And Aspect Is Correct
>
> BUT the bit rate on original is 3500kB/s on the new file is 450kB/s. It looks terrible.
> running mythtranscode with —width and/or —height again makes unplayable files.
>
> Short of shuffling around a memstick (which plays the original ts in high quality) anybody … please …
>
> James
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org


Add
-acodec copy -vcodec copy -scodec copy
to the ffmpeg so that it is not transcoding, just changing the 
container. That will run a lot faster (seconds instead of hours)



More information about the mythtv-users mailing list