These are some simple commands which you can use to convert the files according to the category and format of the file which can be supported by the Linux.
The codes are as follows-
Code:
1- xporthdmv -nh FILE.m2ts 1 1 1
2- ldecod -i bits0001.mpv -o /tmp/FILE.yuv
mv bits0001.mpa /tmp/FILE.ac3
yuv4mpeg -w 1440 -h 1080 -x 420mpeg2 < /tmp/FILE.yuv > /tmp/FILE.y4m
3- ffmpeg -i /tmp/FILE.y4m -i /tmp/FILE.ac3 -acodec copy -vcodec h264 -sameq -s 1440x1080 -aspect 16:9 -b 15000000 FILE.avi
If you all have some different suggestions and tricks then don't get hesitate to share with us.
Bookmarks