all the files I have play on my enigma 2 box so I dont want to convert them unecessesarily, I want to add metadata to my files, they are in avi, mov flv, tsand m2ts so in order to do this they have to be converted to .Ts? if this is correct what is the best way without losing quality.
Thanks
What I did:
Use ffmpeg. It's a command line tool in Linux. Maybe it's also available for Windows or others. I used h264 as video codec. The output container is .ts
I typed something like this, but I'm not sure:
ffmpeg -i <original-file> -vcodec h264 -acodec mp3 new-file.ts (I'm not sure I used mp3 for the audio codec)
Mostly you don't need to transcode, if the codec is already avc or mpeg2, no transcoding is necessary, just repack them (with ffmpeg or tsmuxer, which has a slightly better TS muxer).
If you're going to transcode, don't use the above command line, it's way too simple for a proper avc transcoding. Unfortunately one needs to specify lots of parameters for a compliant stream. In that regard is libx265 better, it only needs profile and level and you're good to go. Also don't use mp3, use aac.
Edited by Erik Slagter, 7 October 2016 - 14:05.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.