Ingreso rápido:  

Forum: General Discussion

Tema: Convert .vdjsample videos back to mp4 or mkv?

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hello,
I managed to collect an amazing set of videos that I'd like to use in final cut pro for a video project. How can I convert these vdjsample videos back to their original format that I first imported them in?
 

Mensajes Fri 10 Apr 20 @ 4:56 pm
LIMOLPRO InfinityMember since 2003
hello

it seems to me that this is impossible
at one point at the time we could convert vdjSample to .mp3 but now it is taxable and even less to convert vdjcahe
 

Mensajes Fri 10 Apr 20 @ 5:53 pm
Presumably you still have the original video files before they were converted/edited in VDJ?
 

Mensajes Fri 10 Apr 20 @ 5:55 pm
LIMOL wrote :
but now this is impossible


Why do you think that?

I'm not aware of anything changing, and the audio files saved by VDJ are just OGG files with an extra bit of data added to the start. If you remove that extra data then they could easily be converted from OGG to MP3.

Therefore it would be worth checking to see if the same is true of video files.

 

Mensajes Fri 10 Apr 20 @ 6:10 pm
LIMOLPRO InfinityMember since 2003
groovindj wrote :

I'm not aware of anything changing, and the audio files saved by VDJ are just OGG files with an extra bit of data added to the start. If you remove that extra data then they could easily be converted from OGG to MP3.

he says he would like to convert the vdjsample videos to mp4,mkv for me this is impossible.

 

Mensajes Fri 10 Apr 20 @ 6:17 pm
He would need to look at the VDJ video file to see if it's converted in a similar way to how the audio files are.

Chances are that it uses the same method, so it would just need the header removing, and possibly converting back to its original format.

It's not impossible, and I'm sure there are some members here who could write a utility to "un-VDJ" the file(s).

I've never been happy about VDJ using its own format for edits, as I'd love to be able to use my vast sample collection in VDJ but doing so would create thousands of duplicate files on my drive (original format and VDJ format).
 

Mensajes Fri 10 Apr 20 @ 6:25 pm
NicotuxHome userMember since 2014
Quick look: Recorded samples are only MKV with extra VDJ header:
Media info gives correct infos

00: "VDJ\0"
04: a 4 bytes int ???? Version ?
08: a 4 bytes int Index of mkv or HeaderSize
...
Index: 1A 45 DF A3 A3 42 start of MKV signature

remove leading HeaderSize bytes and rename .mkv then the will file will play on any media player
 

Mensajes Fri 10 Apr 20 @ 7:01 pm
LIMOLPRO InfinityMember since 2003
groovindj wrote :
He would need to look at the VDJ video file to see if it's converted in a similar way to how the audio files are.

Chances are that it uses the same method, so it would just need the header removing, and possibly converting back to its original format

By putting a sample file in a vdj deck and saving it as mp4 this is 100% feasible.
But we cannot convert a vdjSample file whatever the format
 

Mensajes Fri 10 Apr 20 @ 8:05 pm
Who is "we"? It can be done, I've done it in the past (with audio files). Also, see the post from Nicotux...
 

Mensajes Fri 10 Apr 20 @ 8:52 pm
kradcliffe wrote :
Presumably you still have the original video files before they were converted/edited in VDJ?


If I had the originals I would not need to convert the vdjsample files back to the original format. Then I'd just have two copies of the same file and hopefully be banned for life from vdj forums for wasting peoples precious time.
 

Mensajes Sat 11 Apr 20 @ 2:26 pm
Nicotux wrote :
Quick look: Recorded samples are only MKV with extra VDJ header:
Media info gives correct infos

00: "VDJ\0"
04: a 4 bytes int ???? Version ?
08: a 4 bytes int Index of mkv or HeaderSize
...
Index: 1A 45 DF A3 A3 42 start of MKV signature
remove leading HeaderSize bytes and rename .mkv then the will file will play on any media player


You're brilliant! How do I remove the VDJ headers? I opened the vdjsample file in my text editor on Mac but the language is computer code so I don't know which bits to remove. I do see a few words in english at the top but they just point to the file path.

 

Mensajes Sat 11 Apr 20 @ 2:30 pm
gabrieldiggs wrote :

You're brilliant!


Ahem.
groovindj wrote :
If you remove that extra data then they could easily be converted




 

Mensajes Sat 11 Apr 20 @ 2:57 pm
groovindj wrote :
gabrieldiggs wrote :

You're brilliant!


Ahem.
groovindj wrote :
If you remove that extra data then they could easily be converted


How to remove that extra data? A text editor? A video file editor? What exactly do I remove?




 

Mensajes Sat 11 Apr 20 @ 2:58 pm
NicotuxHome userMember since 2014
i tested using HxD but any good hex editor will do
 

Mensajes Sat 11 Apr 20 @ 2:59 pm
Nicotux wrote :
i tested using HxD but any good hex editor will do


Ahh a HEX editor! I searched for that string that you listed 1A 45 DF A3 A3 42 but it was not found in the test file I loaded when doing a HEX search.
 

Mensajes Sat 11 Apr 20 @ 3:01 pm
Nicotux wrote :
Quick look: Recorded samples are only MKV with extra VDJ header:
Media info gives correct infos

00: "VDJ\0"
04: a 4 bytes int ???? Version ?
08: a 4 bytes int Index of mkv or HeaderSize
...
Index: 1A 45 DF A3 A3 42 start of MKV signature

remove leading HeaderSize bytes and rename .mkv then the will file will play on any media player


YES!!!! I got it! So the string you entered was a bit different for me since this file was originally an Mp4. I did a search with every combination of the value you entered starting with "1A" then "1A 45" then "1A 45 DF" etc. until I found a combination with only one instance in the entire body of the code. My string was just 1A45DFA3. I deleted all of the HEX code in front of that number then saved the file. Next I renamed the file extension back to its original mp4 and voila it plays back in INNA. Thanks again for the tip!
 

Mensajes Sat 11 Apr 20 @ 3:20 pm
Nicotux wrote :
Quick look: Recorded samples are only MKV with extra VDJ header:
Media info gives correct infos

00: "VDJ\0"
04: a 4 bytes int ???? Version ?
08: a 4 bytes int Index of mkv or HeaderSize
...
Index: 1A 45 DF A3 A3 42 start of MKV signature

remove leading HeaderSize bytes and rename .mkv then the will file will play on any media player



The only extra step I had to take was to do a lossless remux using Mp4Tools. If I use the HEX edited renamed version and try to drag it into Final Cut Pro it won't accept the file. Doing a lossless remux back to mp4 fixed that. I hope this helps anyone else:-) Thanks to everyone who contributed to the solution!
 

Mensajes Sat 11 Apr 20 @ 3:28 pm


(Los tópicos y foros antiguos son automáticamente cerrados)