doktor5000 wrote:What audio/video format are the source videos? And why do you need to convert them, most newer TV's will play anything up to 1080p directly ...
Also, which settings did you use for ffmulticonverter (to which format did you convert) ?
The easiest is probably to use VLC to convert your videos, no need for some external converter.
another aternative would be TraGtor: http://mein-neues-blog.de/tragtor-gui-for-ffmpeg/
doktor5000 wrote:Copy the original videos to an usb flash drive or an external harddisk, and connect it to the TV. Should work,
unfortunately all LG pages to look up the spec are currently not working, so cannot confirm.
http://www.lg.com/us/tvs/lg-42LN5300-led-tv/technical-specifications wrote:
CONNECTIVITY
USB Playback DivX HD®, JPEG, JPG, MPO, AC3 (Dolby® Digital), EAC3, HAAC, AAC, MPEG, MP3, PCM, DTS®
geraldw321 wrote:doktor5000 wrote:What audio/video format are the source videos? And why do you need to convert them, most newer TV's will play anything up to 1080p directly ...
Also, which settings did you use for ffmulticonverter (to which format did you convert) ?
The easiest is probably to use VLC to convert your videos, no need for some external converter.
another aternative would be TraGtor: http://mein-neues-blog.de/tragtor-gui-for-ffmpeg/
hi there various format avi,mpg4,mkv ... i need to play them thru my LG dvd player i dont think my my new lg 42ln5300 tv plays file directly and i need to convert to a format my dvd will play. ive converted to several formats and they all come out the same very blocky/pixelated.
ill try vlc see how that works thanks
ffmpeg -i BBB.mp4 -vcodec mpeg2video -b 4000000 -s 1920x1080 -acodec copy -f mpegts BBB.ts
geraldw321 wrote:hi there ive been using ffmulticonverter to redo some videos so i can watch them on the tv , but they so blocky / pixelated that they are not worth watching . and the source videos are high quality. so im wondering if there is a better converter or some way of redoing them so they are watchable?
cat /home/bin/recode
CWD=`pwd`
if [ "${1}X" != "${CWD}X" ];then
ls -A1|while read A; do B=`echo "${A}"|sed 's/.mpg/.avi/'`;mencoder "${A}" -ovc lavc -lavcopts vcodec=mpeg4:threads=8:vbitrate=6000 -oac mp3lame -vf scale=720:576,harddup -o ${1}/"${B}"; done
else
echo "Usage: recode destination-directory (cant be current dir)"
fi
Users browsing this forum: No registered users and 1 guest