Now in the case of 4:3, you’re going from 720×480 to 640×480, which means you’re losing 80 columns of pixels – does that mean the DVD player is horizontally downscaling the video to fit into 640 columns? And in the case of 16:9, you’re going from 720×480 to 848×480, which means you’re adding 128 columns of pixels – does that mean the DVD player is horizontally upscaling the video to fit into 848 columns?
I dislike PAL.
ffmpeg -i test.avi -itsoffset 0.216 -i test.avi -map 0.0 -map 1.1 -ab 128k -vcodec libx264 -r 25.00 -b 1268k -s 512×368 new.mp4
The command runs and produces a file but it still has the audio delay. I can get around it by transcoding the audio and video separately and inserting the delay with mp4box but I would prefer a single shorter step with just ffmpeg as I am not overly concerned with the audio quality. Any one know what I may be doing wrong ?
I want to extract the MKV files ommiting the subtitles, so I can remux. Both apps show Video, Audio and SubTitle tracks. With both, selecting Video extracts the audio, selecting Audio extracts the subtitles, selecting SubTitle causes them to crash.
All software that I have tried that converts MKV to another format hardcodes the subtitles.
TV: Sony KDL-32EX308
Software: Handbrake
OS: (shouldn’t matter, but) Sabayon Linux 8
In Handbrake, I set the Codec to MPEG-4 (FFmpeg)
Use NTSC (29.97) framerate and set it to Variable Framerate.
Set the encode to Constant Quality and put the slider between 1 and 8. Setting 1 will be higher quality but larger filesize. If you source video is already a crappy bitrate, then a higher setting here will not help you. (you can’t get something from nothing).
Make sure the filename stays .mp4 and NOT .m4v. I changed the default settings in Preferences to not use this.
My audio is set to AAC. I use 160Kbps Audio bitrate.
What is the best Batch video convertor out there?
Right now, I’m using VideoRedo TV Suite V4 to batch convert TRP (transportable video file) to MP4 videos. I have a lot of clips to convert. One by one will take forever and this is why I need batch conversion capability.
In short, I’m not happy with the MP4 videos coming out to VideoRedo. Some of them have an vertically elongated aspect ratio that is not there when I play the TRP file from my Satellite DVR. I have tweaked the aspect ratio settings without success.
So I’m moving on to another application. I need a batch video convertor that can convert TRP files to MP4 without distortion of the aspect ratio. ANy help will be greatly appreciated. Thanks in advance.
Does anyone have any recommendations. I have some old Sony speakers I can hook up that have their own power adapter. All I need to do is get a cheap one dollar 3/5mm female to RCA male adapter. The problem is that I am pretty sure that I would not be able to adjust volume with the TV remote control. That wouldn’t be an issue if they didn’t increase the volume on TV commercials so much. So I was wondering if there are any accessory speakers that allow you to use the TV remote control to adjust volume.
http://www.mediafire.com/?u7u5bb058b6r6bb
http://www.mediafire.com/?t77pk27p6l9p9pc
Opening Theme
Episode 1
Episode 2
Episode 3
Episode 4
Closing Theme
I want to make it so that all episodes have the opening and ending theme at the beginning and end of each episode. As of now its only the opening for episode 1 and closing for episode 4. I want them on all episodes.
I currently rip the DVD’s chapters separately to get a VOB for each episode individually with DVDDecrypter, then I use Megui to file index the VOB with built in DGINDEX. I then use the .d2v file that file indexer created to write a script in AVISynth with MeGui and save it. Then I load the script .avs file into MeGui and encode the video and audio separately. Once done I use MKVMerge to mux the video and audio files I encoded into an MKV file.
I have ripped just the opening and just the ending into separate VOB files, I have also encoded them just as I would the episodes as well so I have both VOB and MKV for them. How can I put the opening at the beginning of the episode I encode and closing theme at the end of the episode I encode so their all 3 just one MKV file?
(UPDATE)
I just thought of something. is there a way to edit the VOB so that I can split the opening and then paste it at the beginning of each episode and still keep it a VOB file?